Download & Extend

Blocks "Who is chatting" and "Who is chatting on" are always empty

Project:phpfreechat
Version:6.x-1.1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi Permutations

I am testing your phpfreechat module for drupal 6, it works fine, except blocks "Who is chatting" and "Who is chatting on".
I found that they are always empty with text "* empty *"
I tried it with 1, 2 and 3 users logged in chat.

Thanks for your work
Igorik
http://www.somvprahe.sk

Comments

#1

These blocks worked on drupal 5 version of your module always fine for me, so there will be maybe only some slight differency for drupal 6...

#2

The "Who Is Chatting" box works fine on my site. Take a look:

http://www.permutations.com/drup/

I don't use the other ones, so I haven't really looked at the code for those. Last time I looked at them they worked, though.

#3

hi

it is weird, I don't know what could be problem, but I have this block always empty.

are you using drupal 6 on your site and module for drupal 6 version?
Thanks

#4

I found that one of the problems is that $chat_nodes has 2 same node inside.
But the users who are chatting are only for the second chat node

So my problem is (temporarily) fixed when I change $chat_nodes[0] to $chat_nodes[1]
(I am using only one node with chat)

$serverid_node = md5('node'. $chat_nodes[1]);

I think that this has to do with this bug http://drupal.org/node/363236
because phpfreechat remember some channels after unistalling and enabling again

Igorik

#5

The site I linked to is using Drupal 6.9. It's where I did the testing for this module.

I'll look at this issue when I am able. I'm freelancing now, and paying clients take priority.

As always, I am motivated by money to do things faster. My PayPal account is sales-at-permutations.com.

#6

Category:bug report» support request

Same issue with the who is chatting box. (Drupal 6.10)
igorik - which file did you change please?


Can this module be put in a block by itself as a chat box so that it is always there on every page and not associated with a content type?


TIA

#7

Subscribing .. D6.15 with the same problem.

#8

Workaround #4 Works .. Thanks.

#9

Same problem here, fix from #4 doesn't work here.

#10

Fix #4 works with "2" instead of "1", except on the Node containing the Chatbox. One the chatboxnode "* empty *" is always shown instead of the userlist.

nobody click here