Author Topic: magento cron can't work on CWP.admin  (Read 11167 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
magento cron can't work on CWP.admin
« on: May 04, 2015, 06:45:29 AM »
add the follow cron job on CWP.admin cron tab:
*/5 * * * * /bin/sh /home/magento/public_html/cron.sh &> /dev/null

On magento dashboard,magento cron can't run(can see run or not using aoe_scheduler module);

how to setting the magento cron on CWP.admin cron job tab?
Please help!
« Last Edit: May 04, 2015, 06:48:33 AM by ben »

Offline
*
Re: magento cron can't work on CWP.admin
« Reply #1 on: May 04, 2015, 09:51:51 PM »
crons are set in the same way like on normal linux system, additionally you have a gui within cwp to do that.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: magento cron can't work on CWP.admin
« Reply #2 on: February 23, 2016, 05:18:18 PM »
add the follow cron job on CWP.admin cron tab:
*/5 * * * * /bin/sh /home/magento/public_html/cron.sh &> /dev/null

On magento dashboard,magento cron can't run(can see run or not using aoe_scheduler module);

how to setting the magento cron on CWP.admin cron job tab?
Please help!
Did you fixed that?

Offline
***
Re: magento cron can't work on CWP.admin
« Reply #3 on: April 29, 2016, 01:04:31 AM »
I believe cron.sh must be changed to 744. and cron.php also.