Changes between Initial Version and Version 1 of Ticket #19621, comment 5
- Timestamp:
- 12/29/11 19:44:31 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19621, comment 5
initial v1 1 1 I am experiencing this in WP 3.3 only in multisite as well. 2 2 3 I checked the scheduled c hron jobs and it showed several "one time" jobs from when I installed WP 3.3 RC1 to present that have not been run or removed from the scheduled jobs.3 I checked the scheduled cron jobs and it showed several "one time" jobs from when I installed WP 3.3 RC1 to present that have not been run or removed from the scheduled jobs. 4 4 5 I have verified that the server c hron is running normally, and jobs are getting scheduled, they just aren't running in multisite.5 I have verified that the server cron is running normally, and jobs are getting scheduled, they just aren't running in multisite. 6 6 7 7 I have a single site install on a subfolder of this site that is scheduling correctly. 8 8 9 I have been able to get the c hron working by enabling the alternate chron9 I have been able to get the cron working by enabling the alternate cron 10 10 11 11 {{{ define('ALTERNATE_WP_CRON', true); }}}
