Active
Project:
Chatroom
Version:
6.x-2.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2009 at 13:03 UTC
Updated:
25 Nov 2009 at 09:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedi'm sorry, i can't really figure out what the issue is from the description you gave.
can you please try to describe the issue you're seeing more clearly?
Comment #2
enzo de simone commentedFirst of all, thanks for the immediate answer.
The first problem: I write the text in "Enter your message text here": and after Enter but any text is not visualized. See: chatroom01.png
The second problem: I have followed the instructions in the documentation. It should be us the way (as it is seen in the relative image on Drupal) to plan the input format now but I don't find anything of the kind in "Type of Content" related to Chat and Chatroom
Comment #3
Anonymous (not verified) commentedthanks for more detail.
have you copied chatroomread.php into your webroot? (next to index.php.)
also, i notice this text "The ID for including or excluding this element is: ..." - which module generates that text? perhaps its interfering with chatroom javascript?
do you know if messages are hitting the server? can you see requests in your server logs, or are ajax requests failing at the browser level?
Comment #4
enzo de simone commentedYes. You can see: chatroom02.png --- I believe both correct. True?
"The ID for including or excluding this element is: ..." is generated by FCKeditor
For the logs I don't have direct access and I am not able recover them.
This however there is not from any part: http://drupal.org/node/637286 config.png (input format)
Comment #5
Anonymous (not verified) commentedyes, the chatroomread.php file position looks correct, thanks.
i'll install FCKEditor and see if i can reproduce your issue. which browser are you using?
Comment #6
enzo de simone commentedFirefox 3.5 and OS is Ubuntu 9.10
Comment #7
Anonymous (not verified) commentedif you don't have the logs, that means the site is hosted externally somewhere? can you give me the url so i can test it directly? (feel free to send me the url via the drupal.org contact form.)
Comment #8
blueglue commentedignore
Comment #9
tormihopfrog, your first problem could be permissions issue. Check your Drupal's tmp folder - there should be some chatroom cache file(s) named chatroom.chat.%%%.cache
Tormi