Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 10:01 pm (All times are UTC )

 




Post new topic Reply to topic  [ 19 posts ] 
Author Message
Posted: Wed Feb 20, 2008 6:23 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Feb 20, 2008 6:17 pm
Posts: 1
I downloaded the Ecommerce edition of Joomla with VMart 1.0.13 and installed with no errors.

I did an install and everything was fine in both IE and Mozilla. But now that I've created a template and such, it will not load in IE anymore and says that the "Operation has been aborted"!! Here's the exact wording:
"Internet Explorer cannot open the Internet site http://mydomain.com/VMart/VMart/compone ... /Itemid,1/.
Operation Aborted."

So I looked in the forums over at Virtuemart and it looks like a LOT of people have this error?! But the common response was a --"it must be product categories" or something. Welp, that module was NOT published in my cart, but following the sage advice that it was that mod, I deleted the module and the problem still exists. so I know it isn't that, or I didn't know waht as being talked about.

Do any of you know what would cause this to happen?

Not only this, but I wanted to move my joomla install to my root directory. Is there any way to do that?

Thanks for any help.


Top
  E-mail  
 
Posted: Tue Oct 07, 2008 12:09 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jul 09, 2008 4:36 am
Posts: 14
Location: Sydney
viewtopic.php?f=428&t=330966&start=0&st=0&sk=t&sd=a&view=print

_________________
--------------------------------------------------------------------------
running joomla 1.57 & CB 1.2
beatdigital.com.au
thesound.com.au
muveme.com, postcardsfrommillie.com


Top
  E-mail  
 
Posted: Thu Feb 26, 2009 10:53 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Mar 08, 2006 3:40 am
Posts: 26
Q: I get Internet Explorer Cannot Open the Internet Site... Operation Aborted

A: Blame Microsoft for this one!
http://support.microsoft.com/default.aspx/kb/927917

It is linked to the Tooltips provided by Joomla and occurs usually on large pages:

The simplest solution is to change:

/libraries/joomla/html/html/behavior.php
~line 108

