• Resolved archiveadmin

    (@archiveadmin)


    Receiving the following across top of homepage:
    Warning: Invalid argument supplied for foreach() in /homepages/1/d144866785/htdocs/clickandbuilds/ScottishAquaticsArchive/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php on line 148

    Tried patch recommended in another similar topic for package.module.widget.php and still get same error message. Topic showing resloved before I posted on it – no response.
    Using NimbleBuilder, but assumed from NextGen Plugin Changelog that now compatible
    Working to launch website shortly, any help appreciated.

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

    (@imagely)

    Hi @archiveadmin,

    As a part of our workflow – we are closing the threads that are older than 2 months because we are no longer being able to monitor those and we are recommending for NextGen Gallery users to open new threads instead.

    The issue that you have reported is going to be resolved in the upcoming 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);

    Thanks for your understanding

    Thread Starter archiveadmin

    (@archiveadmin)

    Thank you for prompt feedback.
    Glad to hear problem identified and way forward planned.
    Patch applied.
    All ok – no errors !!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Invalid argument supplied for foreach()’ is closed to new replies.