risupply Posted October 12, 2009 Posted October 12, 2009 Hello all, I am not sure what my problem may be. Both of my sites, which are bought templates do not function correctly in internet explorer. The first site is http://www.riextreme.com . The issue here is when a product image is clicked from any page, you are brought to a page that will not load. As I said earlier this only happens with internet explorer. The next site is questions is http://www.wickfordantiques.com . The issue here is the whole site seems to not run properly or as it does in firefox and safari. Are these issues with the templates or internet explorer? I am using IE8 if that means anything. Thank you in advance for taking the time to help with these issues.
FIMBLE Posted October 12, 2009 Posted October 12, 2009 HiFor your first problem add this ini_set('display_errors',1); error_reporting(E_ALL); To the top of your product_info.php within the Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
FIMBLE Posted October 12, 2009 Posted October 12, 2009 Strange, it only printed out a bit of the answer! it went on to say... add the code to the top of your product_info.php so it looks like this <?php /* $Id: product_info.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ [color=#FF0000][font=Tahoma, Arial, sans-serif][size=2]ini_set('display_errors',1); error_reporting(E_ALL);[/size][/font][/color] It will help you pinpoint your errors The second part, it seems to be fine, can you be more specific with the problem? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
FIMBLE Posted October 12, 2009 Posted October 12, 2009 OK 3rd time to try! <?php /* $Id: product_info.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ini_set('display_errors',1); error_reporting(E_ALL); Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
risupply Posted October 12, 2009 Author Posted October 12, 2009 I actually just re-uploaded the original product_info.php file from the template and it seemed to fix the issue with the first site. I am going to try doing the same with the next site. Thanks for your help though, it was appreciated.
FIMBLE Posted October 12, 2009 Posted October 12, 2009 No problem, glad you have it sorted Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
risupply Posted October 12, 2009 Author Posted October 12, 2009 To be more specific, the second site I am having an issue with just doesn't function properly in IE at all. Sometimes when the page loads, all images both products and template do not load. It seems the pages get stuck while loading and then eventually will load sometimes. I have uploaded all the template files again and did not seem to do the trick. Again this only happens in IE, firefox and safari work very well.
MrPhil Posted October 13, 2009 Posted October 13, 2009 If you are running IE8, it will likely fail to work correctly 'out of the box'. I'm pretty sure that osC has some code that checks for browser make, and treats all IE's the same. This was fine up through IE7, as Microsoft chose not to follow Web standards in the behavior of their browsers. However, as of IE8, MS is finally fairly standards-compliant. That is, it behaves more like Firefox or Opera, etc. Unfortunately, unless code has been updated to treat IE8 differently from IE7 and earlier, osC is unlikely to work well on IE8. You can confirm this by putting your IE8 browser into "IE7 compatibility mode" and seeing if it now works. If it does, a workaround would be to add a "meta" tag in the page <head> code to force any IE8 browser into compatibility mode when running your store.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.