Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Operation aborted on product_info FIX!


draculakos

Recommended Posts

Posted

I was getting operation aborted on product_info pages only, but as i saw they load and after the error it was changing to not found.. After a search in the community i saw that many people had this problem. This problem appears only on internet explorer, not firefox, not opera.

I searched in microsoft and i saw that they know the problem and they say that this is a bug of their browser, as they say :

APPLIES TO

• Microsoft Internet Explorer 5.5

• Microsoft Internet Explorer 6.0

• Windows Internet Explorer 7

 

You can read the topic here :link to microsoft article

 

The fix for the problem is :

 

Take this code from product_info.php :

<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />

<script type="text/javascript" src="js/prototype.js"></script>

<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>

<script type="text/javascript" src="js/lightbox.js"></script>

 

And put it on includes/footer.php

 

(If you read the article on microsoft you will understand why this is a fix for this problem)

I hope i helped people who had the same problem as me!

I am Maintaining :

Product_Short_Description (i added it on specials.php and in shopping_cart.php)

City Shipping Rates With Admin (fixed the error that was giving wrong total shipping charges)

I had Created :

UTF bug fix on standard reviews system (admin & block)

Corrupted character on mysql with utf-8

Posted

Back when we were using lightbox we found that the cause was the new lightbox ... we downgraded our lightbox edition from the official lightbox website to an older version ... and it worked perfectly...but glad you found a proper way around it ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...