Elxis CMS Forum
Extensions => Components => Topic started by: babis1 on March 09, 2010, 10:16:07
-
when i go to see an add i take that error
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: http://www........../component/option,com_marketplace/page,show_ad/catid,7/adid,1/Itemid,43/
-
Which version of market place have you installed ?
http://www.elxis-downloads.com/com_downloads/ad-management/226.html ?
-
the new one.... yesterday i install the component ......ok i check it is template problem somewhere conflict with the eicomp tpl
-
somewhere that code make conflict i delete it and now marketplace works fine
<a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this rotator.</div>
<script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/templates/<?php echo $mainframe->getTemplate(); ?>/imagerot/swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("<?php echo $mosConfig_live_site; ?>/templates/<?php echo $mainframe->getTemplate(); ?>/imagerot/imagerotator.swf","rotator","760","200","0");
s1.addParam("allowfullscreen","false");
s1.addVariable("shownavigation","false");
s1.addVariable("file","<?php echo $mosConfig_live_site; ?>/templates/<?php echo $mainframe->getTemplate(); ?>/imagerot/ei_comp.xml");
s1.addVariable("width","760");
s1.addVariable("height","200");
s1.write("container");
</script>
-
the error you have in ie7 an ie8 is caused by a conflict between image rotator and lightbox. this error happens also with other jscript like lightbox (slimbox and motools)
the solution to solve the problem is in the pdf guideline that you find in the zip file of the component (paragraph: in presence of image rotator) ;)
-
It is a common problem. Ι have faced it in the present past.