Notice (8): SplFileObject::fwrite(): write of 14 bytes failed with errno=28 No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 142]Code Context
$this->_File->rewind();
$success = $this->_File->ftruncate(0) && $this->_File->fwrite($contents) && $this->_File->fflush();
$key = 'cake_model_default_inbound_clients_list'
$data = 'N;'
$duration = (int) 10
$lineBreak = ''
$expires = (int) 1776036577
$contents = '1776036577
N;
'
SplFileObject::fwrite() - [internal], line ??
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 142
Cache::write() - CORE/Cake/Cache/Cache.php, line 317
DataSource::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 110
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 228
Model::setSource() - CORE/Cake/Model/Model.php, line 1168
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3686
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Notice (8): SplFileObject::fwrite() [<a href='http://php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: write of 43 bytes failed with errno=28 No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 142]Code Context
$this->_File->rewind();
$success = $this->_File->ftruncate(0) && $this->_File->fwrite($contents) && $this->_File->fflush();
$key = 'cake_core_cake_dev_eng'
$data = 'a:1:{s:11:"LC_MESSAGES";a:0:{}}'
$duration = (int) 10
$lineBreak = ''
$expires = (int) 1776036577
$contents = '1776036577
a:1:{s:11:"LC_MESSAGES";a:0:{}}
'SplFileObject::fwrite() - [internal], line ??
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 142
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
Cache::write() - CORE/Cake/Cache/Cache.php, line 325
DataSource::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 110
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 228
Model::setSource() - CORE/Cake/Model/Model.php, line 1168
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3686
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (512): _cake_core_ cache was unable to write 'cake_dev_eng' to File cache [CORE/Cake/Cache/Cache.php, line 327]Code Context static::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'cake_dev_eng'
$value = array(
'LC_MESSAGES' => array()
)
$config = '_cake_core_'
$settings = array(
'engine' => 'File',
'prefix' => 'cake_core_',
'path' => '/home/inbound/dev.inbound.be/app/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 327
I18n::translate() - CORE/Cake/I18n/I18n.php, line 240
__d - CORE/Cake/basics.php, line 636
Cache::write() - CORE/Cake/Cache/Cache.php, line 325
DataSource::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 110
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 228
Model::setSource() - CORE/Cake/Model/Model.php, line 1168
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3686
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (512): _cake_model_ cache was unable to write 'default_inbound_clients_list' to File cache [CORE/Cake/Cache/Cache.php, line 327]Code Context static::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'default_inbound_clients_list'
$value = null
$config = '_cake_model_'
$settings = array(
'engine' => 'File',
'prefix' => 'cake_model_',
'path' => '/home/inbound/dev.inbound.be/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 327
DataSource::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 110
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 228
Model::setSource() - CORE/Cake/Model/Model.php, line 1168
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3686
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Notice (8): SplFileObject::fwrite() [<a href='http://php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: write of 832 bytes failed with errno=28 No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 142]Code Context
$this->_File->rewind();
$success = $this->_File->ftruncate(0) && $this->_File->fwrite($contents) && $this->_File->fflush();
$key = 'cake_model_default_inbound_clients_list'
$data = 'a:38:{i:0;s:8:"akismets";i:1;s:6:"alerts";i:2;s:15:"amazon_messages";i:3;s:17:"analyticskeywords";i:4;s:24:"analyticskeywordvisitors";i:5;s:11:"attachments";i:6;s:11:"competitors";i:7;s:8:"contacts";i:8;s:9:"countries";i:9;s:9:"customers";i:10;s:7:"domains";i:11;s:12:"domains_tags";i:12;s:6:"groups";i:13;s:5:"hours";i:14;s:10:"increments";i:15;s:13:"invoice_lines";i:16;s:8:"invoices";i:17;s:14:"invoices_tasks";i:18;s:8:"keywords";i:19;s:6:"labels";i:20;s:8:"licenses";i:21;s:5:"links";i:22;s:8:"messages";i:23;s:10:"milestones";i:24;s:13:"notifications";i:25;s:8:"partners";i:26;s:8:"projects";i:27;s:6:"quotes";i:28;s:8:"rankings";i:29;s:9:"registers";i:30;s:8:"requests";i:31;s:7:"servers";i:32;s:10:"statistics";i:33;s:4:"tags";i:34;s:5:"tasks";i:35;s:12:"tasks_labels";i:36;s:12:"time_entries";i:37;s:5:"users";}'
$duration = (int) 10
$lineBreak = ''
$expires = (int) 1776036577
$contents = '1776036577
a:38:{i:0;s:8:"akismets";i:1;s:6:"alerts";i:2;s:15:"amazon_messages";i:3;s:17:"analyticskeywords";i:4;s:24:"analyticskeywordvisitors";i:5;s:11:"attachments";i:6;s:11:"competitors";i:7;s:8:"contacts";i:8;s:9:"countries";i:9;s:9:"customers";i:10;s:7:"domains";i:11;s:12:"domains_tags";i:12;s:6:"groups";i:13;s:5:"hours";i:14;s:10:"increments";i:15;s:13:"invoice_lines";i:16;s:8:"invoices";i:17;s:14:"invoices_tasks";i:18;s:8:"keywords";i:19;s:6:"labels";i:20;s:8:"licenses";i:21;s:5:"links";i:22;s:8:"messages";i:23;s:10:"milestones";i:24;s:13:"notifications";i:25;s:8:"partners";i:26;s:8:"projects";i:27;s:6:"quotes";i:28;s:8:"rankings";i:29;s:9:"registers";i:30;s:8:"requests";i:31;s:7:"servers";i:32;s:10:"statistics";i:33;s:4:"tags";i:34;s:5:"tasks";i:35;s:12:"tasks_labels";i:36;s:12:"time_entries";i:37;s:5:"users";}
'SplFileObject::fwrite() - [internal], line ??
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 142
Cache::write() - CORE/Cake/Cache/Cache.php, line 317
DataSource::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 110
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 245
Model::setSource() - CORE/Cake/Model/Model.php, line 1168
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3686
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (512): _cake_model_ cache was unable to write 'default_inbound_clients_list' to File cache [CORE/Cake/Cache/Cache.php, line 327]Code Context static::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'default_inbound_clients_list'
$value = array(
(int) 0 => 'akismets',
(int) 1 => 'alerts',
(int) 2 => 'amazon_messages',
(int) 3 => 'analyticskeywords',
(int) 4 => 'analyticskeywordvisitors',
(int) 5 => 'attachments',
(int) 6 => 'competitors',
(int) 7 => 'contacts',
(int) 8 => 'countries',
(int) 9 => 'customers',
(int) 10 => 'domains',
(int) 11 => 'domains_tags',
(int) 12 => 'groups',
(int) 13 => 'hours',
(int) 14 => 'increments',
(int) 15 => 'invoice_lines',
(int) 16 => 'invoices',
(int) 17 => 'invoices_tasks',
(int) 18 => 'keywords',
(int) 19 => 'labels',
(int) 20 => 'licenses',
(int) 21 => 'links',
(int) 22 => 'messages',
(int) 23 => 'milestones',
(int) 24 => 'notifications',
(int) 25 => 'partners',
(int) 26 => 'projects',
(int) 27 => 'quotes',
(int) 28 => 'rankings',
(int) 29 => 'registers',
(int) 30 => 'requests',
(int) 31 => 'servers',
(int) 32 => 'statistics',
(int) 33 => 'tags',
(int) 34 => 'tasks',
(int) 35 => 'tasks_labels',
(int) 36 => 'time_entries',
(int) 37 => 'users'
)
$config = '_cake_model_'
$settings = array(
'engine' => 'File',
'prefix' => 'cake_model_',
'path' => '/home/inbound/dev.inbound.be/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 327
DataSource::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 110
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 245
Model::setSource() - CORE/Cake/Model/Model.php, line 1168
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3686
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Notice (8): SplFileObject::fwrite() [<a href='http://php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: write of 14 bytes failed with errno=28 No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 142]Code Context
$this->_File->rewind();
$success = $this->_File->ftruncate(0) && $this->_File->fwrite($contents) && $this->_File->fflush();
$key = 'cake_model_default_inbound_clients_groups'
$data = 'N;'
$duration = (int) 10
$lineBreak = ''
$expires = (int) 1776036577
$contents = '1776036577
N;
'
SplFileObject::fwrite() - [internal], line ??
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 142
Cache::write() - CORE/Cake/Cache/Cache.php, line 317
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
DataSource::describe() - CORE/Cake/Model/Datasource/DataSource.php, line 135
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 341
Model::schema() - CORE/Cake/Model/Model.php, line 1397
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2663
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1174
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (512): _cake_model_ cache was unable to write 'default_inbound_clients_groups' to File cache [CORE/Cake/Cache/Cache.php, line 327]Code Context static::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'default_inbound_clients_groups'
$value = null
$config = '_cake_model_'
$settings = array(
'engine' => 'File',
'prefix' => 'cake_model_',
'path' => '/home/inbound/dev.inbound.be/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 327
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
DataSource::describe() - CORE/Cake/Model/Datasource/DataSource.php, line 135
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 341
Model::schema() - CORE/Cake/Model/Model.php, line 1397
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2663
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1174
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Notice (8): SplFileObject::fwrite() [<a href='http://php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: write of 568 bytes failed with errno=28 No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 142]Code Context
$this->_File->rewind();
$success = $this->_File->ftruncate(0) && $this->_File->fwrite($contents) && $this->_File->fflush();
$key = 'cake_model_default_inbound_clients_groups'
$data = 'a:4:{s:2:"id";a:6:{s:4:"type";s:7:"integer";s:4:"null";b:0;s:7:"default";N;s:6:"length";i:11;s:8:"unsigned";b:0;s:3:"key";s:7:"primary";}s:4:"name";a:6:{s:4:"type";s:6:"string";s:4:"null";b:0;s:7:"default";N;s:6:"length";i:255;s:7:"collate";s:15:"utf8_general_ci";s:7:"charset";s:4:"utf8";}s:5:"level";a:5:{s:4:"type";s:7:"integer";s:4:"null";b:0;s:7:"default";N;s:6:"length";i:11;s:8:"unsigned";b:0;}s:6:"prefix";a:6:{s:4:"type";s:6:"string";s:4:"null";b:0;s:7:"default";N;s:6:"length";i:12;s:7:"collate";s:15:"utf8_general_ci";s:7:"charset";s:4:"utf8";}}'
$duration = (int) 10
$lineBreak = ''
$expires = (int) 1776036577
$contents = '1776036577
a:4:{s:2:"id";a:6:{s:4:"type";s:7:"integer";s:4:"null";b:0;s:7:"default";N;s:6:"length";i:11;s:8:"unsigned";b:0;s:3:"key";s:7:"primary";}s:4:"name";a:6:{s:4:"type";s:6:"string";s:4:"null";b:0;s:7:"default";N;s:6:"length";i:255;s:7:"collate";s:15:"utf8_general_ci";s:7:"charset";s:4:"utf8";}s:5:"level";a:5:{s:4:"type";s:7:"integer";s:4:"null";b:0;s:7:"default";N;s:6:"length";i:11;s:8:"unsigned";b:0;}s:6:"prefix";a:6:{s:4:"type";s:6:"string";s:4:"null";b:0;s:7:"default";N;s:6:"length";i:12;s:7:"collate";s:15:"utf8_general_ci";s:7:"charset";s:4:"utf8";}}
'SplFileObject::fwrite() - [internal], line ??
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 142
Cache::write() - CORE/Cake/Cache/Cache.php, line 317
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 383
Model::schema() - CORE/Cake/Model/Model.php, line 1397
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2663
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1174
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (512): _cake_model_ cache was unable to write 'default_inbound_clients_groups' to File cache [CORE/Cake/Cache/Cache.php, line 327]Code Context static::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'default_inbound_clients_groups'
$value = array(
'id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'primary'
),
'name' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'level' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'prefix' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 12,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
)
)
$config = '_cake_model_'
$settings = array(
'engine' => 'File',
'prefix' => 'cake_model_',
'path' => '/home/inbound/dev.inbound.be/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 327
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 383
Model::schema() - CORE/Cake/Model/Model.php, line 1397
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2663
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1174
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AppController::beforeFilter() - APP/Controller/AppController.php, line 44
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Notice (8): SplFileObject::fwrite() [<a href='http://php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: write of 43 bytes failed with errno=28 No space left on device [CORE/Cake/Cache/Engine/FileEngine.php, line 142]Code Context
$this->_File->rewind();
$success = $this->_File->ftruncate(0) && $this->_File->fwrite($contents) && $this->_File->fflush();
$key = 'cake_core_cake_eng'
$data = 'a:1:{s:11:"LC_MESSAGES";a:0:{}}'
$duration = (int) 10
$lineBreak = ''
$expires = (int) 1776036577
$contents = '1776036577
a:1:{s:11:"LC_MESSAGES";a:0:{}}
'SplFileObject::fwrite() - [internal], line ??
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 142
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
AuthComponent::_setDefaults() - CORE/Cake/Controller/Component/AuthComponent.php, line 435
AuthComponent::startup() - CORE/Cake/Controller/Component/AuthComponent.php, line 296
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 683
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (512): _cake_core_ cache was unable to write 'cake_eng' to File cache [CORE/Cake/Cache/Cache.php, line 327]Code Context static::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'cake_eng'
$value = array(
'LC_MESSAGES' => array()
)
$config = '_cake_core_'
$settings = array(
'engine' => 'File',
'prefix' => 'cake_core_',
'path' => '/home/inbound/dev.inbound.be/app/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 327
I18n::translate() - CORE/Cake/I18n/I18n.php, line 240
__d - CORE/Cake/basics.php, line 636
AuthComponent::_setDefaults() - CORE/Cake/Controller/Component/AuthComponent.php, line 435
AuthComponent::startup() - CORE/Cake/Controller/Component/AuthComponent.php, line 296
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 683
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110
Warning (2): session_write_close() [<a href='http://php.net/function.session-write-close'>function.session-write-close</a>]: write failed: No space left on device (28) [Unknown, line 0]Code Contextsession_write_close - [internal], line ??
[main] - [internal], line ??
Warning (2): session_write_close() [<a href='http://php.net/function.session-write-close'>function.session-write-close</a>]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/cpanel/php/sessions/ea-php74) [Unknown, line 0]Code Contextsession_write_close - [internal], line ??
[main] - [internal], line ??