UnseenMenace Posted March 18, 2006 Posted March 18, 2006 I am attempting to install the latest osCommerce 2.2 Milestone 2 Update 051113 onto a server running MYSQL 5 and it keeps failing, I have also created a php.ini file which has the text in it register_globals = On and this has also been uploaded to the server and place in the catalog directory.. Yet whenI attempt to run the installation script I obtain the error message FATAL ERROR: register_globals is disabled in php.ini, please enable it! Could anyone please assist in resolving this situation
♥Vger Posted March 18, 2006 Posted March 18, 2006 Place this code in a .htaccess file in the root of your web (Apache servers only): php_flag register_globals on Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.