I try to do the cron job and I got this error, message: Output from command 01 24 * * * /usr/bin/lynx -source http://michaelman.com/amember/cron.php?pass=testpass .. /bin/sh: 01: command not found What is wrong here?
Looks like you included the time data in the place where only the command should be entered. Remove the 01 24 * * * from the command box and only use them where you specify the time to run the command. - Alan