faqts : Computers : Programming : Languages : PHP : Common Problems : HTTP Headers

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

56 of 124 people (45%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: "ERROR: could not get the task list

Mar 5th, 2002 02:26
Koen Andries, Jennifer Raffo,


The reason for this error is that for some reason php terminates 
prematurely. If you are using IIS the first thing you can try is 
checking the "check that file exists"-box in application extention 
mapping. If that doesn't work it's probably an error in php.ini like a 
non-existing path to the temp-directory or insufficient rights to a 
path.