An error occurred in /srv/funck.ch/symphony/lib/core/class.log.php around line 222
if(file_exists($this->_log_path) && !is_writable($this->_log_path)){
$this->pushToLog('Could Not Write To Log. It is not readable.');
return false;
}
return file_put_contents($this->_log_path, $message . ($addbreak ? PHP_EOL : ''), FILE_APPEND);
}
/**
[:0] GenericErrorHandler::handler();[/srv/funck.ch/symphony/lib/core/class.log.php:222] file_put_contents();[/srv/funck.ch/symphony/lib/core/class.log.php:200] Log->writeToLog();[/srv/funck.ch/symphony/lib/core/class.errorhandler.php:96] Log->pushToLog();[:0] GenericExceptionHandler::handler();