[wp-trac] [WordPress Trac] #11505: cron stopped working with standard configuration
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 21 01:40:23 UTC 2009
#11505: cron stopped working with standard configuration
--------------------------+-------------------------------------------------
Reporter: neoxx | Owner: westi
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9.1
Component: Cron | Version: 2.9
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Comment(by miqrogroove):
Without modifying any program code, debug stubs so far show that
wp_remote_post() is firing inside of spawn_cron(), but nothing is
happening in wp-cron.php so far. The return value from wp_remote_post is
as follows:
{{{
array (
'headers' =>
array (
),
'body' => '',
'response' =>
array (
'code' => false,
'message' => false,
),
'cookies' =>
array (
),
)
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11505#comment:16>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list