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
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

justinrandell - October 22, 2009 - 17:19
Assigned to:Anonymous» justinrandell

thanks for the report, that's just debugging cruft i left in. will get rid of it and roll a new alpha shortly.

#2

justinrandell - October 27, 2009 - 22:23
Status:active» fixed

fixed, but not ready to roll a new alpha until i have popout chats working.

#3

System Message - November 10, 2009 - 22:30
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.