DonnaNJ Posted March 22, 2006 Posted March 22, 2006 I have had this store up since Sept .. all of a sudden we get this message: FATAL ERROR: register_globals is disabled in php.ini, please enable it! Do WE have to do someting ... do you think something changed at the host ? Should contact them ? I search the forums for registered globals - but those folks seemed to have problems in the beginning.. Our store has been working ... now this ? Thanks Donna
custodian Posted March 22, 2006 Posted March 22, 2006 In your .htaccess file in your catalog directory (or whatever your root dir is) add this php_flag_register_globals = On My Contributions Henry Smith
custodian Posted March 22, 2006 Posted March 22, 2006 It is not uncomon for a host to decide to turn off register_globals. Eventually all hosts will do it. I'm surprised that your host waited ths long. My Contributions Henry Smith
DonnaNJ Posted March 22, 2006 Author Posted March 22, 2006 It is not uncomon for a host to decide to turn off register_globals. Eventually all hosts will do it. I'm surprised that your host waited ths long. OK I did this but now I get a 500 server configuration error ? I guess we have to call the host - again ... I think it's like a computer in his friends basement - and tech support is leave a phone message and we'll get back to you eventually. thanks Donna
custodian Posted March 22, 2006 Posted March 22, 2006 OK I did this but now I get a 500 server configuration error ? I guess we have to call the host - again ... I think it's like a computer in his friends basement - and tech support is leave a phone message and we'll get back to you eventually. thanks Donna Place it at the top of your .htaccess file Also try it without the = sign php_flag register_globals ON However it may not be allowed by admin settings - but you can try Also, if the host turned off register_globals, the chance of them turning them back on are probably fairly slim. My Contributions Henry Smith
Steel Posted March 24, 2006 Posted March 24, 2006 The host can turn off register globals for the server but have an exception. I can't remeber how it was done but I had this done for my store. My Host turned it off and then after me calling him he set it up so only my account would have it on
Recommended Posts
Archived
This topic is now archived and is closed to further replies.