Symphony Warning: file_put_contents(): Only 0 of 279 bytes written, possibly out of free disk space
An error occurred in /var/www/vhosts/8/103517/webspace/httpdocs/symphony/lib/core/class.log.php
around line 222
- 217
- 218
if(file_exists($this->_log_path) && !is_writable($this->_log_path)){
- 219
$this->pushToLog('Could Not Write To Log. It is not readable.');
- 220
return false;
- 221
}
- 222
return file_put_contents($this->_log_path, $message . ($addbreak ? PHP_EOL : ''), FILE_APPEND);
- 223
- 224
}
- 225
- 226
/**