<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>New Blog Help &#187; Server</title>
	<atom:link href="http://www.newbloghelp.com/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.newbloghelp.com</link>
	<description>The Ideal Way To Learn Something New About Blogging</description>
	<lastBuildDate>Mon, 21 Dec 2009 15:40:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Missed Schedule Future Posts Fix</title>
		<link>http://www.newbloghelp.com/wordpress/wordpress-missed-schedule-future-posts-fix</link>
		<comments>http://www.newbloghelp.com/wordpress/wordpress-missed-schedule-future-posts-fix#comments</comments>
		<pubDate>Wed, 28 Jan 2009 16:23:59 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[future posts wordpress]]></category>
		<category><![CDATA[scheduled posts not working wordpress]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[sheduled posts wordpress]]></category>
		<category><![CDATA[Uploading and downloading]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web server]]></category>
		<category><![CDATA[Weblogs]]></category>
		<category><![CDATA[Wordpress 2.7]]></category>
		<category><![CDATA[wordpress missed scheduled]]></category>

		<guid isPermaLink="false">http://newbloghelp.com/?p=157</guid>
		<description><![CDATA[



Image via Wikipedia



When I upgraded my Wordpress version to 2.7, the ability to schedule posts in Wordpress 2.7 no longer worked. I could still schedule a post but the scheduled time would come and go with no future post being published. All that I could see in the Wordpress dashboard was &#8220;Missed Schedule&#8221; no matter [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 120px;" class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:WordPressLogo.png"><img src="http://upload.wikimedia.org/wikipedia/en/d/d6/WordPressLogo.png" alt="Category:Wikipedians who use WordPress" title="Category:Wikipedians who use WordPress" width="110" height="110"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:WordPressLogo.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>When I upgraded my <a class="zem_slink" href="http://wordpress.org" title="WordPress" rel="homepage">Wordpress</a> version to 2.7, the ability to schedule posts in Wordpress 2.7 no longer worked. I could still schedule a post but the scheduled time would come and go with no future post being published. All that I could see in the Wordpress dashboard was &#8220;Missed Schedule&#8221; no matter what I tried to fix this problem.</p>
<h2><u>The Missed Scheduled Wordpress Posts Problem</u></h2>
<p>After searching for a solution to Wordpress missed schedule problems it was clear that no-one seemed to know exactly why it was happening and how to fix it. The problem of future posts not working in Wordpress happened to some folks who upgraded from version 2.6.5 and not to others, and it happened to some folks who changed web <a class="zem_slink" href="http://en.wikipedia.org/wiki/Server_%28computing%29" title="Server (computing)" rel="wikipedia">hosts</a> and again not to others. The Wordpress missed schedule error has also been known to happen to folks on one or two of their <a class="zem_slink" href="http://en.wikipedia.org/wiki/Blog" title="Blog" rel="wikipedia">blogs</a> and not on their other blogs. So clearly this issue needs to be resolved in future versions of Wordpress but for now there are a few suggestions that have been offered on the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Internet" title="Internet" rel="wikipedia">Internet</a>.<span id="more-157"></span></p>
<p>Some fixes that were suggested for the scheduled Wordpress posts not working problem:</p>
<p><div class="note"><div class="dropshadow"><div class="notetip">It is possible that certain web hosts are not allowing Wordpress <a class="zem_slink" href="http://en.wikipedia.org/wiki/Cron" title="Cron" rel="wikipedia">cron</a> jobs to run but for many that is not the issue as scheduled posting was working  before upgrading their Wordpress version</div></div></div></p>
<p>You can see details of what some other fixes others have suggested as well as my fix in the Wordpress support forum in regards to this issue <a href="http://wordpress.org/support/topic/221086">here</a></p>
<h2><u>Here&#8217;s My Wordpress Missed Scheduled Posts Fix:</u></h2>
<p>I’m a simple kind of chick and as such I downloaded Wordpress version 2.6.5 and had a look at the wp-cron.php file in the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Root_directory" title="Root directory" rel="wikipedia">root directory</a> as well as the cron.php file that resides inside the “wp-includes” folder. The code inside both files is quite different from the the Wordpress 2.7 file versions. In Wordpress 2.7 wp-cron.php there are references to “local-time” and the doing_cron option is set to zero. This is not present in the 2.6.5 versions of these files. So I decided that it might be possible that if your <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_server" title="Web server" rel="wikipedia">web server</a> time is off by even a few seconds from the Wordpress official time the scheduled post may not go through. This is because the doin_cron  argument is set to zero making it absolutely necessary that your web server and your Wordpress time match up pretty much exactly. Now I could have changed something in the code of these files but since I didn’t want to mess with variables I am unfamiliar with, so here’s what I did:</p>
<p><div class="note"><div class="dropshadow"><div class="noteimportant">I simply opened up <a class="zem_slink" href="http://fireftp.mozdev.org/" title="FireFTP" rel="homepage">FireFTP</a> and backed up two files to my desktop:</p>
<p>wp-cron.php (located in the Wordpress root)<br />
cron.php (located in the “wp-includes” folder)</p>
<p>Then I uploaded the wp-cron.php file from Wordpress version 2.6.5 into the root of my Wordpress installation on my server. This overwrote the Wordpress 2.7 file version.</p>
<p>Next I uploaded the cron.php file from Wordpress version 2.6.5 into my Wordpress installation folder “wp-includes” on my web server. This overwrote the Wordpress 2.7 file version.</p>
<p>Lastly, I scheduled a post in Wordpress and when the time came it posted with no problems!</div></div></div></p>
<p>While this fix may not be for everyone and “Frankensteining”  (yes I just made that word up) your Wordpress installation is not the best solution, it is a temporary fix until the next version of Wordpress is released and the issue is hopefully resolved.</p>
<p>I have included for <a class="zem_slink" href="http://en.wikipedia.org/wiki/Uploading_and_downloading" title="Uploading and downloading" rel="wikipedia">download</a> the two Wordpress files needed to fix the missed scheduled post issue in this post. Click on the download button, unzip the files and follow the directions in this post or the <a class="zem_slink" href="http://en.wikipedia.org/wiki/README" title="README" rel="wikipedia">readme file</a> that is included with the two files. Please note that these two files were obtained directly from the official <a href="http://wordpress.org/download/release-archive/">Wordpress repository</a> and are guaranteed virus-free.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/a1aa7860-0924-4712-b746-4c8343ed8c65/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=a1aa7860-0924-4712-b746-4c8343ed8c65" alt="Reblog this post [with Zemanta]"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.newbloghelp.com/wordpress/wordpress-missed-schedule-future-posts-fix/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

