I just installed Oscommerce on Godaddy.com hosting and for some odd reason the images appear blurred. I had to upload a filed call php5.ini to get the thing working because the message FATAL ERROR: register_globals is disabled in php.ini, please enable it! kept on coming up. Any ideas for getting the images fixed?
Open the .htaccess file and append the below line to it in order to enable the register_globals. php_flag register_globals on Code (markup): Hope this helps.