Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All Images are broken on IE only


yhlee

Recommended Posts

Q1: Broken Images and formatting (stylesheet)

I have uploaded the website and it shows everything right except the graphics and formatting are missing ONLY ON INTERNET EXPLORER. It looks fine on Mozilla. Does it have anything to do with the Internet setting on IE? How do I fix this?

 

 

Q2: Error: Catalog images directory does not exist: /catalog/images/

I have renamed the "catalog" to "web" on my webserver. (The location is www.website.com/web)

 

Which line of the admin/includes/configuration.php should I edit?

 

Thanks.

 

 

 

Lee

pleasure in the job puts perfection in the work

Link to comment
Share on other sites

Q1: Broken Images and formatting (stylesheet)

I have uploaded the website and it shows everything right except the graphics and formatting are missing ONLY ON INTERNET EXPLORER. It looks fine on Mozilla. Does it have anything to do with the Internet setting on IE? How do I fix this?

 

 

Q2: Error: Catalog images directory does not exist: /catalog/images/

I have renamed the "catalog" to "web" on my webserver. (The location is www.website.com/web)

 

Which line of the admin/includes/configuration.php should I edit?

 

Thanks.

 

 

 

Lee

 

Guys, I have solved the problem by editing the two lines below (catalog/include/configure.php), previously both were with empty values.

 

define('HTTP_SERVER', 'http://www.yourURL.com/web/'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.yourURL.com/web/'); // eg, https://localhost - should not be empty for productive servers

 

Same goes to the admin/includes/configure.php:-

 

define('HTTP_SERVER', 'http://www.tsgroup.com.sg/web/admin'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.yourURL.com/web/');

define('HTTPS_CATALOG_SERVER', 'http:/www.yourURL.com/web/');

 

Thanks.

pleasure in the job puts perfection in the work

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...