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.....
mootools.js error in ie8
- Jan
- Phoca Hero

- Posts: 49150
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: mootools.js error in ie8
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

- Posts: 2
- Joined: 29 Sep 2011, 13:37
Re: mootools.js error in ie8
hi,Jan wrote:Hi, which Phoca Gallery version you are using, what is your mootools version? Is Joomla! standard or upgraded by other extension?
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..
- Jan
- Phoca Hero

- Posts: 49150
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: mootools.js error in ie8
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 
Jan
Jan
If you find Phoca extensions useful, please support the project