Closed (fixed)
Project:
Chatroom
Version:
4.7.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jan 2007 at 02:21 UTC
Updated:
17 Sep 2007 at 13:45 UTC
When I submit a message, nothing appears on the screen.
I think it has something to do with the server config, ala:
My files and tmp directories are permissioned 755. This works fine with other drupal modules that create files, like the upload module.
However, the chatroom module cache is not created unless the file and tmp directories are permissioned 777 (which is bad).
Even in that case, although the cache is created, no messages appear and the files in the chat cache have a size of "0".
The module works great on another server that's not running a jailshell.
Comments
Comment #1
Poznii commented(4.7.x-1.1 and 4.7.x-1.3)
/tmp - is 777. After install chatroom (after set permis., create new room and chat) /tmp is empty. When I submit a message, nothing appears on the screen, as well...
Comment #2
darren ohThe cache file is empty. Its only purpose is to record the time the last message was sent and thus prevent unnecessary database queries.
Comment #3
darren ohDid you run update.php after installing version 1.3?
Comment #4
onionweb commentedYup, ran update.php.
Comment #5
darren ohWhat browser are you using?
Comment #6
darren ohI may be able to diagnose the problem if I look at your site. The file chatroomread.php produces diagnostic messages that can be viewed in a JavaScript debugger.
Comment #7
darren oh