msole Posted December 3, 2006 Posted December 3, 2006 I realized turning the Register Globals on has been an issue to some people including myself. I have tried several ways such as *install contributions v1.5 * I have tried to enable in php.ini configuration file or in the .htaccess file * I have modified the file .htaccess in the folder /catalog to include the lines php_flag register_globals on php_value register_globals on to enable the register global, but have failed. I have read all related forums, but did not work. My server is based on Windows.
Guest Posted December 4, 2006 Posted December 4, 2006 The register globals contribution (which I think is what you refer to as *...v1.5* should enable you to run your OSC with register globals off. As far as I know, it will work just as well on an MS Windows machine as it will on a real OS. Which bit of it "doesn't work"? If you are trying to run your system with register globals enabled then you do not need this contribution and installing it while deliberately enabling register globals in php.ini is not a good idea. Rich.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.