Joomla Bible Study

...components for the glory of God
Notice
  • The administrator has disabled public write access.
  • Only logged-in/registered users are allowed to contribute to the forum.
Welcome, Guest
Please Login or Register.    Lost Password?

Error in IE8
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Error in IE8
#1437
Error in IE8 8 Months, 1 Week ago  
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
Vickie
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1439
Re: Error in IE8 8 Months, 1 Week ago  
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
Eugen
Moderator
Posts: 147
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1440
Re:Error in IE8 8 Months, 1 Week ago  
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.


Code:

<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!
Vickie
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/11/20 15:50 By genu.
The administrator has disabled public write access.
 
#1441
Re:Error in IE8 8 Months, 1 Week ago  
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.
Eugen
Moderator
Posts: 147
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1