Jump to content

Michael Lachney

Clients
  • Posts

    84
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Michael Lachney got a reaction from Marc Stridgen in Guest Group Issue   
    Thanks. Disabled strict mode and I was able to make the changes needed.
  2. Like
    Michael Lachney got a reaction from Nathan Explosion in Guest Group Issue   
    Thanks. Disabled strict mode and I was able to make the changes needed.
  3. Thanks
    Michael Lachney got a reaction from Adriano Faria in Recent Topics   
    Thanks for the fix, working great.
  4. Thanks
    Michael Lachney reacted to Adriano Faria in Recent Topics   
    Tks for the log. Just submitted a fix to the marketplace. Should be available soon.
  5. Like
    Michael Lachney reacted to Ryan H. in Easy Pages   
    I'll look into it. Probably nothing you can do from your end.
  6. Like
    Michael Lachney reacted to Ryan H. in Easy Pages   
    ​Hmm, okay. That's an easy fix if you're comfortable editing a file by hand:
    File applications/easypages/sources/Page/Page.php
        public static $databaseTable    = 'easypages_pages';     public static $databasePrefix    = 'page_';     public static $databaseColumnId    = 'id';     public static $includeInSitemap    = FALSE;          protected static $databaseIdFields = array( 'page_id', 'page_key' );Add the line in the middle with $includeInSitemap, then save, then no more errors.
    I'll make sure that's included in the next update. Thanks.
×
×
  • Create New...