Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error message on Install process


davetabler

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...