Cron Job Error?

Discussion in 'Troubleshooting' started by scottlott, Sep 9, 2010.

  1. scottlott

    scottlott Member

    Joined:
    Jun 17, 2010
    Messages:
    50
    I set up my external cron recently, the cron ran for one hour, then a day later I get this:

    Cron job has been running last time at 09/08/2010 13:44:22, 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 script on my godaddy cron setup is this:
    /usr/bin/lynx -source http://rcpowers.com/amember/cron.php

    Does anybody have any idea what the issue is?
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
  3. hoofmanw

    hoofmanw New Member

    Joined:
    Jun 14, 2011
    Messages:
    4
    I don't think this will work on GoDaddy. I am currently having problems and hope to get thenm resolved soon. When I do I will post the solution.
  4. hoofmanw

    hoofmanw New Member

    Joined:
    Jun 14, 2011
    Messages:
    4
    This works on GoDaddy. Substitute your URL.
    /usr/bin/wget -o/dev/null -O- http://yoursite.com/amember/cron.php

Share This Page