Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    1
    Plugin Contributions
    0

    red flag Need help - having issue with IE browsers

    Hi,

    I have been running a Zen-Cart store for over 2-3years now, with little trouble.

    We are runing an old version of Zen Cart 1.2.x (not sure of the x) but it may be even earlier than that. Any how over the last week or two, we have noticed an issue with people browsing our store using IE Browsers.

    On the initial visit from a IE Browser, the site fails to load, and receives a message stating that "Internet explorer cannot open the Internet site http://www.trianglecarpets.co.uk Operation aborted".

    But the funny thing with this fault is that the site works once the error is cleared and the refresh key is pressed.

    This fault only appears in IE, have tested in Mozzila, Opera, other browsers covering Windows and Linux and the all work fine.

    I believe the fault is something to do with missing cookie or cookie generation, when the fault appears, on checking the cookies there is one generated for the site. If the cookie is deleted and you try viewing the page the fault re-appears.

    I would be greatful for any suggestion to fix this fault, and Upgrading Zen Cart is not an option, as there has been custom coded features of the site, which cause more problems with upgrading the site.
    Last edited by deadman2k; 25 Jul 2007 at 05:59 PM. Reason: typo's

  2. #2
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Need help - having issue with IE browsers

    I was not able to reproduce this error with either IE6 or IE7 running on XP Pro... is there anything you know about the configurations where this problem occurs? (i.e., IE version, security/privacy setting, etc.)

    On an unrelated note, you appear to have a misconfiguration in your includes/configure.php file:

    these lines:
    Code:
    define('HTTP_SERVER', 'http://www.trianglecarpets.co.uk/');
    define('HTTPS_SERVER', 'https://www.trianglecarpets.co.uk/');
    should be like this:

    Code:
    define('HTTP_SERVER', 'http://www.trianglecarpets.co.uk');
    define('HTTPS_SERVER', 'https://www.trianglecarpets.co.uk');
    (NOTE the removal of the trailing / marks)

    BrandTim

  3. #3
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Need help - having issue with IE browsers

    Quote Originally Posted by deadman2k View Post
    We are runing an old version of Zen Cart 1.2.x (not sure of the x) but it may be even earlier than that.

    ...

    Upgrading Zen Cart is not an option, as there has been custom coded features of the site, which cause more problems with upgrading the site.
    As an aside, take note that your older version is not compatible with PHP 5 and MySQL 5. If your hosting company decides to upgrade (and they'll be getting pressure to do so), then you'll be forced to upgrade your Zen Cart or find alternate hosting options.

    Thus, it might be worth adding an upgrade into your planned tasks sometime over the next several months.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Having issue with authorize.net help!!
    By sim8729 in forum General Questions
    Replies: 4
    Last Post: 19 Aug 2011, 02:25 PM
  2. Having trouble with my purchased template. Need HELP!
    By shkad14 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Aug 2010, 12:20 AM
  3. HELP! Weird CSS Issue with Safari and Chrome Browsers
    By limelites in forum General Questions
    Replies: 19
    Last Post: 4 Oct 2009, 07:25 PM
  4. Need Help with CSS Issue
    By Globie in forum General Questions
    Replies: 3
    Last Post: 25 Nov 2008, 07:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg