Guest Posted December 8, 2005 Posted December 8, 2005 I've just installed OSC and it was working fine in firefox. I tried it in Internet explorer and it doesn't display properly at all. There are no images and nearly all of the links don't work. What is the problem? I've tried it on different PC's and it's still the same. Thanks PS the site is www.inkcartridgeshoponline.co.uk
♥Vger Posted December 8, 2005 Posted December 8, 2005 This is happening because Firefox has better error handling capabilities than IE - in other words it tolerates sloppy configure files and 'assumes' what the base href will be, whereas IE won't. If you look at your includes/configure.php file you'll probably find that it did not get written to by the install and that it is missing much of the essential information it should have. Vger
Guest Posted December 8, 2005 Posted December 8, 2005 Thanks! I hadn't filled in the line: define('HTTP_SERVER..... JM
AlanR Posted December 8, 2005 Posted December 8, 2005 <base href="/"> The server is acting up, asserting ssl, common problem. In: catalog/includes/configure.php For now set the https lines the same as the http ones. define('HTTP_SERVER', 'http://www.inkcartridgeshoponline.co.uk/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.inkcartridgeshoponline.co.uk/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.inkcartridgeshoponline.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.inkcartridgeshoponline.co.uk'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
Guest Posted December 12, 2005 Posted December 12, 2005 Hi , A similar problem has occured on our OS commerce cart and I have read this thread and checked the : includes/configure.php for the errors pointed out (the cart was setup by Cpanel) . There are no errors in the config file and yet Explorer definitely has the problems pointed out by other users . As this thread / board seems to be relevant and recent . Has anyone any other suggestions how to solve this Explorer problem ? Dave Schwen
desire Posted December 12, 2005 Posted December 12, 2005 hi is anyone else having this problem in checkout im pulling my hair out here just cant find the answer please can anyone help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.