Error when archiving a chat
internets - October 21, 2009 - 15:44
| Project: | Chat Room |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | justinrandell |
| Status: | closed |
Jump to:
Description
So the section pointing to /home/justin/logs should probably be relative or a different directory.
while ($message = db_fetch_object($result)) {
file_put_contents('/home/justin/logs/chat.debug', "$last_cmid: " . print_r($message, TRUE), FILE_APPEND);
$messages[] = $message;
}
while ($message = db_fetch_object($result)) {
file_put_contents('/home/justin/logs/chat.debug', "$last_cmid: " . print_r($message, TRUE), FILE_APPEND);
$messages[] = $message;
}
#1
thanks for the report, that's just debugging cruft i left in. will get rid of it and roll a new alpha shortly.
#2
fixed, but not ready to roll a new alpha until i have popout chats working.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.