Control Web Panel

WebPanel => PHP => Topic started by: ben on May 04, 2015, 06:45:29 AM

Title: magento cron can't work on CWP.admin
Post by: ben 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!
Title: Re: magento cron can't work on CWP.admin
Post by: Administrator 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.
Title: Re: magento cron can't work on CWP.admin
Post by: problemao 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?
Title: Re: magento cron can't work on CWP.admin
Post by: pixelpadre on April 29, 2016, 01:04:31 AM
I believe cron.sh must be changed to 744. and cron.php also.