Perl error

Discussion in 'Programming' started by MayurGondaliya, Dec 14, 2007.

  1. #1
    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
     
    MayurGondaliya, Dec 14, 2007 IP
  2. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #2
    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");
     
    NetStar, Dec 14, 2007 IP