Title: Missed Schedule
Last modified: August 19, 2016

---

# Missed Schedule

 *  [stelling](https://wordpress.org/support/users/stelling/)
 * (@stelling)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/)
 * Hi.
    I’ve started with a brand new 2.7 install importing posts from a “previous
   life”. After a few days I noticed that all my imported scheduled posts missed
   schedule.
 * I’ve created new versions of those posts and also created a new oneoff the cuff
   post to be published today.
    No scheduled post was published and now they’re 
   flagged with “Missed Schedule”. I’m running 2.7-beta3-9851
 * Any pointers ?

Viewing 15 replies - 1 through 15 (of 91 total)

1 [2](https://wordpress.org/support/topic/missed-schedule/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/missed-schedule/page/3/?output_format=md)…
[5](https://wordpress.org/support/topic/missed-schedule/page/5/?output_format=md)
[6](https://wordpress.org/support/topic/missed-schedule/page/6/?output_format=md)
[7](https://wordpress.org/support/topic/missed-schedule/page/7/?output_format=md)
[→](https://wordpress.org/support/topic/missed-schedule/page/2/?output_format=md)

 *  Thread Starter [stelling](https://wordpress.org/support/users/stelling/)
 * (@stelling)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913384)
 * Here goes a dump of my wp_options table
 * _(removed by moderator – we really don’t need your options table.)_
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913400)
 * Posts scheduled before the upgrade seem to be missed, but all posts scheduled
   POST upgrade seem to be okay.
 *  Thread Starter [stelling](https://wordpress.org/support/users/stelling/)
 * (@stelling)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913404)
 * Actually posts scheduled after the upgrade still show as missed schedule!
    This
   is what happened this morning: I’ve created a new post (not an imported post)
   and scheduled it for 8AM this morning, at 8:30 it showed up as missed schedule.
   I had to make this post private and then public to have it published on the blog.
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913407)
 * Install the WP-Crontrol plugin. It will let you manually run those missed wp-
   cron jobs to force the publish to work. And you really do need to run them, even
   if you already published them manually. That will get rid of the cron jobs, at
   least.
 * Then you can start investigating why your wp-cron is not running properly. Usually
   this is a webserver configuration issue.
 *  Thread Starter [stelling](https://wordpress.org/support/users/stelling/)
 * (@stelling)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913412)
 * I’ve installed WP-Crontrol but it says that it’s compatible up to 2.5.1, not 
   2.7.
    After install I got the following warning message: Warning: array_merge()[
   function.array-merge]: Argument #1 is not an array in ..\wp-content\plugins\wp-
   crontrol\wp-crontrol.php on line 290
 *  Thread Starter [stelling](https://wordpress.org/support/users/stelling/)
 * (@stelling)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913414)
 * Anyway, I’ve installed WP-Crontrol, got rid of old events and uninstalled WP-
   Crontrol.
 * Now, how can I verify if this is a webserver config issue or not ?
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913418)
 * > _Now, how can I verify if this is a webserver config issue or not ?_
 * If you make a new post and some “do_pings” events show up in WP-Crontrol and 
   never go away, then it’s a webserver config issue.
 *  [perfectlyclear](https://wordpress.org/support/users/perfectlyclear/)
 * (@perfectlyclear)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913419)
 * Getting the same issue here, I also got the same issues with 2.6 and above. I
   read somewhere not long ago that this issue with apparent cron server configuration
   issues would be fixed. I get the error on several different hosting accounts 
   and all of the hosts swear blind their config is correct. I have seen multiple
   threads about this issue and multiple fixes and I am assuming the same issues
   are still here with 2.7 other than at least the admin panel tells you the post
   has not been published by tagging it “Missed schedule”
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913422)
 * > _I read somewhere not long ago that this issue with apparent cron server configuration
   > issues would be fixed_
 * Improved, not fixed. 2.7 uses the new HTTP API, which is more adept at actually
   being able to connect to things (it doesn’t rely entirely on fsockopen anymore),
   but a broken host is a broken host, and WordPress can’t “fix” what is not WordPress’s
   problem.
 * > _I get the error on several different hosting accounts and all of the hosts
   > swear blind their config is correct._
 * They are mistaken. The only way the wp-cron jobs can’t run is a) nobody is looking
   at your site (including you in the admin screen) or b) the site itself is unable
   to make a connection back to its own URL with wp-cron.php appended to it.
 *  [nslatter](https://wordpress.org/support/users/nslatter/)
 * (@nslatter)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913433)
 * I’m having the same problem. That said, I’ve three different sites all of which
   use scheduled posting and are located on the same server. Two of them work, one
   of them doesn’t. What do I need to look at in this case?
 *  [nslatter](https://wordpress.org/support/users/nslatter/)
 * (@nslatter)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913434)
 * **update:** I installed another instance of WordPress just to test — and that
   install doesn’t work either…
 *  Thread Starter [stelling](https://wordpress.org/support/users/stelling/)
 * (@stelling)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913436)
 * > >  Now, how can I verify if this is a webserver config issue or not ?
   > If you make a new post and some “do_pings” events show up in WP-Crontrol and
   > never go away, then it’s a webserver config issue.
 * You mean any kind of post or a scheduled post ?
 *  Thread Starter [stelling](https://wordpress.org/support/users/stelling/)
 * (@stelling)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913438)
 * No cookie for me: I’ve created a new post and no “do_pings” events showed up 
   in WP-Crontrol. The post is showing as “Missed Schedule”.
 * Another question: is this an exptected message “Warning: array_merge() [function.
   array-merge]: Argument #1 is not an array in ..\xadrez\wp-content\plugins\wp-
   crontrol\wp-crontrol.php on line 290” ?
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913440)
 * > _You mean any kind of post or a scheduled post ? _
 * Regular post, not a scheduled one.
 * As for the error message, I think WP-Crontrol just has some minor issues. I usually
   turn off the PHP Warnings on my production sites though.
 *  Thread Starter [stelling](https://wordpress.org/support/users/stelling/)
 * (@stelling)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/#post-913442)
 * I’ve posted a few regular posts, just one do-ping showed up and it is still there.
   Is it normal ?
    Do you know where I can find the webserver requirements/specification
   for WP ? I will try to check with my provider but need to understand the rationale
   behind the requirement before talking to them.

Viewing 15 replies - 1 through 15 (of 91 total)

1 [2](https://wordpress.org/support/topic/missed-schedule/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/missed-schedule/page/3/?output_format=md)…
[5](https://wordpress.org/support/topic/missed-schedule/page/5/?output_format=md)
[6](https://wordpress.org/support/topic/missed-schedule/page/6/?output_format=md)
[7](https://wordpress.org/support/topic/missed-schedule/page/7/?output_format=md)
[→](https://wordpress.org/support/topic/missed-schedule/page/2/?output_format=md)

The topic ‘Missed Schedule’ is closed to new replies.

## Tags

 * [cron](https://wordpress.org/support/topic-tag/cron/)

 * In: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
 * 91 replies
 * 59 participants
 * Last reply from: [jrslocum4](https://wordpress.org/support/users/jrslocum4/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/missed-schedule/page/7/#post-913659)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
