Hi, I'm getting the following error on the admin screen: Cron job has been running last time at 05/27/2004 04:00:02, it is more than 24 hours before. Most possible external cron job has been set incorrectly. It may cause very serious problems with the script The Cron Job is set up as below: 1 * * * * /usr/bin/lynx -source http://www.redmondexams.com/amember/cron.php?pass=XXX What is most likely to be the problem? Thanks.
Most likely /usr/bin/lynx is not installed on your server. Try to use /usr/bin/curl instead of /usr/bin/lynx -source
What does cron.php do - as provided in the aMember package? What does check_cron (in cron.php) do? Does it fire off the cron-daemon? Regards Steve
1. Do we need "?pass=XXX"??? If so, where do I find it for my install? It's not mentioned on http://manual.amember.com/Setup_a_Cron_Job 2. Also, could we just use "0 * * * * http://yoursite.com/amember/cron.php" 3. Is there any way to find out which one should work, or test an KNOW whether it will work or not. I'd rather know now, than go through an entire week of trying different command lines to see if it worked. Thanks, Dan