Active
Project:
phpFreeChat integration
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2010 at 17:11 UTC
Updated:
12 Aug 2010 at 06:23 UTC
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
Comment #1
shriddha commentedThere 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.....