Hi
when I enabled phpfreechat RC3, chat will not load - just message phpfreechat is loading and under it is another image with X
using firebug for firefox I discover these javascript errors:
browserSupportsCookies is not defined
pokusny-chat (line 417)
pfcClient is not defined
onload()pokusny-chat (line 387)
pfc = new pfcClient();
Comments
Comment #1
Crimson commentedGo into phpfreechat.module and change line 316.
From:
$params['data_public_url'] = $base_url .'/filesphpfreechat/data/public';To:
$params['data_public_url'] = $base_url .'/files/phpfreechat/data/public';It still doesn't work, but this is a start.
Comment #2
ben soo commentedi'm having the same problem. It gets to the "Chat loading ... Please wait" box, and sits there forever.
b
Comment #3
ben soo commentedok, chat loads now: the handler.php fix in this thread fixed it for me:
http://drupal.org/node/190811
b
[Very happy to have phpfreechat working again! Better than the other chat modules.]
Comment #4
permutations commentedThe version just uploaded, 1.2, fixes this and numerous other bugs.