<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[NuBlue - Setting up a Magento Cron]]></title>
	<link rel="self" href="http://www.nublue.co.uk/forums/feed/atom/topic/306/"/>
	<updated>2013-02-26T14:56:10Z</updated>
	<generator>PunBB</generator>
	<id>http://www.nublue.co.uk/forums/topic/306/setting-up-a-magento-cron/</id>
		<entry>
			<title type="html"><![CDATA[Re: Setting up a Magento Cron]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/post/1136/#p1136"/>
			<content type="html"><![CDATA[<p>Hi T,</p><p>To run the cron once per day then the boxes should be as follows : </p><p>The Minute box should be set to [Minutes after the hour you want the cron to run]<br />The Hour box should contain a [Hour of the day you want the cron to run]<br />The Day of Month box should contain a * (Run every day... I think you&#039;re getting it!)<br />The Month box should contain a *<br />The Day of Week box should contain a *</p><p>You need to specify a specific time of the day for it to run if you want it to run daily, so for 2.30am you&#039;d have 30 in the Minute box and 2 in the Hour box, with everything else having stars.</p><p>Hope this helps,</p><p>Paul.</p>]]></content>
			<author>
				<name><![CDATA[NuBlue-Paul]]></name>
				<uri>http://www.nublue.co.uk/forums/user/5/</uri>
			</author>
			<updated>2013-02-26T14:56:10Z</updated>
			<id>http://www.nublue.co.uk/forums/post/1136/#p1136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Setting up a Magento Cron]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/post/1135/#p1135"/>
			<content type="html"><![CDATA[<p>*/10 means run every 10 minutes, but say what if I want to run this once per day.&nbsp; What are the settings then? Thanks</p>]]></content>
			<author>
				<name><![CDATA[tl.smith]]></name>
				<uri>http://www.nublue.co.uk/forums/user/174/</uri>
			</author>
			<updated>2013-02-23T19:10:02Z</updated>
			<id>http://www.nublue.co.uk/forums/post/1135/#p1135</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Setting up a Magento Cron]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/post/928/#p928"/>
			<content type="html"><![CDATA[<p><span class="bbu">How to setup a cron for Magento</span></p><p>This assumes that you are setting the cron up for a Magento store in your web root, if you have your magento hosted in a subdirectory you&#039;ll need to add the name of the subdirectorie(s) immediately before &quot;cron.php&quot;.</p><p>Step 1 : Login to your Hosting Control Panel<br />Step 2 : Navigate to your Domain panel<br />Step 3 : Click on &quot;Crontab&quot; (Plesk 8) or &quot;Scheduled Tasks&quot; (Plesk 9)<br />Step 4 : Choose the user that the cron will run as.&nbsp; This should always be your primary ftp user (not a web_user)).<br />Step 5 : Click on &quot;Preferences&quot; and enter a notification email address.&nbsp; You&#039;ll only receive an email if the cron fails.<br />Step 6 : You should be back on the page that lists your existing cron&#039;s, click on &quot;Schedule a Task&quot;<br />Step 7 : Fill in the many boxes!</p><p>The Minute box should be set to */10 (This means run every 10 minutes)<br />The Hour box should contain a * (This means run every hour)<br />The Day of Month box should contain a * (Run every day... I think you&#039;re getting it!)<br />The Month box should contain a *<br />The Day of Week box should contain a *</p><p>And finally the command box should contain the following code : </p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">/usr/bin/php httpdocs/cron.php</pre></div><p>Save and you&#039;re done!</p>]]></content>
			<author>
				<name><![CDATA[NuBlue-Paul]]></name>
				<uri>http://www.nublue.co.uk/forums/user/5/</uri>
			</author>
			<updated>2011-03-04T16:36:03Z</updated>
			<id>http://www.nublue.co.uk/forums/post/928/#p928</id>
		</entry>
</feed>
