davetabler Posted August 10, 2006 Share Posted August 10, 2006 Here's the message: FATAL ERROR: register_globals is disabled in php.ini, please enable it! What should I be doing here? Link to comment Share on other sites More sharing options...
Guest Posted August 10, 2006 Share Posted August 10, 2006 I am having the same issue as of today. I am on a reseller account so I don't know if the provider changed the setting. Is there a way to run OSCommerce with register_globals off. Link to comment Share on other sites More sharing options...
Guest Posted August 10, 2006 Share Posted August 10, 2006 If you do not have privledges to change register_globals to on in php.ini, try putting a .htaccess file in the root directory of your site with: php_flag register_globals on You can see if that took effect by going to "server information" in the control panel, or by creating a .php with: <? phpinfo(); ?> I believe there is a contribution for running OSC with register_globals off, but you should try to enable them first. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.