StoneCold Posted March 20, 2004 Share Posted March 20, 2004 Hi I am trying to install osCommerce2.2MS2 on my local computer with php 4.3.4 and apache 2.0.48 but it is giving an error message register_globals disabled even when i have set the register_globals to "On" in the php.ini file. Any help would be appreciated. Thanks in advance StoneCold Link to comment Share on other sites More sharing options...
user99999999 Posted March 20, 2004 Share Posted March 20, 2004 You need to restart apache after changeing php.ini. Link to comment Share on other sites More sharing options...
StoneCold Posted March 20, 2004 Author Share Posted March 20, 2004 I have done that but still its giving the same error. I have checked the register_global status using the ini_get() method and it is showing its value as 0. Also since now php has changed the method of accessing variables(like using $_POST instead of $HTTP_POST_VARS) does this have any effect on running of osCommerce? Link to comment Share on other sites More sharing options...
user99999999 Posted March 20, 2004 Share Posted March 20, 2004 Try setting it via .htaccess file. You will see a section commented out with # Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.