Installed Oscommerce With Godaddy.com Hosting and The Images Appear Blurred!

Discussion in 'eCommerce' started by gregdavidson, Jul 21, 2010.

  1. #1
    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?
     
    gregdavidson, Jul 21, 2010 IP
  2. shanu.chaudhary

    shanu.chaudhary Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    shanu.chaudhary, Jul 23, 2010 IP