Results 1 to 2 of 2

Thread: [solved/repair] Recoverable error ....

  1. #1
    New user BugBuster's Avatar
    Join Date
    09-27-09.
    Location
    Berlin, Germany
    Posts
    22

    Default [solved/repair] Recoverable error ....

    News from german forum:
    Code:
    Recoverable error: Object of class DB_Mysql_Result could not be converted to string in /*****/system/modules/gallery/Gallery.php on line 204
    Problem is a wrong double $
    Change Gallery.php, Line 204
    Code:
    $return[] = strlen($objArchives->alias) ? $objArchives->alias : 'gallery' . $$objArchives->id;
    in
    Code:
    $return[] = strlen($objArchives->alias) ? $objArchives->alias : 'gallery' . $objArchives->id;
    Best regards, BugBuster [contao.ninja]
    Modules: Banner, Visitors, Integrity Check, Stardate, Bot Detection, ...

  2. #2
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Recoverable error ....

    Thanks Bug

    I've corrected this. Funny it never appeared in the testing phase... and I generated feeds all the time to test it... huh? maybe a typo just before release.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •