Hello! Thanks for this very useful module.
I have a little problem: when I use the full path: www.myweb.com/mychatexample it remains on "chat loading..." but it never loads. But when I use myweb.com/mychatexample it works perfect.
I changed the settings.php and remove the # symbol for the $basepath line.
Any idea? I will keep looking for an answer

Comments

shriddha’s picture

There is already mention "www" in $base_url path in handler file i.e. $base_url = $base_root . '://www'. preg_replace('/[^a-z0-9-:._]/i', '', $_SERVER['HTTP_HOST']);.....So when you are using without "www" then its working fine.....