Hi,
i tried to run the following cronjob:
Cronjob should run every 10 minutes, so i set:
*/10 * * * *
and the following in command line:
/usr/local/bin/php /home/myuser/domains/mydomain.com/public_html/cronjob/cronjob.php
On cPanel i run the following command and cronjob works without issues:
cd /home/myuser/public_html/cronjob/ && php cronjob.php
But when i run the cronjobs above nothing happens.
Hope someone can help!
Thanks in advance.
Cheers
Michael
i tried to run the following cronjob:
Cronjob should run every 10 minutes, so i set:
*/10 * * * *
and the following in command line:
/usr/local/bin/php /home/myuser/domains/mydomain.com/public_html/cronjob/cronjob.php
On cPanel i run the following command and cronjob works without issues:
cd /home/myuser/public_html/cronjob/ && php cronjob.php
But when i run the cronjobs above nothing happens.
Hope someone can help!
Thanks in advance.
Cheers
Michael