• Resolved julsd

    (@julsd)


    Message: Warning: Invalid argument supplied for foreach() in /home/eymatter/public_html/wp-content/plugins/popup-builder/com/classes/NotificationCenter.php on line 125

    Warning: Cannot modify header information – headers already sent by (output started at /home/eymatter/public_html/wp-content/plugins/popup-builder/com/classes/NotificationCenter.php:125) in /home/eymatter/public_html/wp-content/plugins/sg-cachepress/core/Supercacher/Supercacher_Helper.php on line 68

    Everything was working fine before I upgraded the plugin … I have disabled it but this does not appear to have resolved the issue – can you advise?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have a temporary fix (until the plugin authors provide official updated version):

    At line 125 in popup-builder/com/classes/NotificationCenter.php insert this line

    if (is_array($removedNotifications))

    just before the for loop:

    foreach ($removedNotifications as $removedNotificationId) {
    	foreach ($activeNotifications as $key => $activeNotification) {
    		if ($activeNotification['id'] == $removedNotificationId) {
    			unset($activeNotifications[$key]);
    		}
    	}
    }

    Dear @julsd, @nakov and @elitebsolutions,

    We apologize for any inconvenience!

    This issue has been fixed in our 3.62.1 version of the plugin.
    Please, update and recheck the results.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Errors since updating the plugin’ is closed to new replies.