bajanboost Posted January 13, 2009 Posted January 13, 2009 My installation of OsCommerce is running on a server that has register_globals disabled and I am unable to access the php.ini file to adjust them to enabled. Is there another way of avoiding this error message other than enabling register_globals: FATAL ERROR: register_globals is disabled in php.ini, please enable it!
FIMBLE Posted January 13, 2009 Posted January 13, 2009 Hi add this to your htaccess file php_flag register_globals on Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
bajanboost Posted January 13, 2009 Author Posted January 13, 2009 That one line of code is needed to be added to my .htaccess file on the root? /oscommerce_installation/.htaccess?
FIMBLE Posted January 13, 2009 Posted January 13, 2009 oscommerce folder you're welcome Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
bajanboost Posted January 13, 2009 Author Posted January 13, 2009 Do I need to reboot the server after adding that to my .htaccess file?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.