PHP 5.0.4.4 random "CGI Error" in IIS6

liunx

Guest
Hello all!
I seem to have a peculiar problem with my PHP 5.0.4.4 install on my IIS6 server...
Every once and a while (about 24hrs) all PHP scripts will refuse to run and spit out a "CGI Error".
I have tried many things:

upgrading to a newer version of PHP
adding c:\php\ to my PATH variable
doing a net stop W3SVC then net start W3SVC
installing PHP as an ISAPI module (which had errors of it's own that deserve a separate post just to describe it :) )

The problem will go away if I just restart my server after the error, but if I do nothing, no PHP scripts will run, and it will not fix itself.

This problem exists on all scripts - even a simple <?php echo("hello world"); ?> does not work.

I would be eternally greatful to whomever could tell me how to fix this stubborn problem.

Thanks for your time!

----------------------------
<!-- m --><a class="postlink" href="http://thecubed.com">http://thecubed.com</a><!-- m -->
 
Back
Top