Page 1 of 1

mootools.js error in ie8

Posted: 29 Sep 2011, 13:43
by abtech123
my Phoca gallery give error mootools.js in ie8.

Message: Object doesn't support this property or method
Line: 23
Char: 10
Code: 0
URI: http://localhost/joomla/media/system/js/mootools.js

this script is line number 23 script which is given below...

<script type="text/javascript">
window.addEvent('domready', function() {
SqueezeBox.initialize({});
$$('a.modal-button').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
</script>

if you have any solution of this then please solve it.....

Re: mootools.js error in ie8

Posted: 29 Sep 2011, 17:39
by Jan
Hi, which Phoca Gallery version you are using, what is your mootools version? Is Joomla! standard or upgraded by other extension?

Re: mootools.js error in ie8

Posted: 04 Oct 2011, 11:54
by abtech123
Jan wrote:Hi, which Phoca Gallery version you are using, what is your mootools version? Is Joomla! standard or upgraded by other extension?
hi,
currently i am using 2.8.0 version.
mootools version is 1.2.

if you know the solution of this mootools.js error so plz reply...

Thank you..

Re: mootools.js error in ie8

Posted: 04 Oct 2011, 18:41
by Jan
Hi, then try to recheck all other javascript on the site if it does not conflict with the mootools code, testing now without any problem :idea:

Jan