I have one error with Yabb forum. When I go to my forum. It shows the below error: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. I do not know why and how it is occurred, since it was working fine before last day. Please help to resolve the error. Mayur Gondaliya Community WebHosting Informatics
Doesn't sound like a Perl error... but perhaps your webserver dishes out custom error messages or yabb returns errors. Sounds to me that there is not content header... print "Content-type: text/html\n\n"; or print $cgi->header("text/html");