sabaina Posted June 30, 2006 Posted June 30, 2006 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!
sabaina Posted June 30, 2006 Author Posted June 30, 2006 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. :(
sabaina Posted June 30, 2006 Author Posted June 30, 2006 the new fresh copy is installed here: http://www.oneofakinddiamonds.com/catalog/
mtiller Posted June 30, 2006 Posted June 30, 2006 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...)
sabaina Posted June 30, 2006 Author Posted June 30, 2006 but why is it working on firefox then? that's where i'm stumped!
boxtel Posted June 30, 2006 Posted June 30, 2006 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
mtiller Posted June 30, 2006 Posted June 30, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.