Closed (fixed)
Project:
Chatroom
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2012 at 19:25 UTC
Updated:
29 Apr 2012 at 21:30 UTC
Jump to comment: Most recent
In chatroom.chatroom.inc line 284
$result = db_select('chatroom_online_list')
and also line 315
$sql = "UPDATE {chatroom_online_list}
The query referenced a table that isn't in .install file, so there's no way for this table to be created.
Comments
Comment #1
andyhu commentedBy the way, this happens when any anonymous users join the chat. it will break the entire chatroom.
Comment #2
Anonymous (not verified) commentedhttp://drupalcode.org/project/chatroom.git/commit/232d76f
Comment #3.0
(not verified) commentedfix typo