Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Content-Type: text/html header rpoblem

Quote Reply
Content-Type: text/html header rpoblem
Any idea, running the nph-build.cgi I receive this error since a short time (host changed servers locations): The script did not produce correct headers. It must at least print out a Content-Type header, like so:
Content-Type: text/html

The header the script produced was:
HTTP/1.0 200 OK
The error does not occur while running admin.cgi
I found this in the nph-build.cgi: if ($@) {
print "Content-type: text/html\n\n";
print "Error including libraries: $@\n[/url]";
print "Make sure they exist, permissions are set properly, and paths are set correctly.";
exit;
} Shouldn't this make it work? coeBlush