Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #29581, comment 3


Ignore:
Timestamp:
09/09/2014 03:32:59 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29581, comment 3

    v1 v2  
    1 By default, [http://codex.wordpress.org/Function_Reference/spawn_cron spawn_cron()] needs to be able to submit local HTTP requests back to the site in order to be able to run scheduled jobs. This can be changed by using `ALTERNATE_WP_CRON` or setting up an external cron job to hit `wp-cron.php`.
     1By default, [http://codex.wordpress.org/Function_Reference/spawn_cron spawn_cron()] needs to be able to submit local HTTP requests back to the site in order to run scheduled jobs. This can be changed by using `ALTERNATE_WP_CRON` or setting up an external cron job to hit `wp-cron.php`.
    22
    33My test snippet from comment:7:ticket:23133 would probably help to determine if that's the issue, also your site might be using a different transport than cURL (you can check it with the [https://wordpress.org/plugins/core-control/ Core Control] plugin).