I'm able to run a PHP script through my browser (http://domain.com/cron.php) but not through crontab. I set up the following cron job:
/usr/local/bin/php /home/user/domains/domain.com/public_html/cron.php
It does not appear to run through cron. I've seen great advice on this forum on how to debug cron problems, but they assume you have shell access, which I don't. I'd particularly like to see the cron log, but I don't see a way of doing that through DA.
Any advice?
/usr/local/bin/php /home/user/domains/domain.com/public_html/cron.php
It does not appear to run through cron. I've seen great advice on this forum on how to debug cron problems, but they assume you have shell access, which I don't. I'd particularly like to see the cron log, but I don't see a way of doing that through DA.
Any advice?