PDA

View Full Version : PHP Fakecron Failures


Herbster
08-14-2003, 07:36 PM
I have a handful of maintenence scripts that have performed without error for months when manually executed via the web. I'm trying to run them with a PHP version of fakecron. The scripts start ok - I have them make an entry in a log - but they fail to complete execution over half the time.

I am clueless. I think all error reporting is turned off. If the script tried to output a message would the process be aborted? Is the timeout shorter for some reason?

I really need to get these scripts to run on their own...