Project:Chat Room
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:beejeebus
Status:closed (fixed)

Issue Summary

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

Comments

#1

Assigned to:Anonymous» beejeebus

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

#2

Status:active» fixed

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

#3

Status:fixed» closed (fixed)

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

nobody click here