cancel
Showing results for 
Search instead for 
Did you mean: 

cron_schedule

cron_schedule

Hi,,

 

need help, i have magento 1.9

we move the website to cpanel, and now we have a bug in the cron_schedule table,

everything is twice, every task, why is that ??

can anyone help

 

thanks.

3 REPLIES 3

Re: cron_schedule

Hi @dror21,

 

Can you check your crontab configuration?

Using the shell you will need to execute:

 

crontab -l

(Maybe you will need to specify another user if the crontab was configured with the user who runs the webserver)

Re: cron_schedule

Hi,

 

i have login with the user account to the ssh and this is the result -

 

SHELL="/bin/bash"
* * * * * /usr/local/bin/php /home/domain/public_html/cron.php

 

thanks.

Re: cron_schedule

Hi @dror21,

 

I guess you should use:

 

*/5 * * * * sh /path/to/magento/cron.sh