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();

Igor
http://www.somvprahe.sk

Comments

Crimson’s picture

Go 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.

ben soo’s picture

i'm having the same problem. It gets to the "Chat loading ... Please wait" box, and sits there forever.

b

ben soo’s picture

ok, 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.]

permutations’s picture

Status: Active » Closed (fixed)

The version just uploaded, 1.2, fixes this and numerous other bugs.