Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FATAL ERROR: register_globals is disabled in php.i


Guest

Recommended Posts

Posted

Hi - i'm a novice to oscommerce

I have loaded oscommerce on to my windows server and created the dirctory catalog.

i have tried to log on to http://www.mydomain.com/catalog and i get the following message. "FATAL ERROR: register_globals is disabled in php.ini, please enable it!"

I know i need to enable register_globals in php.ini but i'm not sure how or where to do this.

 

Help!

Posted
Hi - i'm a novice to oscommerce

I have loaded  oscommerce on to my windows server and created the dirctory catalog.

i have tried to log on to http://www.mydomain.com/catalog and i get the following message. "FATAL ERROR: register_globals is disabled in php.ini, please enable it!"

I know i need to enable register_globals in php.ini but i'm not sure how or where to do this.

 

Help!

If you have the permission, search for php.ini and change:

register_globals = Off

to

register_globals = On

Posted

P.S. You'll need to restart the server for the changes to take effect. (Hence the .ini file)

Archived

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

×
×
  • Create New...