• Resolved josch87

    (@josch87)


    WordPress 6.0.2 (current stable)
    PHP 8.0.16
    NextGEN Gallery 3.29
    Yoast SEO 19.7.1

    When opening XML-Sitemap generated by Yoast SEO and navigating to “page-sitemap.xml” I get the following error from NextGEN Gallery multiple times:

    Warning: Undefined property: stdClass::$title in /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/sitemap.php on line 82

Viewing 1 replies (of 1 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @josch87,

    This looks like a warning that doesn’t functionally affect anything so respectively it is safe to just hide it.

    Please login by an FTP client like FileZilla to your site’s file’s host and in your wp-config.php file on the server, replace this line

    define('WP_DEBUG', true);

    with this

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

    Once done, this should hide the warnings and that’ll help you have a clean page while editing your sitemap.

    • This reply was modified 3 years, 8 months ago by Imagely.
Viewing 1 replies (of 1 total)

The topic ‘Undefined property: stdClass::$title’ is closed to new replies.