PHP Fatal error and PHP Warning
-
Just fyi, I’ve seen this php fatal Error and this warning in my server logs while bulk optimizing:
19-Jun-2018 02:28:38 UTC] PHP Warning: Illegal string offset 'ShortPixel' in /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-content/plugins/shortpixel-image-optimiser/class/wp-short-pixel.php on line 515 [19-Jun-2018 02:28:38 UTC] PHP Fatal error: Uncaught Error: Cannot use string offset as an array in /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-content/plugins/shortpixel-image-optimiser/class/wp-short-pixel.php:515 Stack trace: #0 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-includes/class-wp-hook.php(286): WPShortPixel->handleCustomBulk('') #1 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #2 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-admin/admin.php(332): do_action('load-upload.php') #4 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-admin/upload.php(10): require_once('/srv/data/web/v...') #5 {main} thrown in /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-content/plugins/shortpixel-image-optimiser/class/wp-short-pixel.php on line 515 [19-Jun-2018 02:28:48 UTC] PHP Warning: Illegal string offset 'ShortPixel' in /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-content/plugins/shortpixel-image-optimiser/class/wp-short-pixel.php on line 515 [19-Jun-2018 02:28:48 UTC] PHP Fatal error: Uncaught Error: Cannot use string offset as an array in /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-content/plugins/shortpixel-image-optimiser/class/wp-short-pixel.php:515 Stack trace: #0 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-includes/class-wp-hook.php(286): WPShortPixel->handleCustomBulk('') #1 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #2 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-admin/admin.php(332): do_action('load-upload.php') #4 /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-admin/upload.php(10): require_once('/srv/data/web/v...') #5 {main} thrown in /srv/data/web/vhosts/www.ourwebsite.de/htdocs/wp-content/plugins/shortpixel-image-optimiser/class/wp-short-pixel.php on line 515Hope you can fix or better catch these errors against unexpected input?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP Fatal error and PHP Warning’ is closed to new replies.