Type php
Date Thursday, April 8, 2010 - 17:41
User Anonymous
Location http://*******/chatroomread.php
Referrer http://*******/node/2
Message array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/*****/public_html/sites/all/modules/chatroom/chatroom.module on line 1558.
Severity error
Hostname *****
Operations

Comments

Anonymous’s picture

thanks for the report. looking at the code, i don't see how kicked_list could be anything other than an array:

$chat->chat->kicked_list = chatroom_chat_get_kicked_list($node);

chatroom_chat_get_kicked_list() only returns an array. maybe the chat variable on the node is not set?

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)