Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports (Moderator: korb)    Topic: “Internet Explorer Cannot Open the Internet Site Operation Aborted”
Pages: [1]   Go Down
  Print  
Author Topic: “Internet Explorer Cannot Open the Internet Site Operation Aborted”  (Read 9226 times)
0 Members and 1 Guest are viewing this topic.
Freak
Newbie
*

Karma: 0
Offline Offline

Posts: 4


Email
« on: January 07, 2009, 22:50:44 »

hello

i just instal the last version of Jcommments 2.0.0.16

work perfect with firefox

when i use IE 6 and i go inside an article i get this bug “Internet Explorer Cannot Open the Internet Site Operation Aborted”  Sad

thank for your help   Roll Eyes

Logged
smart
Administrator
Hero Member
*****

Karma: 81
Offline Offline

Gender: Male
Posts: 1684



WWW
« Reply #1 on: January 08, 2009, 00:24:26 »

I open your page in FireFox and got JavaScript error (in JavaScript console):

Error: _gat is not defined
Source: http://wanevents.com/web/index.php?option=com_content&task=view&id=180&Itemid=179
Line: 16

In IE 6.0 I'm got same error as you described... I see source code of page and found there are many JavaScript libraries (jQuery, MooTools and etc). So may be one of them conficts with JComments... what kind of 3rd party extensions do you use on site?
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Freak
Newbie
*

Karma: 0
Offline Offline

Posts: 4


Email
« Reply #2 on: January 08, 2009, 00:42:20 »

what is the third-party extensions... ? module ? composante ?
Logged
Freak
Newbie
*

Karma: 0
Offline Offline

Posts: 4


Email
« Reply #3 on: January 08, 2009, 01:00:54 »

composants :

AsV kalenda
Bannières
Expose
Flux RSS
Forum FireBoard
JComments
JCE Admin
JDirectory
JW Media Manager XTD
Liens web
Mailling
MgMedia2
Shoutbox
Raf Cloud
Sondage
Syndication

Modules :

mod_adsense_joomlaspan_3_Regular
mod_asv_kalenda_minical    
mod_asv_kalenda_slide
mod_exposescroller
mod_flashbanner
mod_googlemapit
mod_jdirectory_contents
mod_jdirectory_menu
mod_jdirectory_search
mod_mainmenu    
mod_mostread    
mod_newsflash    
mod_poll    Site    
mod_pub_test       
mod_raf_cloud    
mod_random_image
mod_related_items
mod_search
mod_shoutbox
mod_stats
mod_templatechooser
mod_whosonline
mod_wrapper
mod_latest
mod_logged
mod_popular
mod_stats

Mambot :

BMCO FLV Player
Code support   
Content - JComments
Email Cloaking
GeSHi
mgMediaBot2
MOS Thumb
playerFLV pro
SEF    content
JCE Editor Mambot
Bouton MOS Image éditeur
Bouton MOS Pagebreak éditeur
Editor Button - JComments OFF
Editor Button - JComments ON
Recherche dans les catégories
Recherche dans les flux RSS
Recherche dans les sections
Search - JComments    search
Search Content Ex    search
ASVutils    system
JCE Utilities
System - JComments
Logged
Freak
Newbie
*

Karma: 0
Offline Offline

Posts: 4


Email
« Reply #4 on: January 09, 2009, 03:46:56 »

Please, i need some help  Huh  Smiley
Logged
kenmcd
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« Reply #5 on: January 30, 2009, 16:13:29 »


See: [#10801] domready gives problems in IE (mootools)
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=10801

There are some workarounds and some pointers to the cause.
 
Logged
erthos
Newbie
*

Karma: 0
Offline Offline

Posts: 8


« Reply #6 on: February 06, 2009, 04:06:37 »

I have the same problem now. Is there a solution?
Logged
erthos
Newbie
*

Karma: 0
Offline Offline

Posts: 8


« Reply #7 on: February 06, 2009, 05:32:40 »

… I have another extension (Article attachment) and..before I installed jcomments, it had been working OK in IE6.  After installation of jcomments problems started with IE6,7. I have tried many combinations: "turned off all plugins" ,"mambots" jcomments" and it hasn´t  helped me. Now I´ve turned off plugin  of Article attachment and it works.

"Both use articles´ IDs" of articles, but i need both  and I don't see a solution.
Logged
derricklo
Newbie
*

Karma: 0
Offline Offline

Posts: 2


« Reply #8 on: March 06, 2010, 15:25:20 »

Hi,

Problem is due to timing problem for Javascript in Microsoft IE browsers (IE8- still get error, IE7, IE6) only. See:
http://support.microsoft.com/default.aspx/kb/927917
http://blogs.msdn.com/ie/archive/2008/04/23/what-happened-to-operation-aborted.aspx
Search for "What can you do?", Point 2.
Ans: Adding the defer  boolean attribute to the script block (this defers execution of the script content until parsing is complete)

If you are using Javascript intensive code like VM, JComments, etc, you may encounter the above problem for IE browsers.

For Joomla, I added "defer" in:
\libraries\joomla\document\html\renderer\head.php
line 130
$strHtml .= $tab.'<script defer="defer" type="'.$strType.'" src="'.$strSrc.'"></script>'.$lnEnd;
x$strHtml .= $tab.'<script type="'.$strType.'" src="'.$strSrc.'"></script>'.$lnEnd;

Seems to work for me. Please try the solution and confirm back here if this solution works? Thanks.

Also, not sure if this will slow the loading of the web pages in other browsers? Please share your page loading performance.
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports (Moderator: korb)    Topic: “Internet Explorer Cannot Open the Internet Site Operation Aborted”
 
Jump to: