Hi, I have a problem when I select the option to only have access to the chat users who have registered and logged.
When I try to access the chat, stays in a loop trying to retrieve users online. FreichatX me works fine when I put it to the guests. I am using the latest version 4.5 Beta Stable.
I was digging in the code to see if I could fix it, when I put it in debug mode, and what so far is that freixlog.log time to time I returned a pattern of lines like the following. Sometimes it gets a lot of lines "connected", sometimes few, but usually get many of them.
March 10, 2011, 2:32 pm: main.php loaded
March 10, 2011, 2:32 pm: successfully connected to database
.
..
...
....
March 10, 2011, 2:32 pm: successfully connected to database
March 10, 2011, 2:32 pm: Unable to store in session
I do not think that is a problem in Joomla or Community Builder.
I noticed the JCB driver and so far I could not understand much, but I came to getUsers function ().
You may have something wrong with the $ userid that is used in the query?
The query by itself with a valid userid someone registered works fine.
What I can do to make it work?