Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page broken in IE but not in Firefox


sabaina

Recommended Posts

Posted

Hi,

 

I have a store here.

View it in Firefox - it looks fine.

View it in IE - it's totally broken! CSS doesn't work, images not coming up. If you look at the image paths, you'll see it isn't picking the dynamic paths?

 

Please help!

Posted

i tried reinstalling a new copy. new database, new files, no modules, FRESH from the oscommerce download page.

 

broken images and no css in IE.

fine in firefox!

 

please help.

:(

Posted

Make sure you have the following variables correctly set in your /catalog/includes/configure.php file:

 

define('HTTP_SERVER', 'http://www.oneofakinddiamonds.com');

define('HTTP_COOKIE_DOMAIN', 'www.oneofakinddiamonds.com');

define('HTTP_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

 

(These should have been set corretcly by the installation procedure, but...)

Posted
i tried reinstalling a new copy. new database, new files, no modules, FRESH from the oscommerce download page.

 

broken images and no css in IE.

fine in firefox!

 

please help.

:(

 

<base href="">

Treasurer MFC

Posted

Yep, it's the <base href=""> which should be poulated by the config fields from configure.php.

 

Firefox seems to ignore a wrongly defined "base href", while IE just uses it regardless. It should be fixed when changin the parameters, although I'm not sure what other effects (if any) it has when these were not entered correctly at the install.

Archived

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

×
×
  • Create New...