Have a blog page that shows “Invalid argument supplied for foreach() in /home/evolutio/estechnalogy.com/wp-includes/class-wp-list-util.php on line 150” what does this mean?
Hey Johnathan,
This could be caused by a third party plugin with variables that are not set. However, this is just a warning that is used for debugging which does not affect the website performance.
You may login through FTP then edit the wp-config.php then set the define( 'WP_DEBUG', true );
to false.
Hope this helps.
There another part that keeps happening too. This happens every time I try and change my header or footer?
Hi Johnathan,
There’s an unusual code on your header:
Did you add it somehow? If not, it might be added by a third party plugin.You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Let us know how it goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.