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? Thanks, - Jes
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.
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
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.
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
This output means that cron was executed. To disable email every hour add this to the end of your cron command: Code: &> /dev/null