mootools.js error in ie8

Phoca Gallery - image gallery extension
abtech123
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 29 Sep 2011, 13:37

mootools.js error in ie8

Post 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.....
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49150
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: mootools.js error in ie8

Post by Jan »

Hi, which Phoca Gallery version you are using, what is your mootools version? Is Joomla! standard or upgraded by other extension?
If you find Phoca extensions useful, please support the project
abtech123
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 29 Sep 2011, 13:37

Re: mootools.js error in ie8

Post 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..
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49150
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: mootools.js error in ie8

Post 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
If you find Phoca extensions useful, please support the project
Post Reply