• Resolved photo8x10

    (@photo8x10)


    After last update I received this error

    Warning: Invalid argument supplied for foreach() in /web/htdocs/www.stefanogermi.com/home/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php on line 148

    Do you know how to resolve it.
    Thanks
    Stefano

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there ??

    This kind of problem is usually caused by either a conflict with another plugin. The best way to determine this is to:

    1. Disable all plugins except for NexGEN Gallery.
    2. Temporarily switch your theme to a WordPress default one like Twenty-Twenty.
    3. Repeat the action that is causing the problem

    If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each until you find the one causing conflict.

    Before you start

    First, please make sure you have a good backup in place of your full site and database. Most hosting companies have this included in the subscription, but you could also consider using a service like Jetpack. If something goes wrong, it’s nice to know that you can restore your site.

    Second, I would suggest installing a plugin called Health Check & Troubleshooting. This is a plugin developed by the WordPress community and it allows you to disable plugins without affecting your current site visitors.

    Cheers.

    Hi, I also had the same problem which seemed to refer to the ‘Nimble’ plugin. I wrote to the author of the Nimble plugin (Nicolas) and got the following response:

    Nicolas (@nikeo)
    12 hours, 7 minutes ago
    Hello,
    Thanks for reporting the issue. This is a problem introduced by NextGen Gallery developer in a recent version, when trying to work on a better compatibility with Nimble Builder.
    There is nothing we can do in Nimble Builder code to fix this issue, please report the issue on NextGen Gallery plugin support forum. I report the problem to the developer on my hand too.

    Below is the link of the answer:
    https://www.ads-software.com/support/topic/invalid-argument-problem-after-upgrade-nimble-plugin/

    Can you please check? the problem is quite impactful

    Thank you

    Sincerely

    Franco Corsi

    Plugin Contributor Imagely

    (@imagely)

    Hi @francocorsi1,

    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);
    
    • This reply was modified 3 years, 5 months ago by Imagely.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem after last update’ is closed to new replies.