mchat javascript error

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
harisg7
BBCoder II
BBCoder II
Posts: 11
Joined: 24 May 2010, 05:05

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)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
harisg7
BBCoder II
BBCoder II
Posts: 11
Joined: 24 May 2010, 05:05

Re: mchat javascript error

Post by harisg7 »

When I try this I have error with jquery_core_mini.js!!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: mchat javascript error

Post by Stoker »

How can you have an error with a file/line that you just deleted?!?
Board rules! No PM support
harisg7
BBCoder II
BBCoder II
Posts: 11
Joined: 24 May 2010, 05:05

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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
harisg7
BBCoder II
BBCoder II
Posts: 11
Joined: 24 May 2010, 05:05

Re: mchat javascript error

Post by harisg7 »

ok, thank you!
Locked