[PHP] cgi error --- please help

2004-01-28 Thread Dale Hersh
CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. I am getting this error and I can't figure out what is causing the problem. If I hit refresh on the broswer, the page loads just fine. Any ideas??? Thanks, Dale RUNNING IIS 6.0 MSSQL 2000 --

Re: [PHP] cgi error --- please help

2004-01-28 Thread Len Borowski
I recently had this error. Turns out that my php binary was the CLI(command line interface only) version, not the cgi version and so it wasn't sending the headers before parsing the php file. You should look at getting the right php binary. Also, if you have a question, you don't make 2 seperate

RE: [PHP] cgi error --- please help

2004-01-28 Thread Gryffyn, Trevor
: Wednesday, January 28, 2004 4:52 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] cgi error --- please help I recently had this error. Turns out that my php binary was the CLI(command line interface only) version, not the cgi version and so it wasn't sending the headers before parsing the php