I've made a cron job that I am not getting results from. For testing, I entered the following line into crontab:
Now I can enter the following line into the command prompt and get exactly what I am expecting, however I am getting nothing every minute as I would expect from the cron:
Code:
*/1 * * * * php /srv/var/[URL unfurl="true"]www/ads.bandmix.com/cron/check_pending.php[/URL] > /home/ubuntu/cronlogs/check_pending.txt
Now I can enter the following line into the command prompt and get exactly what I am expecting, however I am getting nothing every minute as I would expect from the cron:
Code:
php /srv/var/[URL unfurl="true"]www/ads.bandmix.com/cron/check_pending.php[/URL] > /home/ubuntu/cronlogs/check_pending.txt