I'm using phpFreeChat for the first time now, and I have had alot of trouble
First I ran into an url problem. but i fixed it with this:
- Code: Select all
$params["data_private_path"] = "[site url]/chat/data/private/chat";
$params["data_public_url"] = "[site url]/chat/data/public";
$params["themeurl"] = "[site url]/chat/themes";
$params["themeurl_default"] = "[site url]/chat/themes";
$params["debugurl"] = "[site url]/chat/debug";
After that it seemed to work cause the interface loaded, but when I tried to submit a msg I got this:
Can you guys help me out? I really want to use this chat since it's a good chat
something else, are there any admin/mod possibilities?