Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    TN
    Posts
    83
    Plugin Contributions
    0

    Default IE Page Abort Error - firefox works fine

    Hey, could use some help. I am losing customers due to an IE issue. I have searched forums and didn't see a fix for this.

    My site is www.swansoninc.com

    When a customer is logged in and viewing products, sometimes intermittently they will get a page abort if using IE as their browser. Never had any complaints with Firefox. Anybody know how to fix this or what I can do? Thanks so much! I work solely on commission from this website, no hourly pay, so I am depending on customers being able to stay on the site!
    Last edited by Kim; 1 Oct 2008 at 01:15 AM.

  2. #2
    Join Date
    Jun 2007
    Location
    TN
    Posts
    83
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    I also have www.jesusties.us , so whatever fixes the first, I assume would fix both. Would so appreciate help!

  3. #3
    Join Date
    Jun 2007
    Location
    TN
    Posts
    83
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    OK, so there is the exact error message. And if anyone wants to log in as a customer, I have set up a test account. The e-mail to use is [email protected] . The password is zencart . This is for the site

    ***huge image deleted***

    thanks so much!

    Also, how do I get rid of the zenid cookies that pop up on my url's ?
    Last edited by Kim; 1 Oct 2008 at 01:14 AM.

  4. #4
    Join Date
    Jun 2007
    Location
    TN
    Posts
    83
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    I deleted lightbox in my site and it took care of the IE crash problem for me.

    But now how do I get my "click here for larger image" to open in windows/ tabs. Otherwise, people may close the page instead of hitting back button. Possible?

  5. #5
    Join Date
    Jun 2007
    Location
    TN
    Posts
    83
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    ok, figured out the new window on my own as well. Went into tpl_modules_main_product_image.php and had to replace the lightbox stuff with:


    <div id="productMainImage" class="centeredContent back">
    <?php echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id'])
    . '" target="_blank" onclick="popupWindow(this.href); return false">'
    . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT)
    . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';
    ?>
    </div>

    Still wondering how to get rid of the cookies that pop up on the url's though. Any ideas?

  6. #6
    Join Date
    Jun 2007
    Location
    TN
    Posts
    83
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    OK, figured out the cookie thing too. In case anyone else has this problem. Go under configuration, then sessions, set cookie domain to false. Yay no more cookies! I fixed all my own stuff in my own thread and I hope some of this is useful to somebody or else I have just wasted space.......

  7. #7
    Join Date
    Oct 2008
    Location
    Denver, CO
    Posts
    126
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    Quote Originally Posted by G33K-Chik View Post
    Hey, could use some help. I am losing customers due to an IE issue. I have searched forums and didn't see a fix for this.

    My site is www.swansoninc.com

    When a customer is logged in and viewing products, sometimes intermittently they will get a page abort if using IE as their browser. Never had any complaints with Firefox. Anybody know how to fix this or what I can do? Thanks so much! I work solely on commission from this website, no hourly pay, so I am depending on customers being able to stay on the site!
    Thank you!!! I have this problem as well, and uninstalled lightbox. Funny thing is that it also did it with slimbox.

    I'll try your fix for the popup. Mine is coming up as a popup, but the image is way to the right, so you have to manually widen the popup to be able to see it. Hopefully the code you put in will fix mine as well.

    More folks should publish their fixes as well as their problem.

  8. #8
    Join Date
    Oct 2008
    Location
    Denver, CO
    Posts
    126
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    Nope. Didn't fix my pop-up centering problem. I'll keep looking.

  9. #9
    Join Date
    Jun 2007
    Location
    TN
    Posts
    83
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    In the line of code:

    <div id="productMainImage" class="centeredContent back">

    does it say centered or right?

    Mine says centered. Maybe that is the difference? I'm not very good at code, but that might help.

  10. #10
    Join Date
    Oct 2008
    Location
    Denver, CO
    Posts
    126
    Plugin Contributions
    0

    Default Re: IE Page Abort Error - firefox works fine

    Yeah, I ended up just installing a different popup mod and it fixed that problem. I got a 3rd party product....

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Home page blank, admin works fine
    By FloridaJohn in forum General Questions
    Replies: 11
    Last Post: 5 Jan 2016, 03:48 AM
  2. v139e (10401) order error with one language, other two works fine
    By Nandor in forum Managing Customers and Orders
    Replies: 38
    Last Post: 25 Mar 2013, 05:58 PM
  3. Layout troubles in Internet Explorer (works fine in Firefox)
    By strongbear in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Sep 2009, 06:46 PM
  4. Works Fine In Safari, But Not In Firefox
    By cbird1057 in forum Installing on a Mac Server
    Replies: 0
    Last Post: 30 Mar 2008, 02:44 AM
  5. Error yet email works fine
    By Stormshade in forum General Questions
    Replies: 1
    Last Post: 31 Jan 2008, 06:13 AM

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