mchat javascript error

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

mchat javascript error

Post by harisg7 »

I have install the version 1.2.17 of mchat but I receive this error:

Code: Select all

Line: 59
Char: 102
Code: 0
URI: http://www.site.gr/media/system/js/mootools.js
I think that is mootools but I'm not sure and I don't know how to fix it.

phpbb3 3.0.7-PL1 bridged with joomla 1.5.17 (Mehdi's bridge)

Re: mchat javascript error

Post by Stoker »

How can you be sure that error is caused by the mchat?
Mchat doesnt use that file.

But it might be a jquery conflict.
You can try remove the 1 jquery line added by the mchat:

Code: Select all

<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_core_mini.js"></script>
I have no experience with bridged versions, so that is all I can think of.

Re: mchat javascript error

Post by harisg7 »

When I try this I have error with jquery_core_mini.js!!

Re: mchat javascript error

Post by Stoker »

How can you have an error with a file/line that you just deleted?!?

Re: mchat javascript error

Post by harisg7 »

I don't know why!! I remove this line and I receive these error messages:

Code: Select all

jquery_core_mini.js  line:9

and

m_chat_ajax.js  line:12
http://www.site.gr/forum/mchat/mchat_ajax_mini.js

Re: mchat javascript error

Post by Stoker »

Then restore the line again.
Try see if you can get help from the Bridge people, I dont know how to solve your problem.

Re: mchat javascript error

Post by harisg7 »

ok, thank you!