[Plugin: AddThis] PHP Warnings about array arguments in foreach() and array_shift()
-
I’ve got a sub-domain multisite installation and am getting a few PHP warnings in my error log. The following error warns for lines 627, 633, 642, 647, and 666:
PHP Warning: Invalid argument supplied for foreach() in wp-content/plugins/addthis/addthis_social_widget.php on line 666, referer: https://sub.site.com/blogname/wp-admin/
Also, there’s an error around array_shift()’s parameters on line 658:
PHP Warning: array_shift() expects parameter 1 to be array, null given in wp-content/plugins/addthis/addthis_social_widget.php on line 658, referer: https://sub.site.com/blogname/wp-admin/
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘[Plugin: AddThis] PHP Warnings about array arguments in foreach() and array_shift()’ is closed to new replies.