Cron Job - GoDaddy

Discussion in 'Troubleshooting' started by jes_bad, Jul 13, 2009.

  1. jes_bad

    jes_bad New Member

    Joined:
    Apr 4, 2009
    Messages:
    32
    Hello,

    I have extensively researched this one in this forum and google. I have tried several different combinations without success. Here is the command that I am currently using for GoDaddy's Cron Manager:

    /web/cgi-bin/php5 "$HOME/html/amember/cron.php"

    I get the following response in my email:

    /web/cgi-bin/php5: /usr/local/lib/libpng12.so.0: no version information available (required by /web/cgi-bin/php5)
    /web/cgi-bin/php5: Symbol `client_errors' has different size in shared object, consider re-linking
    Set-Cookie: PHPSESSID=q2hhp0prbonoq19svtnq2ki5l5; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Content-type: text/html; charset=ISO-8859-1


    Does anyone know of the correct command to use for GoDaddy, or is there an issue with cron.php?

    :confused:
    Thanks,
    - Jes
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Jes,
    Do you get red error about cron job in aMember CP still?
    From output it seems that cron job was executed even if there are errors with php itself.
  3. jes_bad

    jes_bad New Member

    Joined:
    Apr 4, 2009
    Messages:
    32
    Hi Alexander,

    I do not see the red Cron message in aMember CP home page. Is there a way that I can validate that the Cron was execute ok? I noticed the Symbol `client_errors' has different size in shared object, consider re-linking message below.

    Thanks,
    - Jes
  4. jes_bad

    jes_bad New Member

    Joined:
    Apr 4, 2009
    Messages:
    32
    I checked my DB, the table amember_cron_run is empty.
  5. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    If you don't see message about error, this means that cron is working.
    Also you can contact us in helpdesk and I will check this for sure.
  6. vmpbs

    vmpbs New Member

    Joined:
    Nov 3, 2008
    Messages:
    5
    Hello, I'm getting the same error on godaddy.com every hour. It started a while ago and nothing seems to work to get rid of it. Any ideas yet alexander?

    /web/cgi-bin/php5: Symbol `client_errors' has different size in shared object, consider re-linking
    Set-Cookie: PHPSESSID=c2lm7867143940kjcj4dpfel62; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Content-type: text/html; charset=ISO-8859-1
  7. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    This output means that cron was executed.
    To disable email every hour add this to the end of your cron command:
    Code:
    &> /dev/null
    

Share This Page