I received the following email: Cron <@site.com> /usr/bin/lynx -source http://site.com/members/cron.php Looking up site.com Unable to locate remote host site.com Alert!: Unable to connect to remote host. lynx: Can't access startfile http://site.com/members/cron.php What could be causing this?
1. does your web host allow you to access internet based resources from cron? 1. does the file exist? 2. what is the permissions on the file? Does the web account have access to execute it?
1. Not sure, I am using gatorhost... 2. The file exists, what permission should be it set at? 3. How do I check to see if the account has access to execute it? I followed the instructions in the tutorial...
Looks like they suggest calling the file directly Code: php -q /home/user_name123/public_html/members/cron.php