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!
Post
by harisg7 » 24 May 2010, 05:42
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)
Post
by Stoker » 24 May 2010, 09:38
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.
Post
by harisg7 » 24 May 2010, 13:34
When I try this I have error with jquery_core_mini.js!!
Post
by Stoker » 24 May 2010, 14:07
How can you have an error with a file/line that you just deleted?!?
Post
by harisg7 » 26 May 2010, 02:36
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
Post
by Stoker » 26 May 2010, 04:32
Then restore the line again.
Try see if you can get help from the Bridge people, I dont know how to solve your problem.
Post
by harisg7 » 26 May 2010, 05:43
ok, thank you!