<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to Time Things in WordPress - Cron Job Plugin</title>
	<atom:link href="http://activeblogging.com/info/wordpress-cron-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://activeblogging.com/info/wordpress-cron-plugin/</link>
	<description>How To Make Money With Your Blogs!</description>
	<pubDate>Fri, 05 Sep 2008 16:04:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: David Pankhurst</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/#comment-279</link>
		<dc:creator>David Pankhurst</dc:creator>
		<pubDate>Fri, 18 Jul 2008 05:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-279</guid>
		<description>The caching would be an addon plugin like wp-cache or supercache - if they are on, turn them off to see if the problem goes away - also, in the other post I mentioned I included an email script to test - give it a try, follow the steps I mentioned, and try to isolate where the problem is occurring.</description>
		<content:encoded><![CDATA[<p>The caching would be an addon plugin like wp-cache or supercache - if they are on, turn them off to see if the problem goes away - also, in the other post I mentioned I included an email script to test - give it a try, follow the steps I mentioned, and try to isolate where the problem is occurring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/#comment-275</link>
		<dc:creator>Rune</dc:creator>
		<pubDate>Thu, 17 Jul 2008 21:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-275</guid>
		<description>2: How can i turn off caching? in a ISP environment? is it a application setting in WP or serversetting for ISP?</description>
		<content:encoded><![CDATA[<p>2: How can i turn off caching? in a ISP environment? is it a application setting in WP or serversetting for ISP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Pankhurst</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/#comment-274</link>
		<dc:creator>David Pankhurst</dc:creator>
		<pubDate>Thu, 17 Jul 2008 09:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-274</guid>
		<description>Since the test button works, you are doing the same code as the timer does, with the exception of the timing itself.

So the question is, what interferes with the timing?

1) Not enough visitors. Manually refresh the page every five minutes or so. If that solves it, you'll need a cron job after all (the code is visitor-driven).

2) Caching pages. Turn off caching - with caching the theme is not called, it's displayed - so wp-footer isn't called, and no processing.

3) Bad theme. Use the default theme to check - if it works, you're theme is the problem.

4) Not using full URL - even if it's local, it needs to be http://egwebsite.com etc...

You need to divide and conquer - I've created a test script you can use to email yourself results at http://ActiveBlogging.com/info/troubleshooting-utopia-cron/</description>
		<content:encoded><![CDATA[<p>Since the test button works, you are doing the same code as the timer does, with the exception of the timing itself.</p>
<p>So the question is, what interferes with the timing?</p>
<p>1) Not enough visitors. Manually refresh the page every five minutes or so. If that solves it, you&#8217;ll need a cron job after all (the code is visitor-driven).</p>
<p>2) Caching pages. Turn off caching - with caching the theme is not called, it&#8217;s displayed - so wp-footer isn&#8217;t called, and no processing.</p>
<p>3) Bad theme. Use the default theme to check - if it works, you&#8217;re theme is the problem.</p>
<p>4) Not using full URL - even if it&#8217;s local, it needs to be <a href="http://egwebsite.com">http://egwebsite.com</a> etc&#8230;</p>
<p>You need to divide and conquer - I&#8217;ve created a test script you can use to email yourself results at <a href="http://ActiveBlogging.com/info/troubleshooting-utopia-cron/">http://ActiveBlogging.com/info/troubleshooting-utopia-cron/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/#comment-273</link>
		<dc:creator>Rune</dc:creator>
		<pubDate>Thu, 17 Jul 2008 00:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-273</guid>
		<description>I am sorry to spam you like this, but looking more into it, - ucron DOES hit the external url on a scheduled basis. 

Then the problem is, why doesn´t it hit the internal one? Am I using the correct url? (i guess i am, since it works manually). 

Can the answer be this easy: Wordpress Ucron plugin runs on a "anonymous" mode, which probably wont work pretty well in combination with wp-o-metic? Which performs a post to the blog? 

Rune</description>
		<content:encoded><![CDATA[<p>I am sorry to spam you like this, but looking more into it, - ucron DOES hit the external url on a scheduled basis. </p>
<p>Then the problem is, why doesn´t it hit the internal one? Am I using the correct url? (i guess i am, since it works manually). </p>
<p>Can the answer be this easy: Wordpress Ucron plugin runs on a &#8220;anonymous&#8221; mode, which probably wont work pretty well in combination with wp-o-metic? Which performs a post to the blog? </p>
<p>Rune</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/#comment-272</link>
		<dc:creator>Rune</dc:creator>
		<pubDate>Thu, 17 Jul 2008 00:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-272</guid>
		<description>Addtional info: 

I have now even added a external URL to the cronjobs in ucron, to a server which I have access to all posts/gets requests on the webserver. NONE are performend from the installation of u-cron (scheduled). If I hit the test/preview buttons, then the request is logged. 

So the problem is not only within Wordpress, but the cronjob itself. It does not process. 

Comments? 

Rune</description>
		<content:encoded><![CDATA[<p>Addtional info: </p>
<p>I have now even added a external URL to the cronjobs in ucron, to a server which I have access to all posts/gets requests on the webserver. NONE are performend from the installation of u-cron (scheduled). If I hit the test/preview buttons, then the request is logged. </p>
<p>So the problem is not only within Wordpress, but the cronjob itself. It does not process. </p>
<p>Comments? </p>
<p>Rune</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/#comment-271</link>
		<dc:creator>Rune</dc:creator>
		<pubDate>Wed, 16 Jul 2008 23:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-271</guid>
		<description>This is what I have one: 

1. Created a campaign in wp-o-metic. Tested it. It fetches and posts are created. I copy the link behind the FETCH link. 

2. I enter u-cron, create a entry, start time 00:10, check every 10m, the url i copied are pasted in the url field. I save it. Test is ok. If I click "view page", it fetches, and posts are created. 

3. But, nothing happens on a schedule....</description>
		<content:encoded><![CDATA[<p>This is what I have one: </p>
<p>1. Created a campaign in wp-o-metic. Tested it. It fetches and posts are created. I copy the link behind the FETCH link. </p>
<p>2. I enter u-cron, create a entry, start time 00:10, check every 10m, the url i copied are pasted in the url field. I save it. Test is ok. If I click &#8220;view page&#8221;, it fetches, and posts are created. </p>
<p>3. But, nothing happens on a schedule&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
