Forum Moderators: bakedjake
I would appreciate if anyone could point me to things to try to investigate the issue.
- I can run: tail -f /var/log/cron and see that the cron jobs are actually running just fine
- I can run the same cron commands via the commandline: /usr/local/bin/php /home/me/www/script.php and it executes just fine
- I can run the php script via my website and it executes just fine
- There are no error_log logs at the location of the php scripts
Any ideas where to troubleshoot next?