apache:2.2.11
php:5.2.9-2
mysql:5.1.33
drupal6.14

After i installed phpfreechat module and phpfreechat-1.2,i configured content type and created a node ,when i visited it ,it says ''Chat loading,please wait..." and hang up ,why?

Please help,thanks

Comments

Anonymous’s picture

Just solved for myself, what you have to do is insert

in the misc/jquery.js at the end add:

jQuery.noConflict();

Then do a search replace on the any other js files that use Jquery (you could check in firebug)

Change every $ to jQuery

Bingo! it works!!!

likefei’s picture

thanks for your suggestions,but i try it ,it still isn't work.
the issue has made me confused.

cm1se7en’s picture

now i still headache, i don't get any way to solve that.. :{