Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with a fatal error


dean0088

Recommended Posts

Posted
When I go to install typing

 

http://mydomain.com/catalog/install/

 

I get the following error in my web browser

 

FATAL ERROR: register_globals is disabled in php.ini, please enable it!

How do I enable it?

 

For SECURITY REASONS.

register_globals is turned off and that is the way it should be for

security reasons.

 

BUT, if you HAVE to do this, you can set your register_globals option set to ON:

 

You need to create a file called php.ini and place it within each directory that you need to change options.

 

All you need is the following

 

register_globals = On

register_argc_argv = On

safe_mode = Off

magic_quotes_gpc = Off

Archived

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

×
×
  • Create New...