Scheduled posts show in the edit page but do not post. The error message is 'missed schedule'
Any ideas?
Phil
Scheduled posts show in the edit page but do not post. The error message is 'missed schedule'
Any ideas?
Phil
Hi:
Try this:
In wp-includes/cron.php, approximately in the line number 205, change
wp_remote_post ($cron_url, Array (' timeout' => 0.01, ' blocking' => false));
To 20 seconds:
wp_remote_post ($cron_url, Array (' timeout' => 20, ' blocking' => false));
Regards.
The definitive answer: http://wordpress.org/support/topic/296236#post-1175405
This topic has been closed to new replies.