For quite some while I have been experiencing the wp-cron problem, meaning that my server gets a lot of hits from wp-cron trying to execute.
I have a number of word press installations running on the rented server, and this problem only occurs one my main blog (www.modifoo.com), but on none of the others. Some days the wp-cron makes over 10.000 hits, eating more than 1/3 of the server time.
I read quite a few of the threads discussing this problem, and the only solution so far I have found is disabling wp-cron, which I know is not a good solution, and only works until the next update.
I have tried running the wp-cron-fix.php script mentioned in another thread, but only got the following error messages:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/6252/domains/modifoo.com/html/wp-cron-fix.php:29) in /home/6252/domains/modifoo.com/html/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 119
We are fixing Cron for Post ID :
Warning: usort() [function.usort]: The argument should be an array in /home/6252/domains/modifoo.com/html/wp-cron-fix.php on line 51Warning: Invalid argument supplied for foreach() in /home/6252/domains/modifoo.com/html/wp-cron-fix.php on line 53
I also tried changing the WP-cron permission to 644, as suggested in yet another thread. Again, no luck.
I do not know my way around .htaccess - but there is no .htaccess file in the root folder of the domain, which is where wordpress is installed.
I just updated to the current version of wp, and just like the last times, this has not helped.
Hope someone can help - thanks a lot!