yes , on every page load.
The show_chatroom_plugin variable may be auto disabled when the guests and registered users dont use the chat room feature.
Anyway, i changed manually the arg.php, and the error dissapeared.
When reading the code at chatroom.php-> get_rooms
IMO the line
if ($first == 'false' || $first == 'ajax') {
//get all chatrooms on first req
should be changed to
if ($first == 'true' || $first == 'ajax') {
//get all chatrooms on first req
yes , on every page load.
The show_chatroom_plugin variable may be auto disabled when the guests and registered users dont use the chat room feature.
Anyway, i changed manually the arg.php, and the error dissapeared.
When reading the code at chatroom.php-> get_rooms
IMO the line
if ($first == 'false' || $first == 'ajax') {
//get all chatrooms on first req
should be changed to
if ($first == 'true' || $first == 'ajax') {
//get all chatrooms on first req