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. Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/ 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 Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-292350 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 Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-292352 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 Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-292353 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 Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-292354 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. Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-292355 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. Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-292385 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? Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-293474 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. Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-293477 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? Link to comment https://forums.phpfreaks.com/topic/58910-what-is-this-error/#findComment-293499 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.