<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CakePHP and CronTab in Plesk</title>
	<atom:link href="http://frodosghost.com/2009/06/01/cakephp-and-crontab-in-plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://frodosghost.com/2009/06/01/cakephp-and-crontab-in-plesk/</link>
	<description>Following the Footsteps of Heros, Never Lead to the Straight and Grey Roads. (Oh, Sleeper)</description>
	<lastBuildDate>Fri, 07 May 2010 06:10:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Stefan Jansen</title>
		<link>http://frodosghost.com/2009/06/01/cakephp-and-crontab-in-plesk/comment-page-1/#comment-157</link>
		<dc:creator>Stefan Jansen</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=246#comment-157</guid>
		<description>Thanks for your article, it realy helps!

Just a tip for all you devvers: :)

Found a litte php script in the console folder called &quot;cake.php&quot;.

You can use this to access the console without a CLI version of PHP.</description>
		<content:encoded><![CDATA[<p>Thanks for your article, it realy helps!</p>
<p>Just a tip for all you devvers: <img src='http://frodosghost.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Found a litte php script in the console folder called &#8220;cake.php&#8221;.</p>
<p>You can use this to access the console without a CLI version of PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://frodosghost.com/2009/06/01/cakephp-and-crontab-in-plesk/comment-page-1/#comment-153</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 10 Jul 2009 02:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=246#comment-153</guid>
		<description>Yeah, I ran into the same issues playing with the Shell. Basically it comes down to resorting to &lt;code&gt;debug()&lt;/code&gt; to sort out these issues.

So, I would guess your first friend would be &lt;code&gt;$this-&gt;out();&lt;/code&gt; - Just place some variables in there and you shall see it in the log. With Plesk, you could send an email on the completion of every CRON, I found that time-consuming (waiting for the CRON to run) but rather effective.

I also setup the method first in a controller, so I just had to massage off the little issues without the wait.

Let me know how to go.</description>
		<content:encoded><![CDATA[<p>Yeah, I ran into the same issues playing with the Shell. Basically it comes down to resorting to <code>debug()</code> to sort out these issues.</p>
<p>So, I would guess your first friend would be <code>$this-&gt;out();</code> &#8211; Just place some variables in there and you shall see it in the log. With Plesk, you could send an email on the completion of every CRON, I found that time-consuming (waiting for the CRON to run) but rather effective.</p>
<p>I also setup the method first in a controller, so I just had to massage off the little issues without the wait.</p>
<p>Let me know how to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Gardner</title>
		<link>http://frodosghost.com/2009/06/01/cakephp-and-crontab-in-plesk/comment-page-1/#comment-152</link>
		<dc:creator>Paul Gardner</dc:creator>
		<pubDate>Wed, 08 Jul 2009 16:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=246#comment-152</guid>
		<description>I came across your blog entry on this topic as I am too in the process of setting up a cronjob to execute a cake shell I had created using DirectAdmin and wanted to confirm I was doing it right.

My shell works fine from the command line adding a record into a table with no problems.  However, when cron runs the shell, and I can see form my cron log on the server that the job is running, nothing happens .. any idea where I can find out more information on what is happening when the cronjob runs?</description>
		<content:encoded><![CDATA[<p>I came across your blog entry on this topic as I am too in the process of setting up a cronjob to execute a cake shell I had created using DirectAdmin and wanted to confirm I was doing it right.</p>
<p>My shell works fine from the command line adding a record into a table with no problems.  However, when cron runs the shell, and I can see form my cron log on the server that the job is running, nothing happens .. any idea where I can find out more information on what is happening when the cronjob runs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://frodosghost.com/2009/06/01/cakephp-and-crontab-in-plesk/comment-page-1/#comment-113</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 01 Jun 2009 04:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=246#comment-113</guid>
		<description>There was also this link as another way run the cron with CakePHP : http://www.usefulzero.com/2007/11/12/cron-job-in-cakephp-12/ : for informational sake.

There is many ways to accomplish one task.</description>
		<content:encoded><![CDATA[<p>There was also this link as another way run the cron with CakePHP : <a href="http://www.usefulzero.com/2007/11/12/cron-job-in-cakephp-12/" rel="nofollow">http://www.usefulzero.com/2007/11/12/cron-job-in-cakephp-12/</a> : for informational sake.</p>
<p>There is many ways to accomplish one task.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
