CGI Error

Discussion in 'HTML / PHP / JavaScript / CSS' started by Austin, Jan 2, 2009.

  1. For the last few weeks, we have been getting the following error

    CGI Error

    The specified CGI application misbehaved by not returning a complete set of HTTP headers.

    Sometimes we have to refresh the page 10 times and then it appears.

    What do I do?

    Website is www.adventurelinks.net
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Bruce

    Bruce DiscountASP.NET Staff

    Hmm.. this is a real nasty error. It usually means that the PHP script crashed so badly that it doesnt' even write the error to the browser.

    I would try put some error trapping code in the application to dump the error to a log file.
     

Share This Page