Installed ispConfig on FC5, good install! Excellent instructions and tutorials! Now I'm trying to install osCommerce, and I received the following error: FATAL ERROR: register_globals is disabled in php.ini, please enable it! I checked the site settings, php is enabled in the site, and I even checked php.ini and register globals is ON. Any help would be greatly appreciated! Jim
In which php.ini file did you enable register_globals? There are 3 files. Did you restart your apache webserver?
php.ini I'm not sure which php.ini I should edit (or where they are). Is it possible to only make the changes specifically for each site that is hosted or would it effect ALL sites? There are several changes I have to make for osCommerce (at least the install) to work properly. Thanks in advance! Best regards! Jim
Have a look here: http://www.howtoforge.com/forums/showthread.php?t=3011&highlight=register_globals http://www.howtoforge.com/forums/showthread.php?t=5928&highlight=register_globals
you could create a .htaccess and enable register_globals just for that site: Code: php_admin_value safe_mode Off