<?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: Run php scripts from cron	</title>
	<atom:link href="https://www.binarytides.com/run-php-scripts-from-cron/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/run-php-scripts-from-cron/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Fri, 17 Apr 2009 17:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Its me		</title>
		<link>https://www.binarytides.com/run-php-scripts-from-cron/comment-page-1/#comment-65134</link>

		<dc:creator><![CDATA[Its me]]></dc:creator>
		<pubDate>Fri, 17 Apr 2009 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=41#comment-65134</guid>

					<description><![CDATA[Try doing a chmod 777 filename first time and everytime the file is created or modified.]]></description>
			<content:encoded><![CDATA[<p>Try doing a chmod 777 filename first time and everytime the file is created or modified.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bigwonderful		</title>
		<link>https://www.binarytides.com/run-php-scripts-from-cron/comment-page-1/#comment-65133</link>

		<dc:creator><![CDATA[bigwonderful]]></dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=41#comment-65133</guid>

					<description><![CDATA[I am attempting to run a cron job and have run into some issues. The cron is a SOAP request to noaa.gov. The result is written to a file which is then saved to a cache directory. The script cycles through and writes the files just fine. The problem is when the script executes three hours later (it is set to run on three hour intervals) there is a permissions issue with opening the previously written files. The cron fails and the old files remain. If I manually delete the files, then it runs again just fine. Any thoughts on how to deal with this? is it MAC related?&lt;br/&gt;Cheers,&lt;br/&gt;Sam]]></description>
			<content:encoded><![CDATA[<p>I am attempting to run a cron job and have run into some issues. The cron is a SOAP request to noaa.gov. The result is written to a file which is then saved to a cache directory. The script cycles through and writes the files just fine. The problem is when the script executes three hours later (it is set to run on three hour intervals) there is a permissions issue with opening the previously written files. The cron fails and the old files remain. If I manually delete the files, then it runs again just fine. Any thoughts on how to deal with this? is it MAC related?<br />Cheers,<br />Sam</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
