'client_errors' warning in output from cron job that runs PHP on GoDaddy
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-05-20T11:59:37Z
Indexed on
2010/05/20
12:00 UTC
Read the original article
Hit count: 315
Hi. I have several cron jobs that I've set up on my GoDaddy hosting account through their control panel. The commands look like this:
/web/cgi-bin/php5 "$HOME/html/myfolder/cron_do_stuff.php"
The jobs runs as scheduled, and the scripts work perfectly, and the output from the scripts always gets sent to my email address. I would love a way to disable this (since the PHP script can send it's own emails if it's necessary). But my real question is about the output, which always contains this on the first line:
/web/cgi-bin/php5: Symbol `client_errors' has different size in shared object, consider re-linking
Looks like a server configuration error to me, and after talking with GoDaddy they said it's a benign warning and not to worry about it. I was just curious if anyone had ideas for fixing it.
© Stack Overflow or respective owner