Warning (512): _cake_model_ cache was unable to write 'default_languages' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 249]Code Context ),
E_USER_WARNING
);
$key = 'default_languages'
$value = object(Cake\Database\Schema\Table) {
[protected] _table => 'languages'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'code2' => [
[maximum depth reached]
],
'code3' => [
[maximum depth reached]
],
'langname' => [
[maximum depth reached]
],
'active' => [
[maximum depth reached]
],
'nativename' => [
[maximum depth reached]
],
'namecode' => [
[maximum depth reached]
],
'namecode2' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'code2' => 'string',
'code3' => 'string',
'langname' => 'string',
'active' => 'text',
'nativename' => 'string',
'namecode' => 'string',
'namecode2' => 'text'
]
[protected] _indexes => []
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => []
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => '/var/www/html/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = falseCake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 249
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::schema() - CORE/src/ORM/Table.php, line 440
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 168
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1336
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 964
App\Controller\Component\LocalizationComponent::getLangThreeLetterCodeFromTwoLetter() - APP/Controller/Component/LocalizationComponent.php, line 62
App\Controller\Component\LocalizationComponent::checkBrowserLanguage() - APP/Controller/Component/LocalizationComponent.php, line 25
App\Controller\Component\LocalizationComponent::SetLanguage() - APP/Controller/Component/LocalizationComponent.php, line 46
App\Controller\StartController::beforeFilter() - APP/Controller/StartController.php, line 31
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 422
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 497
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 117
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1974 bytes written, possibly out of free disk space in /var/www/html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 117 bytes written, possibly out of free disk space [CORE/src/Log/Engine/FileLog.php, line 133]Code Context $mask = $this->_config['mask'];
if (empty($mask)) {
return file_put_contents($pathname, $output, FILE_APPEND);
$level = 'warning'
$message = 'Headers already sent in /var/www/html/vendor/cakephp/cakephp/src/Error/Debugger.php:753'
$context = [
'scope' => []
]
$output = '2026-04-01 05:03:23 Warning: Headers already sent in /var/www/html/vendor/cakephp/cakephp/src/Error/Debugger.php:753
'
$filename = 'error.log'
$pathname = '/var/www/html/logs/error.log'
$mask = null
file_put_contents - [internal], line ??
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 133
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 393
Cake\Log\Log::warning() - CORE/src/Log/Log.php, line 478
Cake\Network\Response::sendHeaders() - CORE/src/Network/Response.php, line 473
Cake\Network\Response::send() - CORE/src/Network/Response.php, line 450
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 65
[main] - ROOT/webroot/index.php, line 37
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 925 bytes written, possibly out of free disk space in /var/www/html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133