Hi,
I'm using pfc 1.2 and have created one chat with some channels. At time I'm the only person logged into chat. On my site there is the following code
require_once "/var/www/web/inc/phpfreechat/src/pfcinfo.class.php";
$info=new pfcInfo(md5("mschat"));
$users=$info->getOnlineNick(NULL);
print_r($users);
Sometimes the $users array is empty. There is no way for me to reproduce this failure and it seems to appear only when one person is in the chat. I found this "bug" when often pressing F5 in FireFox. Is there something I can do to find the reason for this failure?
Nico