I ran into a problem recently on a WordPress site that I manage where I was unable to disable and uninstall numerous plug-ins. After looking through the error logs on the web server, I found the following warning showing up repeatedly in the PHP error log:
PHP Warning: Invalid argument supplied for foreach() in /var/www/html/example.com/wp-cron.php on line 117
Here’s what I did to identify and fix the problem.
Continue reading