Ever since I upgraded to WordPress 2.9, none of my wp-cron actions are getting executed. If I manually browse to my-domain.com/wp-cron.php (or use curl to get a HEAD request), they'll run just fine, but then won't run again until I manually activate it again.
And as a point of clarification, my cron jobs were all working until I upgraded to 2.9 last night.
how can I downgrade to 2.86?
Turns out that this isn't a 2.9 issue. It might have been a coincidental change on my host. Basically, when the timeout is set to .01 when it spawns the cron, it won't work. Has anyone else come across this problem?
hi,
same here: same here. - did your host tell you what they've changed?
greetz,
berny
I think I'm having this problem as well. Was using a plugin and wp-cron actions are not working. I had to call wp-cron.php manually for the plugin to work as well. It used to work before the upgrade to 2.9.
Any fixes for this yet? Thanks!
Okay I tried this method from http://core.trac.wordpress.org/ticket/11505 as a temporary solution:
Changing timeout from 0.01 to 1 and wp-actions seems to be executed again :)
^ Oh thanks! I just tried the fix, hopefully everything will turn out well. :)
I'm not sure if I'm having this problem or not - but this morning I noticed that a scheduled post hadn't gone live and had a status of "missed schedule".
Does this sound like the same thing?
imagiazone
Member
Posted 3 years ago #
Same to me here,
After updating to 2.9 on Sunday night, my scheduled post for monday 00hr15 has not been posted - missed schedule.
Jean Pierre Dagenais
Montreal
@JP: l'url vers mon site contient les fichiers a remplacer.
Birdmaru
Member
Posted 3 years ago #
I have found the problem too.. Some plugin doesn't work for any new posts which posted by 2.9 version
I used the http://blog.5ubliminal.com/ MIA plugin and it worked perfectly after 2.9 broke the scheduling feature.
martin_fitzer
Member
Posted 2 years ago #
Any solutions to this yet?
I've tried the 3-patch suggestion from another thread, but still the same issue prevails on v2.9.2.
Darn it.