PHP error messages in place of widget
-
I had the widget appearing just fine, until I tried to add a second widget (to display a different Instagram feed) and the display disappeared. I took out the second one, and instead of going back to how it was, I got these PHP errors where the feed should appear:
Warning: Invalid argument supplied for foreach() in /whatever/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 219 Warning: base64_decode() expects parameter 1 to be string, array given in /whatever/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 249 Warning: array_slice() expects parameter 1 to be array, boolean given in /whatever/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 251 Warning: Invalid argument supplied for foreach() in /whatever/wp-content/plugins/wp-instagram-widget/wp-instagram-widget.php on line 131
- The topic ‘PHP error messages in place of widget’ is closed to new replies.