Page 1 of 1

CGI Error ...how to find the root of this Thing

Posted: Tue May 06, 2003 2:18 am
by anz789
hi,
some times when i login or insert data to the DB, or interact with DB , the following error is displayed . The same code worked fine but some time its too moody ...and shows

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

i'm using mySQL , IIS 5


Noman!

Posted: Tue May 06, 2003 3:33 am
by oQEDo
Usually when you use IIS5, all that error means is you have gone to a page which does not exist.
(Check your hyperlinks or redirects to ensure you have not spelled anything incorrectly)

Posted: Tue May 06, 2003 4:10 am
by twigletmac
You can setup IIS to give proper 404 error pages for missing PHP pages. Go to Internet Information Manager, right-click on your website's name and chose Properties. Then go to the Home Directory tab, click on Configuration and chose the PHP extension that you use from the list. Click on Edit, and check the box for Check File Exists. Then OK it all.

Mac