• Resolved ddemuth00

    (@ddemuth00)


    Hello
    after the newest update (3.11) i got an error on my homepage:

    Warning: Invalid argument supplied for foreach() in /var/www/web439/html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php on line 148

    and i dont know what to do to fix this. Please help.

    • This topic was modified 3 years, 10 months ago by ddemuth00.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @ddemuth00,

    This appears to be a newly introduced problem. We have followed up with our developer and I am pretty sure that he will take care of the warning and it is going to be resolved in the following NGG update.

    In the meantime as a workaround you can edit wp-config.php file and replace the following line of code to hide all the Warning and Notices from your site’s pages:

    define('WP_DEBUG', false);

    with these:

    ini_set('display_errors','Off');
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
Viewing 1 replies (of 1 total)
  • The topic ‘Invalid argument in modules’ is closed to new replies.