Posted by Metin Savignano on 05/29/06 14:30
> When I run it manually it output a lot of division by zero errors but
> no other error
Please specify what you mean by "manually": Do you run it in the shell?
Or do you run it through Apache (i.e. by a page request)?
If run from the cron: Is it initiated in exactly the same way?
If you start it manually, do you do this locally or remote?
Guess: If you get a lot of division by zero errors (which is very
unclean, BTW), it might be that the script is run with different PHP
settings. This again may be due to the fact that you start it in
different ways.
You might put a phpinfo() in your script and compare the output of both
ways you start it.
Just some guesses. We need more info to be more specific.
Metin
[Back to original message]
|