- Posts: 2
- Thank you received: 0
Mootools error
-
andrewskumar
Inactive member - Topic Author
- New Member
Less
More
14 years 9 months ago #689
by andrewskumar
Mootools error was created by andrewskumar
Hi,
My site www.bookchex.com is using the HotNews flash but when this module is published, I get the following error on IE.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Media Center PC 5.1; .NET CLR 3.5.30729; InfoPath.1; .NET CLR 3.0.30729; NET_mmhpset)
Timestamp: Thu, 4 Mar 2010 02:00:28 UTC
Message: Object doesn't support this property or method
Line: 53
Char: 97
Code: 0
URI: www.bookchex.com/media/system/js/mootools.js
Please advise how to solve this problem.
My site www.bookchex.com is using the HotNews flash but when this module is published, I get the following error on IE.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Media Center PC 5.1; .NET CLR 3.5.30729; InfoPath.1; .NET CLR 3.0.30729; NET_mmhpset)
Timestamp: Thu, 4 Mar 2010 02:00:28 UTC
Message: Object doesn't support this property or method
Line: 53
Char: 97
Code: 0
URI: www.bookchex.com/media/system/js/mootools.js
Please advise how to solve this problem.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 9 months ago #690
by milos
Replied by milos on topic Re: Mootools error
Hi,
Did you enable No Conflict mode in module parameters?
Did you enable No Conflict mode in module parameters?
Please Log in to join the conversation.
-
andrewskumar
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
14 years 9 months ago #691
by andrewskumar
Replied by andrewskumar on topic Re: Mootools error
Thanks! That worked. It was that simple huh!
Please Log in to join the conversation.
-
ypsilon
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
13 years 8 months ago #6679
by ypsilon
Replied by ypsilon on topic Re: Mootools error
Hi!
Sorry!
Where can I find this "Conflict mode in module parameters"?
I have the same problem.
Thx
Y
Sorry!
Where can I find this "Conflict mode in module parameters"?
I have the same problem.
Thx
Y
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #6688
by ivan.milic
Replied by ivan.milic on topic Re: Mootools error
Usually it's hard coded in index.php of template like this:
...
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
...
...
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
...
Please Log in to join the conversation.
Time to create page: 0.169 seconds