The Joomla! Forum ™





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 27 posts ] 
Author Message
PostPosted: Wed Feb 20, 2008 6:23 pm 
Joomla! Fledgling
Joomla! Fledgling

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
 Profile  
 
PostPosted: Tue Oct 07, 2008 12:09 pm 
Joomla! Apprentice
Joomla! Apprentice

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
 Profile  
 
PostPosted: Thu Feb 26, 2009 10:53 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Mar 08, 2006 3:40 am
Posts: 29
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
 Profile  
 
PostPosted: Fri Mar 06, 2009 9:58 pm 
Joomla! Intern
Joomla! Intern

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

_________________
Ronald

http://www.rsdev.nl


Top
 Profile  
 
PostPosted: Tue Mar 10, 2009 6:36 pm 
Joomla! Apprentice
Joomla! Apprentice

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
 Profile  
 
PostPosted: Thu Mar 12, 2009 1:26 am 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Wed Jun 11, 2008 1:59 am
Posts: 66
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.Business-Website-Designs.com
http://www.WebsitesCR.com


Top
 Profile  
 
PostPosted: Sat Mar 21, 2009 5:39 pm 
Joomla! Apprentice
Joomla! Apprentice

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
 Profile  
 
PostPosted: Mon Mar 23, 2009 11:47 am 
Joomla! Apprentice
Joomla! Apprentice

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
 Profile  
 
PostPosted: Sat Apr 04, 2009 3:48 pm 
Joomla! Apprentice
Joomla! Apprentice

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
 Profile  
 
PostPosted: Sun Apr 05, 2009 12:56 am 
User avatar
Joomla! Intern
Joomla! Intern

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

_________________
http://www.Business-Website-Designs.com
http://www.WebsitesCR.com


Top
 Profile  
 
PostPosted: Thu Apr 16, 2009 8:07 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Sep 13, 2007 11:39 am
Posts: 796
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
 Profile  
 
PostPosted: Mon Jun 08, 2009 1:21 pm 
Joomla! Fledgling
Joomla! Fledgling

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
 Profile  
 
PostPosted: Mon Jun 08, 2009 1:38 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Sep 13, 2007 11:39 am
Posts: 796
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
 Profile  
 
PostPosted: Mon Jun 08, 2009 6:50 pm 
Joomla! Fledgling
Joomla! Fledgling

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
 Profile  
 
PostPosted: Tue Jun 09, 2009 10:14 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Sep 13, 2007 11:39 am
Posts: 796
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
 Profile  
 
PostPosted: Fri Sep 18, 2009 12:13 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Aug 21, 2008 8:11 pm
Posts: 40
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
 Profile  
 
PostPosted: Fri Sep 18, 2009 2:45 am 
Joomla! Fledgling
Joomla! Fledgling

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
 Profile  
 
PostPosted: Fri Sep 18, 2009 3:05 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Aug 21, 2008 8:11 pm
Posts: 40
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
 Profile  
 
PostPosted: Tue Nov 03, 2009 9:46 am 
Joomla! Fledgling
Joomla! Fledgling

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
 Profile  
 
PostPosted: Tue Dec 15, 2009 5:52 pm 
Joomla! Intern
Joomla! Intern

Joined: Tue Aug 04, 2009 3:05 pm
Posts: 65
A quick follow-up: My problems definitely appear to be an issue with the Disqus comments plug-in.


Top
 Profile  
 
PostPosted: Wed Dec 16, 2009 1:52 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Dec 16, 2009 1:50 pm
Posts: 1
http://htmlerror-info.[URL banned].com/2009 ... htbox.html


Top
 Profile  
 
PostPosted: Wed Mar 24, 2010 5:06 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Nov 01, 2009 7:58 pm
Posts: 16
Location: UK
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!


That worked for me, though '$tooltipInit' was on line 109 and had none of the ' window.addEvent(\'domready\', function(){ var JTooltips = new Tips
($$(\''.$selector.'\'), '.$options.'); });'; after it. Backed up my site and changed it anyway and not only did it stop crashing Internet Explorer it also made Disqus appear as it has previously only appeared in Firefox.

_________________
http://www.bestblender.co.uk
http://www.alien-ufo-sightings.com


Top
 Profile  
 
PostPosted: Sat Mar 27, 2010 5:13 pm 
Joomla! Intern
Joomla! Intern

Joined: Tue Aug 04, 2009 3:05 pm
Posts: 65
For me, it's clearly an issue with the disqus comments plug-in. After months of using disqus -- because I like it (especially the top of page link at the bottom of comments) -- I'm going to abandon it.

BTW, the help for disqus -- via joomlaworks -- is completely unresponsive to my posts on their forum (http://forum.joomlaworks.gr/index.php?topic=10152.0).

You'd think that if their plug-in consistently crashes IE7, and produces HTML parsing errors in IE8, they would be on top of it, but they aren't...


Top
 Profile  
 
PostPosted: Sat Oct 16, 2010 4:04 pm 
Joomla! Intern
Joomla! Intern

Joined: Tue Jun 01, 2010 3:53 am
Posts: 93
Anyone looking for a great shopping cart, Opencart is working great for me. I have a joomla site that is used to fully explain my products and then I use Opencart for my store. Opencart is very good. I tried Virtuecart and found it to be too complex for what I need to do.

Hope this helps someone.


Top
 Profile  
 
PostPosted: Mon Mar 21, 2011 8:25 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Oct 22, 2007 4:01 pm
Posts: 8
I seem to have resolved the IE crashing issue with the Disqus comment plugin from Joomla Works.

in the file:
plugins/content/jw_superblogger.php

comment out the css on line 465

// var disqus_iframe_css = '{$disqusIframeCSS}';

seems to resolve the issue of IE7 crashing on load.


Top
 Profile  
 
PostPosted: Mon Mar 28, 2011 10:30 pm 
Joomla! Intern
Joomla! Intern

Joined: Tue Jan 20, 2009 8:34 am
Posts: 75
murgatroydj wrote:
in the file:
plugins/content/jw_superblogger.php


This file doesn't exist in the Disqus plugin for Joomla?

_________________
http://www.horrortalk.com - The Best Horror DVD Reviews Since 2002


Top
 Profile  
 
PostPosted: Tue Mar 29, 2011 2:24 pm 
Joomla! Intern
Joomla! Intern

Joined: Tue Jan 20, 2009 8:34 am
Posts: 75
Update: Found the same CSS variable in /plugins/content/jw_disqus.php (line 195)

I removed it and now the IE7 crash appears to have gone. None of the other solutions in this thread had solved the problem for me, so thank you murgatroydj! ;D

_________________
http://www.horrortalk.com - The Best Horror DVD Reviews Since 2002


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 27 posts ] 



Who is online

Users browsing this forum: No registered users and 4 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® Forum Software © phpBB Group