Page 1 of 1

cron job not working for php on web

Posted: Sun Apr 19, 2020 5:24 pm
by asdcxz
Hi,

cron cmd for whmcs php is not working through panel but through ssh it is fine, may i know the issue, where to check

centos6
vestacp 0.9.8

cmd : /usr/bin/php -q /home/admin/web/xxxxx.com/public_html/clients/crons/cron.php

Thanks

Re: cron job not working for php on web

Posted: Thu Apr 23, 2020 12:30 pm
by asdcxz
could any one help me

Re: cron job not working for php on web

Posted: Sat Apr 25, 2020 8:23 pm
by skamasle
Sure your can be run with php from cli ?

Maybe you need call it with curl or wget from URL, some crons not support phpcli

If not, check if your cron daemon is online

Re: cron job not working for php on web

Posted: Sat Apr 25, 2020 8:25 pm
by asdcxz
Thank your for you reply,

Cron demon in online, as there is no option i had added the cron job in /etc/crontab now from that time it is working fine


Thanks