smek007 Posted October 18, 2007 Share Posted October 18, 2007 I am going insane - everything was fine until now. I have not touched the site. In IE, the images, CSS, nothing shows up except the actual text. http://www.mintpros.com/os/catalog/index.php but in Firefox its fine.... anyone run into this?? Link to comment Share on other sites More sharing options...
smek007 Posted October 18, 2007 Author Share Posted October 18, 2007 i changed the image paths from relative to absolute e.g. /images/abc.jpg >>> http://www.mintpros.com/images/abc.jpg and that works but the actual shop content is still all red Xs' I am going insane - everything was fine until now. I have not touched the site. In IE, the images, CSS, nothing shows up except the actual text. http://www.mintpros.com/os/catalog/index.php but in Firefox its fine.... anyone run into this?? Link to comment Share on other sites More sharing options...
usernamenone Posted October 18, 2007 Share Posted October 18, 2007 you have some messed up or missing code in your index.php Line 40 is not stating your base href and is leaving it blank: <base href="">look at your code and see if it looks like this: <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> Link to comment Share on other sites More sharing options...
smek007 Posted October 18, 2007 Author Share Posted October 18, 2007 nevermind...after playing around i changed Use template for product info page to true and now its working....makes no sense since it was working fine before all this oh well Link to comment Share on other sites More sharing options...
smek007 Posted October 18, 2007 Author Share Posted October 18, 2007 in the end it was the "register_global" option on the server side... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.