Closed (duplicate)
Project:
Chatroom
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2009 at 01:19 UTC
Updated:
12 Sep 2009 at 14:31 UTC
Jump to comment: Most recent
Comments
Comment #1
lsrzj commentedSorry, it's at beta2!
Comment #2
timotheeinsf commentedI have the same issue with chat deletion. I don't see the error message when deleting a chatroom though.
The PHP logs have the following:
[01-Mar-2009 21:30:18] PHP Fatal error: Call to undefined function chatroom_chat_get_from_id() in /Users/myusername/Documents/www/drupal-6.10/sites/all/modules/chatroom/chatroom.forms.inc on line 452
I couldn't find said function indeed.
I commented out line 452 to bypass this issue but I came across another one and the chat wasn't deleted. It seems that the function chatroom_chat_delete is called with $form_state['values']['chat_id'] but this value doesn't seem to exist in $form_state...
I just started using Drupal so I'm not familiar with its and its modules' internals but I hope it will help.
Comment #3
rogerwebb commentedNot quite the same but using the beta 2 version and trying to delete a chatroom I get the message
Fatal error: Call to undefined function chatroom_chat_get_from_id() in /homepages/36/d186685211/htdocs/RetiredbutActive -Facilities/sites/all/modules/chatroom/chatroom.forms.inc on line 452
and the chat room concened stays in place
Comment #4
tobiberlinTo me both appears: the error message if I delete the chat room - and I am not able to delete a single chat within a chatroom. Is anyone working on this issue?
Comment #5
jvizcarrondo commentedwell, i believe there error in file chatroom.install
on line 61
should be
and the schema chatroom_msg_archive don.t exist, a possible scheme could be
juan Vizcarrondo
Comment #6
Anonymous (not verified) commentedthis is a duplicate of #328811: Fatal error: Call to undefined function chatroom_chat_get_from_id() , please update to the latest DRUPAL-6--1 code and try again.