jim.davidson Posted July 8, 2007 Share Posted July 8, 2007 CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted July 8, 2007 Share Posted July 8, 2007 what where you doing? Helps to give code/situation any info Quote Link to comment Share on other sites More sharing options...
jim.davidson Posted July 8, 2007 Author Share Posted July 8, 2007 I'm trying to do a web site. If you go to www.bobtracyinsurance.php and click on contact us menu I get the error Quote Link to comment Share on other sites More sharing options...
jim.davidson Posted July 8, 2007 Author Share Posted July 8, 2007 oops sorry, us need to go to www.bobtracyinsurance.com/index.php to see the new site Quote Link to comment Share on other sites More sharing options...
AndyB Posted July 8, 2007 Share Posted July 8, 2007 http://www.bobtracyinsurance.com/index.php and http://www.bobtracyinsurance.com/btracy_contact_us.php work just fine. Your problem might have been a server hiccup Quote Link to comment Share on other sites More sharing options...
jim.davidson Posted July 8, 2007 Author Share Posted July 8, 2007 Yeah, that's part of the problem, it seems to come and go. I click on a menu selection and get the error. If i choose another selection and go back it's ok. The click another selection and I get it again. Quote Link to comment Share on other sites More sharing options...
AndyB Posted July 8, 2007 Share Posted July 8, 2007 Sounds like a flaky server. Links either work all the time or they don't work all the time. Quote Link to comment Share on other sites More sharing options...
jim.davidson Posted July 9, 2007 Author Share Posted July 9, 2007 My ISP has 4 options for PHP PHP 4 CGI PHP 5 CGI PHP 4.x register_global on PHP 5.x register_glogal on The site is currently set at PHP 4 CGI. Since I'm using PHP 4.1.21, should I be using PHP 4 CGI or PHP4.x register_global on? Could this be my problem with the error? Quote Link to comment Share on other sites More sharing options...
per1os Posted July 9, 2007 Share Posted July 9, 2007 My ISP has 4 options for PHP PHP 4 CGI PHP 5 CGI PHP 4.x register_global on PHP 5.x register_glogal on The site is currently set at PHP 4 CGI. Since I'm using PHP 4.1.21, should I be using PHP 4 CGI or PHP4.x register_global on? Could this be my problem with the error? You definitely do not want register_globals on. But if the CGI is causing problems you can manually turn off the register_globals via htaccess, that or just code as if they were off. Quote Link to comment Share on other sites More sharing options...
jim.davidson Posted July 9, 2007 Author Share Posted July 9, 2007 Duh: Don't know what I was thinking, once I stopped to think, no I don't want register globes on. I have found though that the problem on happens in internet explorer. I don't get the error in netscape or firefox. Is there something else I can try? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.