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
Comment #1
Anonymous (not verified) commentedthanks for the report, that's just debugging cruft i left in. will get rid of it and roll a new alpha shortly.
Comment #2
Anonymous (not verified) commentedfixed, but not ready to roll a new alpha until i have popout chats working.