joshy7 Posted June 27, 2006 Posted June 27, 2006 I'm trying to install oscommerce and keep getting this message when I type in www.mydomain.com/catalog/install "FATAL ERROR: register_globals is disabled in php.ini, please enable it!" how do I enable this where do I look? cheers
♥Vger Posted June 27, 2006 Posted June 27, 2006 Register Globals is disabled in php.ini --------------------------------------- If your site is hosted on a Windows server then you'll have to install the Register Globals Patch (find in Contributions). If your site is hosted on an Apache server with a Unix or Linux Operating system then you may be able to turn on Register Globals just for your website by putting the code below into a .htaccess file in the root of your site. php_flag register_globals on Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.