Hello,
I am running PHP 4 off of IIS 5.0 and have successfully completed several projects in this dev environment. However, my current project has brought out a very annoying error. I am getting this:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
It happens all around the site... The frequency is at best random, it could happen on any given script at any time... Also, if I reload the page, the script executes just fine about 95% of the time...
The only things that I can possibly think that could be causing this are set_cookies() or header redirects ->HTTP Headers.
Has anyone else encountered this? What is the cause? How do I fix it?
Thanks a lot...
-John