Warning and Notice on WP 4.9.1
-
Hello,
I’m reporting the following issue:WP 4.9.1, fresh install, PHP 7.0.10
Huge IT Lightbox installed and active. No other plugins – default settingsenabled debug in wp-config:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define( ‘WP_DEBUG_DISPLAY’, true );for every page in the debug.log file the following messages appear:
[04-Dec-2017 11:57:29 UTC] PHP Notice: Undefined index: urls in ***\wp-content\plugins\lightbox\lightbox.php on line 209
[04-Dec-2017 11:57:29 UTC] PHP Stack trace:
[04-Dec-2017 11:57:29 UTC] PHP 1. {main}() ***\wp-admin\admin-ajax.php:0
[04-Dec-2017 11:57:29 UTC] PHP 2. do_action() ***\wp-admin\admin-ajax.php:97
[04-Dec-2017 11:57:29 UTC] PHP 3. WP_Hook->do_action() ***\wp-includes\plugin.php:453
[04-Dec-2017 11:57:29 UTC] PHP 4. WP_Hook->apply_filters() ***\wp-includes\class-wp-hook.php:310
[04-Dec-2017 11:57:29 UTC] PHP 5. get_images_url() ***\wp-includes\class-wp-hook.php:286
[04-Dec-2017 11:57:29 UTC] PHP Warning: Invalid argument supplied for foreach() in ***\wp-content\plugins\lightbox\lightbox.php on line 211
[04-Dec-2017 11:57:29 UTC] PHP Stack trace:
[04-Dec-2017 11:57:29 UTC] PHP 1. {main}() ***\wp-admin\admin-ajax.php:0
[04-Dec-2017 11:57:29 UTC] PHP 2. do_action() ***\wp-admin\admin-ajax.php:97
[04-Dec-2017 11:57:29 UTC] PHP 3. WP_Hook->do_action() ***\wp-includes\plugin.php:453
[04-Dec-2017 11:57:29 UTC] PHP 4. WP_Hook->apply_filters() ***\wp-includes\class-wp-hook.php:310
[04-Dec-2017 11:57:29 UTC] PHP 5. get_images_url() ***\wp-includes\class-wp-hook.php:286
What is happening?
- The topic ‘Warning and Notice on WP 4.9.1’ is closed to new replies.