I have the same problem like other users. I've tried the patch and the pre-release (beta

My context is PHP with Smarty. I print the JS and Styles with
- Code: Select all
$index_o->setExtraHead($chat->printJavascript(true));
$index_o->setExtraHead($chat->printStyle(true));
and the I print the chat as usual inside the template (asigning the var $chat)
It prints correctly, but it doesn't work. No message appears. Checking the source code I find:
Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights...
I have Javascript enabled (and working)... what more rights I have to check?
The link: http://www.vtr250.net/chat/
Thank you.