Hello,
I have setup some crons in cPanel, and none of them seem to be executing. I have looked in the /var/spool/cron dir and opened up the cron file for my user, and it shows the following:
MAILTO="brandon@mydomain.com"
30 * * * * /usr/local/bin/php -q /home/myuser/public_html/crons/renew_advertising_notice.php
30 5 * * * GET http://www.mydomain.com/crons/renew_membership_notice.php > /dev/null
15 * * * * GET http://www.mydomain.com/crons/purge_active_guest_users.php > /dev/null
This all seems to look correct. If I execute one of the lines alone, such as:
GET http://www.mydomain.com/crons/purge_active_guest_users.php > /dev/null
Then the script runs perfect, so I know there isnt an error in the code. Any ideas on why they are not running?
Thanks in advance!
