dean0088 Posted July 4, 2006 Posted July 4, 2006 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?
Rich712 Posted July 4, 2006 Posted July 4, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.