$tooltipInit = ' window.addEvent(\'domready\', function(){ var JTooltips = new Tips
($$(\''.$selector.'\'), '.$options.'); });';

To:

$tooltipInit = ' window.addEvent(\'load\', function(){ var JTooltips = new Tips
($$(\''.$selector.'\'), '.$options.'); });';


Or you can turn the Tootips off.

Or you can do as Microsoft suggest and persuade your users to upgrade to IE8 or just use Firefox!

_________________
Just Do what you can Do , Don't Stop and watch all Do , and you can't Do!


Top
   
 
Posted: Fri Mar 06, 2009 9:58 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Sep 03, 2005 7:35 pm
Posts: 66
Location: Netherlands
Try switching back to the default Joomla template.
That is how I found out that my template was causing the error.

_________________
The road to stability continues.............
http://www.rsdev.nl & http://rsgallery2.net


Top
  E-mail  
 
Posted: Tue Mar 10, 2009 6:36 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 01, 2008 1:45 pm
Posts: 8
I tried the fix. It did nothing for me. This problem is getting very frustrating.


Top
  E-mail  
 
Posted: Thu Mar 12, 2009 1:26 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Wed Jun 11, 2008 1:59 am
Posts: 60
I'm using the default purity template and The Virtuemart admin crashes every time with IE. If it wasn't for Firefox, I'd have an unusable site. The Virtuemart forum doesn't have a fix. Does anyone here?

_________________
http://www.Collectibles-Museums.com
http://www.Buy-A-Web-Site.com


Top
  E-mail  
 
Posted: Sat Mar 21, 2009 5:39 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed May 28, 2008 1:48 pm
Posts: 7
Location: India
Thanks a lot TheLoveBosS. Your suggestion worked for me @ http://creativehut.org

TheLoveBosS wrote:
Q: I get Internet Explorer Cannot Open the Internet Site... Operation Aborted

A: Blame Microsoft for this one!
http://support.microsoft.com/default.aspx/kb/927917

It is linked to the Tooltips provided by Joomla and occurs usually on large pages:

The simplest solution is to change:

/libraries/joomla/html/html/behavior.php
~line 108

$tooltipInit = ' window.addEvent(\'domready\', function(){ var JTooltips = new Tips
($$(\''.$selector.'\'), '.$options.'); });';

To:

$tooltipInit = ' window.addEvent(\'load\', function(){ var JTooltips = new Tips
($$(\''.$selector.'\'), '.$options.'); });';


Or you can turn the Tootips off.

Or you can do as Microsoft suggest and persuade your users to upgrade to IE8 or just use Firefox!


Top
  E-mail  
 
Posted: Mon Mar 23, 2009 11:47 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Mar 23, 2009 11:42 am
Posts: 10
just try to use the default template if youre having trouble running another template...
and make sure your connection is good to load high stuffs...


Top
  E-mail  
 
Posted: Sat Apr 04, 2009 3:48 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Dec 04, 2008 3:21 am
Posts: 9
adreed930 wrote:
I tried the fix. It did nothing for me. This problem is getting very frustrating.


TheLoveBosS suggestion is good (that worked for my problem too).

However, this is just a symptom of a more general problem : you encounter such errors when a javascript tries to modify the page before it's completely loaded. So if the TheLoveBoss suggestion doesn't work for you, maybe you're not so far to solve your problem : you just have to identify which javascript is involved. After you have identified it, by desactivating modules one by one for instance, solutions to clean it are here : http://blogs.msdn.com/ie/archive/2008/0 ... orted.aspx
(there are plenty of blogs dealing with it, GG is your friend here, with "operation aborted javascript internet explorer"...)

Again, thanks TheLoveBoss, with your post I've found which script was my problem (I saw that there was a lot of tooltip scripts used by VM, but I didn't find that it was the Joomla tooltip that were involved).


Top
  E-mail  
 
Posted: Sun Apr 05, 2009 12:56 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Wed Jun 11, 2008 1:59 am
Posts: 60
Moving to IE8 does solve the problem. Since I only crashed on the backend, I'm fine now.

_________________
http://www.Collectibles-Museums.com
http://www.Buy-A-Web-Site.com


Top
  E-mail  
 
Posted: Thu Apr 16, 2009 8:07 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Sep 13, 2007 11:39 am
Posts: 207
Location: UK
I don't think that the tooltip script is necessarily at the root of this problem.

I have been working on developing a new Joomla component, and I kept getting this error. It happened whenever there was a problem in my SQL. I was thinking that it might be some bug in the Joomla script that handles the database. But I have not been able to narrow this down yet - would love to do so as I keep getting this error with Virtuemart 1.3 as many people seem to be doing.

_________________
http://www.iswebdesign.co.uk for custom Joomla! design
http://www.spiralscripts.co.uk for Joomla! extensions


Top
  E-mail  
 
Posted: Mon Jun 08, 2009 1:21 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Jun 08, 2009 1:17 pm
Posts: 2
Unfortunately the fix above didn't work, but the suggestion about disabling modules that appear on the page worked. I narrowed it down to the virtuemart product categories module and disabling that means users can view the shop in IE7 without problems.

Now I just need a fix so I can display the categories module. Asking users to upgrade to IE8 is not exactly a very practical solution!


Top
  E-mail  
 
Posted: Mon Jun 08, 2009 1:38 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Sep 13, 2007 11:39 am
Posts: 207
Location: UK
There is a fix for Virtuemart for this problem - at

http://forum.virtuemart.net/index.php?topic=51089.0

It has worked fine for me. Remember to clear the browser cache once you have installed it.

_________________
http://www.iswebdesign.co.uk for custom Joomla! design
http://www.spiralscripts.co.uk for Joomla! extensions


Top
  E-mail  
 
Posted: Mon Jun 08, 2009 6:50 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Jun 08, 2009 1:17 pm
Posts: 2
On refreshing the page - I got the error again! So much for the product categories module being disabled fixing the problem

thanks fcoulter, but the forum post you link to is about fixing the problem where it appears in the backend.

I've spent the whole day reading (among other threads on other forums) all 15 pages of this thread on the VM site and some users mention having (and some finding fixes for) the problem in the frontend too.

I've tried every fix I can find, including disabling every module, until I just had the virtuemart component, the main nav menu and the JA purity template. STILL THE SAME PROBLEM! :(

The only other suggestion I've found involves using a more up to date version of mootools for the front-end but leaving the existing one for the backend. It just looks really complex and difficult to maintain because changes may need making to source files with the install of every new module.

I'm now contemplating whether it would be better to use another e-commerce solution but this is a last resort. Sample shops linked to from Virtuemart's site have it all working fine (including using slimbox for larger views of images, and the categories module).

It sounds near impossible to find a "works for all" solution because every user will have different combinations of modules, templates etc, hence some of the solutions posted working some of the time for some of the users.


Top
  E-mail  
 
Posted: Tue Jun 09, 2009 10:14 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Sep 13, 2007 11:39 am
Posts: 207
Location: UK
As I mentioned before I don't think that Virtuemart is at the root of this problem. I first came across it when I was developing an extension of my own, it seemed to occur when there was an error in the SQL that resulted in a database error, it seemed to somehow cause a problem with the page loading. It would seem to me that the way to fix this is to look at the way the joomla database handler handles errors, to see if it could be made to return something that doesn't result in IE7 doing this. Unfortunately I have just not had time to look into this further.

Of course there could be more than one cause so maybe there are other ways to attack it.

All I can say is that the Virtuemart patch has worked for me, but it is just sticking plaster over a deeper problem, so I am not surprised that it has not worked for everyone. I do feel for your frustration in this. Virtuemart 1.12 did not seem to exhibit this problem so you could try installing the earlier version. Or Zen Cart is a good e-commerce system that I have used for many years with few problems, though it does not offer the flexibility of a Joomla site.

_________________
http://www.iswebdesign.co.uk for custom Joomla! design
http://www.spiralscripts.co.uk for Joomla! extensions


Top
  E-mail  
 
Posted: Fri Sep 18, 2009 12:13 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 21, 2008 8:11 pm
Posts: 35
This killing me. I NEEEEED to get this site up ASAP.
Same error everyone's talking about. I narrowed it down.... kind of.

It is not the VM Categories Module...
The error doesn't show when you enter directly into a category... like this
https://stokedsa.com/store?page=shop.browse&category_id=6

But it shows here on the store main page: https://stokedsa.com/store

Urgent help would be greatly greatly appreciated!

Thank you...


Top
  E-mail  
 
Posted: Fri Sep 18, 2009 2:45 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu May 17, 2007 9:45 pm
Posts: 2
I also don't think it has anything to do with VM... It happens to me with an article that includes javascript code. I am using the 'sourcerer' plugin to include a video in an article.... it works great with Firefox but IE crashes all the time.... very upsetting!!!
Too bad IE is still used by over 50% of the world, otherwise I wouldn't care.....
Can someone please help?!?!?!
Thanks.


Top
   
 
Posted: Fri Sep 18, 2009 3:05 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 21, 2008 8:11 pm
Posts: 35
I found something that worked for my VM here: http://www.joomlahackers.net/virtuemart ... emart.html

However... it messed up the checkout process but that could be something with my SSL Certificate. My 'next button' in checkout forwards to index.php :(


Top
  E-mail  
 
Posted: Tue Nov 03, 2009 9:46 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Tue Oct 20, 2009 11:55 pm
Posts: 1
TheLoveBosS wrote:
Q: I get Internet Explorer Cannot Open the Internet Site... Operation Aborted

/libraries/joomla/html/html/behavior.php
~line 108

$tooltipInit = ' window.addEvent(\'domready\', function(){ var JTooltips = new Tips
($$(\''.$selector.'\'), '.$options.'); });';

To:

$tooltipInit = ' window.addEvent(\'load\', function(){ var JTooltips = new Tips
($$(\''.$selector.'\'), '.$options.'); });';




this is also work 4 me ....thanks!!!


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ] 

Quick reply

 



Who is online

Users browsing this forum: Google Adsense [Bot], morrisproject and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group