<?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: How To Setup A Cron Job In Magento &#8211; Magento Cron Tutorial</title>
	<atom:link href="http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/</link>
	<description>Magik is a Magento product development company with a focus on enabling online retailers to unleash the power of Magento E-commerce</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Swapna Silu</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-1742</link>
		<dc:creator>Swapna Silu</dc:creator>
		<pubDate>Tue, 20 Dec 2011 11:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-1742</guid>
		<description>Hi,
I created a cronjob in my custom module below is the code in config.xml:-

                    */1 * * * *

                    subscription/observer::exportProducts

then i defined the job in model/observer.php file like this:-
public function exportProducts()
    {
		echo “hello”;
 		$resource   = Mage::getSingleton(‘core/resource’);
    	$conn       = $resource-&gt;getConnection(‘magentostage’);
    	$results    = $conn-&gt;query(“insert into bbb(title) values(‘test1′)”);
    }

My job is not getting register in cron_scheduler also it is not 
working.Where i am missing steps,i don’t know.Please Suggest me any 
idea.
Thanks,
Swapna</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I created a cronjob in my custom module below is the code in config.xml:-</p>
<p>                    */1 * * * *</p>
<p>                    subscription/observer::exportProducts</p>
<p>then i defined the job in model/observer.php file like this:-<br />
public function exportProducts()<br />
    {<br />
		echo “hello”;<br />
 		$resource   = Mage::getSingleton(‘core/resource’);<br />
    	$conn       = $resource-&gt;getConnection(‘magentostage’);<br />
    	$results    = $conn-&gt;query(“insert into bbb(title) values(‘test1′)”);<br />
    }</p>
<p>My job is not getting register in cron_scheduler also it is not<br />
working.Where i am missing steps,i don’t know.Please Suggest me any<br />
idea.<br />
Thanks,<br />
Swapna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal Porwal</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-1679</link>
		<dc:creator>Vishal Porwal</dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-1679</guid>
		<description>my root cron.php is not executing my modules observer. I set config.xml of my module


        
            
                
                    * 1 * * *
                
                
                    termspayment/observer::sendPaymentReminderMail
                
            
        
       

whts wrong pls help</description>
		<content:encoded><![CDATA[<p>my root cron.php is not executing my modules observer. I set config.xml of my module</p>
<p>       <br />
           <br />
               <br />
                    * 1 * * *<br />
               <br />
               <br />
                    termspayment/observer::sendPaymentReminderMail<br />
               <br />
           <br />
       <br />
       </p>
<p>whts wrong pls help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emilshamloo</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-1661</link>
		<dc:creator>Emilshamloo</dc:creator>
		<pubDate>Thu, 29 Sep 2011 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-1661</guid>
		<description>Hi, and thanks for the tutorial. I am new at Magento. I want Magento update my sitemap every day. I found in this site http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/seo/creating_google_sitemaps_for_magento_sites that I have to set up a cron job to do this. Can you make a tutorial for setting up a cron job for updating sitemap?
Best regards</description>
		<content:encoded><![CDATA[<p>Hi, and thanks for the tutorial. I am new at Magento. I want Magento update my sitemap every day. I found in this site <a href="http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/seo/creating_google_sitemaps_for_magento_sites" rel="nofollow">http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/seo/creating_google_sitemaps_for_magento_sites</a> that I have to set up a cron job to do this. Can you make a tutorial for setting up a cron job for updating sitemap?<br />
Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Що таке Cron і навіщо він потрібен &#124; maque.org.ua</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-1395</link>
		<dc:creator>Що таке Cron і навіщо він потрібен &#124; maque.org.ua</dc:creator>
		<pubDate>Wed, 20 Apr 2011 17:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-1395</guid>
		<description>[...] Cron Jobs with PHP 2.cPanel Tutorial: Advanced &#8211; Cron Jobs 3.How To Setup A Cron Job In Magento – Magento Cron Tutorial 4.Cron Job Tutorial 5.Cron [...]</description>
		<content:encoded><![CDATA[<p>[...] Cron Jobs with PHP 2.cPanel Tutorial: Advanced &#8211; Cron Jobs 3.How To Setup A Cron Job In Magento – Magento Cron Tutorial 4.Cron Job Tutorial 5.Cron [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristan Lerper</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-1135</link>
		<dc:creator>Kristan Lerper</dc:creator>
		<pubDate>Sat, 05 Mar 2011 13:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-1135</guid>
		<description>Superb products from you finding out, man. I have comprehend ones stuff earlier to make sure you therefore you are only also fantastic. My partner and i definitely want exactly what you have received here, genuinely love so what you may be telling along with the means through which an individual declare the idea. You ensure it is fun and you nevertheless treatment meant for to keep them smart. As i can not wait to help read through significantly even more from you. It is literally a new excellent internet site..</description>
		<content:encoded><![CDATA[<p>Superb products from you finding out, man. I have comprehend ones stuff earlier to make sure you therefore you are only also fantastic. My partner and i definitely want exactly what you have received here, genuinely love so what you may be telling along with the means through which an individual declare the idea. You ensure it is fun and you nevertheless treatment meant for to keep them smart. As i can not wait to help read through significantly even more from you. It is literally a new excellent internet site..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish @Magento Themes</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-252</link>
		<dc:creator>Ashish @Magento Themes</dc:creator>
		<pubDate>Mon, 20 Sep 2010 14:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-252</guid>
		<description>When you setup CRON, regardless of your country settings in your application (in our case Magento); CRON file will be executed as per the server time which might be hosted in USA or somewhere else. You need to ask your hosting company and discuss this issue.</description>
		<content:encoded><![CDATA[<p>When you setup CRON, regardless of your country settings in your application (in our case Magento); CRON file will be executed as per the server time which might be hosted in USA or somewhere else. You need to ask your hosting company and discuss this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dawa</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-250</link>
		<dc:creator>dawa</dc:creator>
		<pubDate>Mon, 20 Sep 2010 09:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-250</guid>
		<description>Sorry for the delay ...
Country default : France
Timezone: Europe/Paris
as the server in CEST ...
Hmmmm I don&#039;t understand why... Grrrr</description>
		<content:encoded><![CDATA[<p>Sorry for the delay &#8230;<br />
Country default : France<br />
Timezone: Europe/Paris<br />
as the server in CEST &#8230;<br />
Hmmmm I don&#8217;t understand why&#8230; Grrrr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-210</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 10 Sep 2010 12:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-210</guid>
		<description>I think you will need to edit your crontab and add following line: 

*/5 * * * * /absolute/path/to/php5 -f /absolute/path/to/magento/cron.php 

*/5 means that magento’s cron processor will be invoked every 5 minutes. You can change this value as per your requirement.
</description>
		<content:encoded><![CDATA[<p>I think you will need to edit your crontab and add following line: </p>
<p>*/5 * * * * /absolute/path/to/php5 -f /absolute/path/to/magento/cron.php </p>
<p>*/5 means that magento’s cron processor will be invoked every 5 minutes. You can change this value as per your requirement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-209</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Thu, 09 Sep 2010 11:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-209</guid>
		<description>hi
i set all the given rule but i don&#039;t get mail.
i am useing  aheadwork subscription recurring module for recurring payment but cron is not work that is tha main problem of our site how we set cron job pls let me know.</description>
		<content:encoded><![CDATA[<p>hi<br />
i set all the given rule but i don&#8217;t get mail.<br />
i am useing  aheadwork subscription recurring module for recurring payment but cron is not work that is tha main problem of our site how we set cron job pls let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MagentoMagik</title>
		<link>http://blog.magikcommerce.com/how-to-setup-a-cron-job-in-magento-magento-cron-tutorial/comment-page-1/#comment-194</link>
		<dc:creator>MagentoMagik</dc:creator>
		<pubDate>Fri, 13 Aug 2010 08:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magikcommerce.com/?p=361#comment-194</guid>
		<description>Double check your server local time as your CRON is entirely dependent on server time along with your Store defaults. What is the country region you have selected for your store?</description>
		<content:encoded><![CDATA[<p>Double check your server local time as your CRON is entirely dependent on server time along with your Store defaults. What is the country region you have selected for your store?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

