The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi ,
i am getting this error on my forums Code:
Internet Explorer Could Not Open this site. Connection Aborted. can anyone help me to solve this ![]() Thanks in Advance. |
#2
|
||||
|
||||
![]()
See this thread - using IE and FF
|
#3
|
||||
|
||||
![]()
IE is extremely picky about JavaScript errors - something that might parse OK in FF may throw a nasty error in IE.
|
#4
|
|||
|
|||
![]()
arauf, we also had this problem on our site. Here's what we found:
We noticed that the only users having this issue were ones that had their editor set at anything other than the basic editor. We were running vbportal and a theme from extremepixels. Over at vbportal, Nitro created a modifiued version of the theme from extrmepixels so show the portal blocks. When we turned his theme off, the error went away. So, obviously we started thinking there was a problem with his theme. However, we started trying to find what in his theme could be the culpritt. What we found was it was something in that theme, but not something he had put in it. WE had added lightbox javascripts to it that were causing IE to blow up. We had disabled the default vb lightbox b/c it's so incredibly hideous, and then implemented the huddletogether lightbox. BTW, the huddletogether lightbox works fine on every other theme we have. Just not this one for some reason. Anyway, once we commented out the lightbox stuff from the header, the error went away. So, for now we're back to the crappy vb lightbox, but at least it functions. Buster |
#5
|
|||
|
|||
![]()
The trick to usually avoiding alot of these issues is to putting the defer command into the javascript call. These javascript calls tend to happen if the javascript is used before the page is finished loading.
|
#6
|
|||
|
|||
![]()
How doi you use the defer command.
|
#7
|
|||
|
|||
![]()
add into the javascript call
Code:
defer="defer" |
#8
|
|||
|
|||
![]()
Into every javascript we're running?
When you say into the JS call, do you mean like this: Code:
<script language="JavaScript" src="myjsfile.js" defer="defer"> Buster |
#9
|
||||
|
||||
![]()
Yes, like that. But still, it's best to actually fix the actual error.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|