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.
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)
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.