Page 1 of 1
general load error
Posted: Fri Jun 09, 2006 4:04 pm
by eektech909
i'm getting this error when i try to access a php page
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
any help please?
Posted: Fri Jun 09, 2006 4:07 pm
by feyd
hard to tell you much without seeing your code.
Posted: Fri Jun 09, 2006 4:34 pm
by eektech909
i just installed php for the first time
i was just trying to see if it worked
its a very simple file that just displays and echo of hello
Posted: Fri Jun 09, 2006 5:04 pm
by RobertGonzalez
What is your OS, your HTTP server and PHP version? Is this a local install or a server install? Does the following code display anything?
Posted: Mon Jun 12, 2006 12:40 am
by eektech909
I still receive the same error with the phptest(); code
os - windows server 2003
http - iis web server
php - 5
please help..thanks!
Posted: Mon Jun 12, 2006 2:07 am
by RobertGonzalez
Not exactly sure about the error, but it may have something to do with how your php.ini is contacting the php executable. It believe you are going to want to use the php-cgi.exe file instead of the php.exe (or maybe vice-versa).