ID: 12358 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PWS related Operating System: windows 98 PHP Version: 4.0.6 New Comment:
it's a bit late now, but maybe someone else will come look for answers here... The CGI error can be solved by opening PWS, clicking on the Advanced button, and adding the folder where your scripts reside to the vitual directories tree (don't forget to enable the execute option by ticking the box). Previous Comments: ------------------------------------------------------------------------ [2003-01-13 20:00:58] [EMAIL PROTECTED] I'm getting the same problem. It's not about setting cgi.force_redirect=0 in php.ini, that was for a different problem and that one is now fixed. So what is causing this error? Any help greatly appreciated! CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: ------------------------------------------------------------------------ [2002-06-25 03:55:17] [EMAIL PROTECTED] set cgi.force_redirect=0 in your php.ini ------------------------------------------------------------------------ [2001-08-20 12:04:57] [EMAIL PROTECTED] no feedback. ------------------------------------------------------------------------ [2001-07-25 06:30:11] [EMAIL PROTECTED] provide a short example script, and it's output when run from the command line. save this as test.php: <?php echo "hello world!\n" ?> and see what you get. it should be st. like this: c:\temp>php test.php X-Powered-By: PHP/4.0.7-dev Content-type: text/html hello world! c:\temp> If that's ok (i. e. the first three lines are the same as shown above, I suggest you turn on logging errors in php.ini, request a PHP script thru PWS, and check the error log. ------------------------------------------------------------------------ [2001-07-25 05:58:53] [EMAIL PROTECTED] I has installed php4.0 from www.php.net.My os is windows 98 and i am using PWS.when I run any php program in browser I am getting the following error CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: whn I run php.exe in dos prompt I am getting the html file correctly.While running in the browser,I am getting the above error. Any body please help me My email id is [EMAIL PROTECTED] bye suresh ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=12358&edit=1
