Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • prophoto Friend
    #1024942

    I saw this error in my apache log files after installing 2.5.8 on J3.6.5.

    PHP Notice: Undefined property: stdClass::$compress_images in /httpdocs/administrator/components/com_jaamazons3/controllers/localrepo.php on line 810, referer: /administrator/index.php?option=com_jaamazons3&view=localrepo&profile_id=2

    The Captain Moderator
    #1025490

    Hi @prophoto,

    Could you share me information of you site ( admin, FTP). I will check further for you.

    Regards

    prophoto Friend
    #1025532

    No, sorry this is a live site and I cannot have it messed up, nor would the client allow it.

    The Captain Moderator
    #1025610

    Hi,

    You can try the solution below:

    In the file : administrator/components/com_jaamazons3/controllers/localrepo.php.

    Find and replace the snippet of code:

    if ($profile->compress_images == '1') {

    by the code :

    if (isset($profile->compress_images) && $profile->compress_images == '1') {

    Hope this helps for you.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  The Captain 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum