- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2015
11:43 PM
06-24-2015
11:43 PM
Do I need to set a cron job on cpanel?
Hi,
In the documents it says
You can control the execution and scheduling of Magento cron jobs from the Admin of your store.
Does this mean I don;t need to set up a cron job in cpanel?
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015
05:16 AM
06-25-2015
05:16 AM
Re: Do I need to set a cron job on cpanel?
To be able to manage cron from the Magento admin panel also you need to setup cron using cPanle or ssh.
You have to set cron.php or cron.sh in Magento root to run periodically.
You can refer Google for setting up cron in Magento
---
Problem Solved Click Accept as Solution!:Magento Community India Forum
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015
04:05 PM
06-25-2015
04:05 PM
Re: Do I need to set a cron job on cpanel?
Thanks,
I used this video to set up a cpanel cron
https://www.youtube.com/watch?v=phGTGS43U-M
My magento is in a sub directory "store" so my cron looks like this when I click add cron:
*/5 | * | * | * | * | curl -s -o /dev/null http://www.site.ie/store/cron.php |