Hello Group I moved to a new hsoting company and all went well except for the cron. I get the following error when it runs: /bin/sh: /usr/bin/lynx: Permission denied Does the cron.php have to be chmod or something. It worked fine before but not after the move. Any and all sugestion would be greatly appreciated. /usr/bin/lynx -source http://www.mydoamin.org/membership/cron.php
No, your webhosting company just denied usage of /usr/bin/lynx from cron jobs. Please contact them and find out what is correct command line to periodically call an URL from the cron job.
I am having the same issue. Here is the response from hostgator.com: Now I am still not sure what to do with this. Any advise? Many thanks, Sam
Sam, it is better if you contact us via helpdesk. In short, you should create a cron job that runs at 00:00 daily and executes command /usr/bin/GET http://www.yoursite.com/amember/cron.php
I thought it runs every hour? From http://manual.amember.com/Setup_a_Cron_Job So, do we need to run it daily or hourly?