Notice (8): file_put_contents(): Write of 1971 bytes failed with errno=28 No space left on device [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context<?php $pathname = $this->_path . $filename;
<?php if (empty($this->_config['mask'])) {
<?php return file_put_contents($pathname, $output, FILE_APPEND);
file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445
ErrorHandler::_log() - CORE/Cake/Error/ErrorHandler.php, line 188
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 118
[main] - [internal], line ??
Notice (8): file_put_contents() [<a href='http://php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 1971 bytes failed with errno=28 No space left on device [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context<?php $pathname = $this->_path . $filename;
<?php if (empty($this->_config['mask'])) {
<?php return file_put_contents($pathname, $output, FILE_APPEND);
file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 445
ErrorHandler::_log() - CORE/Cake/Error/ErrorHandler.php, line 188
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 118
[main] - [internal], line ??
Fatal error: Uncaught TypeError: Unsupported operand types: string * int in /var/www/vhosts/nakedsocialnetwork.com/httpdocs/app/Lib/MooCore.php:421
Stack trace:
#0 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/app/Lib/MooCore.php(351): MooCore->__return_bytes()
#1 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/app/View/MooView.php(608): MooCore->_getMaxFileSize()
#2 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/lib/Cake/Controller/Controller.php(1273): MooView->__construct()
#3 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/lib/Cake/Controller/Controller.php(959): Controller->_getViewObject()
#4 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/app/Controller/AppController.php(1148): Controller->render()
#5 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/lib/Cake/Error/ExceptionRenderer.php(292): AppController->render()
#6 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/lib/Cake/Error/ExceptionRenderer.php(281): ExceptionRenderer->_outputMessage()
#7 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->pdoError()
#8 /var/www/vhosts/nakedsocialnetwork.com/httpdocs/lib/Cake/Error/ErrorHandler.php(127): ExceptionRenderer->render()
#9 [internal function]: ErrorHandler::handleException()
#10 {main}
thrown in /var/www/vhosts/nakedsocialnetwork.com/httpdocs/app/Lib/MooCore.php on line 421
Notice (8): SplFileObject::fwrite() [<a href='http://php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 18580 bytes failed with errno=28 No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 142]Code Context<?php
<?php $this->_File->rewind();
<?php $success = $this->_File->ftruncate(0) && $this->_File->fwrite($contents) && $this->_File->fflush();
SplFileObject::fwrite() - [internal], line ??
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 142
Cache::write() - CORE/Cake/Cache/Cache.php, line 317
App::shutdown() - CORE/Cake/Core/App.php, line 938
[main] - [internal], line ??
Warning (512): _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php, line 320]Code Context<?php static::set(null, $config);
<?php if ($success === false && $value !== '') {
<?php trigger_error(
Cache::write() - CORE/Cake/Cache/Cache.php, line 320
App::shutdown() - CORE/Cake/Core/App.php, line 938
[main] - [internal], line ??