Warning (512): SplFileInfo::openFile(/home/gacsarl/gacsarl.com/app/tmp/cache/persistent/gac_cake_core_cake_dev_eng): Failed to open stream: Disk quota exceeded [APP/Lib/Cache/Engine/FileEngine.php, line 364]Code Context<?php $this->_File = $path->openFile('c+');
<?php } catch (Exception $e) {
<?php trigger_error($e->getMessage(), E_USER_WARNING);
FileEngine::_setKey() - APP/Lib/Cache/Engine/FileEngine.php, line 364
FileEngine::write() - APP/Lib/Cache/Engine/FileEngine.php, line 116
Cache::write() - CORE/Cake/Cache/Cache.php, line 317
I18n::translate() - CORE/Cake/I18n/I18n.php, line 240
__d - CORE/Cake/basics.php, line 636
CakeException::__construct() - CORE/Cake/Error/exceptions.php, line 237
MissingControllerException::__construct() - CORE/Cake/Error/exceptions.php, line 265
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 115
Warning (512): _cake_core_ cache was unable to write 'cake_dev_eng' 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
I18n::translate() - CORE/Cake/I18n/I18n.php, line 240
__d - CORE/Cake/basics.php, line 636
CakeException::__construct() - CORE/Cake/Error/exceptions.php, line 237
MissingControllerException::__construct() - CORE/Cake/Error/exceptions.php, line 265
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 115
Warning (2): file_put_contents(/home/gacsarl/gacsarl.com/app/tmp/logs/error.log) [<a href='http://php.net/function.file-put-contents'>function.file-put-contents</a>]: Failed to open stream: Disk quota exceeded [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 ??