• Resolved rkwp

    (@rkwp)


    Hi all,
    last update produce again
    Warning: Undefined property: stdClass::$content in …/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php on line 142

    This issue was resolved in the update before, but is back now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @rkwp,

    Thanks for the report. I’ll check with our devs.

    • This reply was modified 2 years, 7 months ago by Imagely.

    Hallo @bildlich,

    gibt es bereits eine L?sung? Wir haben ebenso diese Meldung.

    Plugin Contributor Imagely

    (@imagely)

    Hi @birgit2022,

    This is a non-critical warning. You can safely hide the site’s warnings from wp-config.php file by replacing:

    define('WP_DEBUG', true);

    with these

    
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    

    Warning: Trying to access array offset on value of type null in /home3/whispaan/public_html/wp-content/themes/sahifa/framework/parts/meta-post.php on line 3

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Back again:PHP 8 – Warning: Undefined property: stdClass::$content’ is closed to new replies.