Guest Posted July 19, 2005 Share Posted July 19, 2005 I am trying to install osCommerce on my Windows Server 2003 dedicated server and i get this message when going to install link: FATAL ERROR: register_globals is disabled in php.ini, please enable it! what does it mean and how can i fix it to continue with my osCommerce installation? Link to comment Share on other sites More sharing options...
ibpeterson Posted July 19, 2005 Share Posted July 19, 2005 All you need to do is find the php.ini file. It should be in the directory where you installed php. edit the file using a text editor like notepad. Search for register_globals in that file and you should find a line like this register_globals = off change it to register_globals = on save and restart your server. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.