Hello,
Im a bit unsure if this is the right forum.. but here's me question..
after updating a component for my website in IE 7 you get :
"out of memory line 2"
Line 2 = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
So nothing special..
in firefox everything is ok..
but also when i install it on another site all is ok with that new version..
and that makes it even weirder i guess..
Yes the stuff uses ajax and javascript and looks like :
<script type='text/javascript'> /*<![CDATA[*/ var jc_option = "com_frontpage"; var jc_autoUpdate = "0"; var jc_update_period = 300*1000; var jc_orderBy = "1"; var jc_commentForm; var jc_livesite_busyImg = "http://www.example.com/pcajaxcomment/busy.gif"; /*]]>*/ </script>
<script src="http://www.example.com/pcajaxcomment/script.js?1.7" type="text/javascript"></script>
<script type='text/javascript'>
/*<![CDATA[*/
var jax_live_site = 'http://www.example.com/index.php';
/*]]>*/
</script>
does this sounds familiar to someone?
or anyone have a clue where the error suddenly comes from?
Thank you
[edited by: encyclo at 4:57 pm (utc) on Mar. 29, 2007]
[edit reason] switched to example.com [/edit]