Welcome, Guest
Username Password: Remember me

Error in IE8
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Error in IE8

Error in IE8 20 Nov 2009 08:37 #1437

Does anyone know what this error means from IE8? (Doesn't happen in FireFox)
=========
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618; OfficeLiveConnector.1.4; OfficeLivePatch.0.0)
Timestamp: Fri, 20 Nov 2009 16:04:07 UTC


Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
URI: www.[removed]/mj/our-studies
============

Occurs on Menu item linked to Studies List Layout.
Joomla 1.5.10 in Legacy mode.

Ya think it's my template? Or?

Thanks,

V

Re: Error in IE8 20 Nov 2009 09:35 #1439

  • Eugen
  • OFFLINE
  • Moderator
  • Posts: 147
What template are you using?

Here is the same issue but for joomlart template: www.joomlart.com/forums/showthread.php?t=33902

apparently it can be caused by certain extensions

Re:Error in IE8 20 Nov 2009 14:12 #1440

Well, that was a good lead but it really wasn't a Joomla extension.

Bible Study in IE8 wasn't happy with this script(below) as part of our header in the template. Removing it returned the display of Bible Studies. For now I will have to replace the Bible Study page with a static image header. An ok workaround for us. No big deal.


<div id="container" style="width: 600px; height: 140px; margin-left: 25px; border: 3px dotted rgb(197, 207, 231); text-align: center;"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this rotator.</div>
 
<script type="text/javascript" src="http://www.[removed domain name].org/j1/templates/JavaBeanRevisedfor15/swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("http://www.[removed domain name].org/j1/templates/JavaBeanRevisedfor15/imagerotator.swf","rotator","600","140","7");
s1.addParam("allowfullscreen","true");
s1.addVariable("file","http://www.[removed domain name].org/j1/templates/JavaBeanRevisedfor15/imagerotator.xml");
s1.addVariable("width","600");
s1.addVariable("height","140");
s1.write("container");
</script>


As always, thanks!
Last Edit: 20 Nov 2009 14:50 by Eugen.

Re:Error in IE8 20 Nov 2009 14:50 #1441

  • Eugen
  • OFFLINE
  • Moderator
  • Posts: 147
If that header is an extension from joomla.com, you can try contacting the developer of it.

By looking at the code above, off the top of my head, I'm assuming that there might be a conflict with the inclusion of the "swfobject.js" script, because that script is already included by the AVR plugin. I can't be certain, however, but it may help you with the debugging.
  • Page:
  • 1
Time to create page: 0.64 seconds