FreiChat related discussions
function get_rooms

i have seeing a lot of apache logs with this entry:
[error] PHP Notice: Undefined index: 5329ca476139eroom_created in chatroom.php on line 146

All the support for chatroom was disabled in the configuration enviroment.

i have seeing a lot of apache logs with this entry: [error] PHP Notice: Undefined index: 5329ca476139eroom_created in chatroom.php on line 146 All the support for chatroom was disabled in the configuration enviroment.
All the support for chatroom was disabled in the configuration enviroment.

Do you mean, you disabled chatroom in ACL in freichat backend ?
<em>All the support for chatroom was disabled in the configuration enviroment.</em> Do you mean, you disabled chatroom in ACL in freichat backend ?
Necessity is the mother of all inventions!

Do you get these errors on every page load ?

Do you get these errors on every page load ?
Necessity is the mother of all inventions!

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
100
4
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft