Archive for July, 2007

OScommerce - Server Requirement Error

“Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.”
This error was driving me crazy but then i found a very simple fix.

Download http://www.hostingzoom.com/phpini.txt
Rename phpini.txt to php.ini
Edit the php.ini, set the value of register_globals to On
Now simply […]