Cake\Cache\Engine\FileEngine::_active() - CORE/src/Cache/Engine/FileEngine.php, line 437
Cake\Cache\Engine\FileEngine::init() - CORE/src/Cache/Engine/FileEngine.php, line 105
Cake\Cache\CacheRegistry::_create() - CORE/src/Cache/CacheRegistry.php, line 90
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
DebugKit\Cache\Engine\DebugEngine::init() - ROOT/vendor/cakephp/debug_kit/src/Cache/Engine/DebugEngine.php, line 79
Cake\Cache\CacheRegistry::_create() - CORE/src/Cache/CacheRegistry.php, line 90
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\Cache\Cache::_buildEngine() - CORE/src/Cache/Cache.php, line 170
Cake\Cache\Cache::engine() - CORE/src/Cache/Cache.php, line 228
Cake\I18n\I18n::translators() - CORE/src/I18n/I18n.php, line 79
Cake\I18n\I18n::getTranslator() - CORE/src/I18n/I18n.php, line 197
__d - CORE/src/I18n/functions.php, line 88
DebugKit\Panel\TimerPanel::DebugKit\Panel\{closure}() - ROOT/vendor/cakephp/debug_kit/src/Panel/TimerPanel.php, line 53
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 416
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 393
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 110
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): /home/agileat/qa.agileat.cl/tmp/cache/models/ is not writable [CORE/src/Cache/Engine/FileEngine.php, line 437]
Cake\Cache\Engine\FileEngine::_active() - CORE/src/Cache/Engine/FileEngine.php, line 437
Cake\Cache\Engine\FileEngine::init() - CORE/src/Cache/Engine/FileEngine.php, line 105
Cake\Cache\CacheRegistry::_create() - CORE/src/Cache/CacheRegistry.php, line 90
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
DebugKit\Cache\Engine\DebugEngine::init() - ROOT/vendor/cakephp/debug_kit/src/Cache/Engine/DebugEngine.php, line 79
Cake\Cache\CacheRegistry::_create() - CORE/src/Cache/CacheRegistry.php, line 90
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\Cache\Cache::_buildEngine() - CORE/src/Cache/Cache.php, line 170
Cake\Cache\Cache::engine() - CORE/src/Cache/Cache.php, line 228
Cake\Cache\Cache::read() - CORE/src/Cache/Cache.php, line 356
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 57
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=24 rows=5 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'settings' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=24 rows=5 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'settings' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 97
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=3 rows=0 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'settings'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=3 rows=0 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'settings'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 102
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=4 rows=0 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'settings'
ORDER BY name, a.attnum, ab.attnum DESC'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=4 rows=0 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'settings'
ORDER BY name, a.attnum, ab.attnum DESC
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 103
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_settings' to DebugKit\Cache\Engine\DebugEngine cache [CORE/src/Cache/Cache.php, line 286]
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 286
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 81
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 416
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 393
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 110
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 502
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 114
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 109
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=1 rows=1 SELECT Settings.name AS "Settings__name", Settings.color_primary AS "Settings__color_primary", Settings.color_secondary AS "Settings__color_secondary", Settings.logo AS "Settings__logo", Settings.logo_alternative AS "Settings__logo_alternative" FROM settings Settings LIMIT 1'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=1 rows=1 SELECT Settings.name AS "Settings__name", Settings.color_primary AS "Settings__color_primary", Settings.color_secondary AS "Settings__color_secondary", Settings.logo AS "Settings__logo", Settings.logo_alternative AS "Settings__logo_alternative" FROM settings Settings LIMIT 1
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 315
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 214
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1039
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 288
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 987
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 416
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 81
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 416
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 393
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=13 rows=3 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'countries' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=13 rows=3 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'countries' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 97
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=10 rows=1 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'countries'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=10 rows=1 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'countries'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 102
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=3 rows=0 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'countries'
ORDER BY name, a.attnum, ab.attnum DESC'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=3 rows=0 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'countries'
ORDER BY name, a.attnum, ab.attnum DESC
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 103
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_countries' to DebugKit\Cache\Engine\DebugEngine cache [CORE/src/Cache/Cache.php, line 286]
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 286
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Cake\ORM\Association::find() - CORE/src/ORM/Association.php, line 1031
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 55
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 109
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
App\Middleware\RestApiMiddleware::__invoke() - APP/Middleware/RestApiMiddleware.php, line 63
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=11 rows=18 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'shops' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=11 rows=18 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'shops' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 97
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=2 rows=2 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'shops'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=2 rows=2 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'shops'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 102
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=2 rows=3 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'shops'
ORDER BY name, a.attnum, ab.attnum DESC'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=2 rows=3 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'shops'
ORDER BY name, a.attnum, ab.attnum DESC
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 103
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_shops' to DebugKit\Cache\Engine\DebugEngine cache [CORE/src/Cache/Cache.php, line 286]
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 286
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
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 1582
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1182
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 57
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 109
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
App\Middleware\RestApiMiddleware::__invoke() - APP/Middleware/RestApiMiddleware.php, line 63
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=10 rows=5 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'schedules' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=10 rows=5 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'schedules' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 97
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=2 rows=1 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'schedules'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=2 rows=1 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'schedules'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 102
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=3 rows=2 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'schedules'
ORDER BY name, a.attnum, ab.attnum DESC'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=3 rows=2 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'schedules'
ORDER BY name, a.attnum, ab.attnum DESC
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 103
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_schedules' to DebugKit\Cache\Engine\DebugEngine cache [CORE/src/Cache/Cache.php, line 286]
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 286
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 109
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
App\Middleware\RestApiMiddleware::__invoke() - APP/Middleware/RestApiMiddleware.php, line 63
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=13 rows=5 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'schedules_dailys' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=13 rows=5 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'schedules_dailys' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 97
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 446
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=2 rows=1 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'schedules_dailys'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=2 rows=1 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'schedules_dailys'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 102
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 446
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=3 rows=2 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'schedules_dailys'
ORDER BY name, a.attnum, ab.attnum DESC'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=3 rows=2 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'schedules_dailys'
ORDER BY name, a.attnum, ab.attnum DESC
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 103
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 446
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_schedules_dailys' to DebugKit\Cache\Engine\DebugEngine cache [CORE/src/Cache/Cache.php, line 286]
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 286
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 446
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 109
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
App\Middleware\RestApiMiddleware::__invoke() - APP/Middleware/RestApiMiddleware.php, line 63
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=11 rows=3 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'timezones' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=11 rows=3 SELECT DISTINCT table_schema AS schema,
column_name AS name,
data_type AS type,
is_nullable AS null, column_default AS default,
character_maximum_length AS char_length,
c.collation_name,
d.description as comment,
ordinal_position,
c.numeric_precision as column_precision,
c.numeric_scale as column_scale,
pg_get_serial_sequence(attr.attrelid::regclass::text, attr.attname) IS NOT NULL AS has_serial
FROM information_schema.columns c
INNER JOIN pg_catalog.pg_namespace ns ON (ns.nspname = table_schema)
INNER JOIN pg_catalog.pg_class cl ON (cl.relnamespace = ns.oid AND cl.relname = table_name)
LEFT JOIN pg_catalog.pg_index i ON (i.indrelid = cl.oid AND i.indkey[0] = c.ordinal_position)
LEFT JOIN pg_catalog.pg_description d on (cl.oid = d.objoid AND d.objsubid = c.ordinal_position)
LEFT JOIN pg_catalog.pg_attribute attr ON (cl.oid = attr.attrelid AND column_name = attr.attname)
WHERE table_name = 'timezones' AND table_schema = 'public' AND table_catalog = 'agileat_qa'
ORDER BY ordinal_position
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 97
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=2 rows=1 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'timezones'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=2 rows=1 SELECT
c2.relname,
a.attname,
i.indisprimary,
i.indisunique
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class c ON (n.oid = c.relnamespace)
INNER JOIN pg_catalog.pg_index i ON (c.oid = i.indrelid)
INNER JOIN pg_catalog.pg_class c2 ON (c2.oid = i.indexrelid)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = c.oid AND i.indrelid::regclass = a.attrelid::regclass)
WHERE n.nspname = 'public'
AND a.attnum = ANY(i.indkey)
AND c.relname = 'timezones'
ORDER BY i.indisprimary DESC, i.indisunique DESC, c.relname, a.attnum
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 102
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/debug.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'debug'
$message = 'duration=2 rows=0 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'timezones'
ORDER BY name, a.attnum, ab.attnum DESC'
$context = [
'scope' => [
(int) 0 => 'queriesLog'
]
]
$output = '2026-03-03 19:26:48 Debug: duration=2 rows=0 SELECT
c.conname AS name,
c.contype AS type,
a.attname AS column_name,
c.confmatchtype AS match_type,
c.confupdtype AS on_update,
c.confdeltype AS on_delete,
c.confrelid::regclass AS references_table,
ab.attname AS references_field
FROM pg_catalog.pg_namespace n
INNER JOIN pg_catalog.pg_class cl ON (n.oid = cl.relnamespace)
INNER JOIN pg_catalog.pg_constraint c ON (n.oid = c.connamespace)
INNER JOIN pg_catalog.pg_attribute a ON (a.attrelid = cl.oid AND c.conrelid = a.attrelid AND a.attnum = ANY(c.conkey))
INNER JOIN pg_catalog.pg_attribute ab ON (a.attrelid = cl.oid AND c.confrelid = ab.attrelid AND ab.attnum = ANY(c.confkey))
WHERE n.nspname = 'public'
AND cl.relname = 'timezones'
ORDER BY name, a.attnum, ab.attnum DESC
'
$filename = 'debug.log'
$pathname = '/home/agileat/qa.agileat.cl/logs/debug.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 384
Cake\Database\Log\QueryLogger::_log() - CORE/src/Database/Log/QueryLogger.php, line 51
Cake\Database\Log\QueryLogger::log() - CORE/src/Database/Log/QueryLogger.php, line 39
DebugKit\Database\Log\DebugLog::log() - ROOT/vendor/cakephp/debug_kit/src/Database/Log/DebugLog.php, line 152
Cake\Database\Log\LoggingStatement::_log() - CORE/src/Database/Log/LoggingStatement.php, line 84
Cake\Database\Log\LoggingStatement::execute() - CORE/src/Database/Log/LoggingStatement.php, line 65
Cake\Database\Connection::execute() - CORE/src/Database/Connection.php, line 283
Cake\Database\Schema\Collection::_reflect() - CORE/src/Database/Schema/Collection.php, line 129
Cake\Database\Schema\Collection::describe() - CORE/src/Database/Schema/Collection.php, line 103
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 63
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_timezones' to DebugKit\Cache\Engine\DebugEngine cache [CORE/src/Cache/Cache.php, line 286]
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 286
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 211
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 443
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 405
App\Controller\HomeController::index() - APP/Controller/HomeController.php, line 59
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 109
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
App\Middleware\RestApiMiddleware::__invoke() - APP/Middleware/RestApiMiddleware.php, line 63
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'debug_kit_requests' to DebugKit\Cache\Engine\DebugEngine cache [CORE/src/Cache/Cache.php, line 286]
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 286
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Table::getPrimaryKey() - CORE/src/ORM/Table.php, line 653
Cake\ORM\Marshaller::one() - CORE/src/ORM/Marshaller.php, line 171
Cake\ORM\Table::newEntity() - CORE/src/ORM/Table.php, line 2435
DebugKit\ToolbarService::saveData() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 185
DebugKit\Middleware\DebugKitMiddleware::__invoke() - ROOT/vendor/cakephp/debug_kit/src/Middleware/DebugKitMiddleware.php, line 53
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'debug_kit_panels' to DebugKit\Cache\Engine\DebugEngine cache [CORE/src/Cache/Cache.php, line 286]
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 286
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 532
Cake\ORM\Table::getPrimaryKey() - CORE/src/ORM/Table.php, line 653
Cake\ORM\Marshaller::one() - CORE/src/ORM/Marshaller.php, line 171
Cake\ORM\Table::newEntity() - CORE/src/ORM/Table.php, line 2435
Cake\ORM\Association::__call() - CORE/src/ORM/Association.php, line 1366
DebugKit\ToolbarService::saveData() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 202
DebugKit\Middleware\DebugKitMiddleware::__invoke() - ROOT/vendor/cakephp/debug_kit/src/Middleware/DebugKitMiddleware.php, line 53
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
if (!$mask) {return file_put_contents($pathname, $output, FILE_APPEND);}
$level = 'warning'
$message = 'Headers already sent in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Error/Debugger.php:850'
$context = [
'scope' => []
]
$output = '2026-03-03 19:26:49 Warning: Headers already sent in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Error/Debugger.php:850
'
$filename = 'error.log'
$pathname = '/home/agileat/qa.agileat.cl/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 384
Cake\Log\Log::warning() - CORE/src/Log/Log.php, line 469
Cake\Http\Response::sendHeaders() - CORE/src/Http/Response.php, line 517
Cake\Http\Response::send() - CORE/src/Http/Response.php, line 492
Cake\Error\ErrorHandler::_sendResponse() - CORE/src/Error/ErrorHandler.php, line 197
Cake\Error\ErrorHandler::_displayException() - CORE/src/Error/ErrorHandler.php, line 140
Cake\Error\BaseErrorHandler::handleException() - CORE/src/Error/BaseErrorHandler.php, line 187
Cake\Error\BaseErrorHandler::wrapAndHandleException() - CORE/src/Error/BaseErrorHandler.php, line 171
[main] - [internal], line ??
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Error: Database Error
Warning (2): file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: Permission denied [CORE/src/Log/Engine/FileLog.php, line 133]
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 384
Cake\Log\Log::error() - CORE/src/Log/Log.php, line 453
Cake\Error\BaseErrorHandler::_logException() - CORE/src/Error/BaseErrorHandler.php, line 319
Cake\Error\BaseErrorHandler::handleException() - CORE/src/Error/BaseErrorHandler.php, line 188
Cake\Error\BaseErrorHandler::wrapAndHandleException() - CORE/src/Error/BaseErrorHandler.php, line 171
[main] - [internal], line ??
Warning: file_put_contents(/home/agileat/qa.agileat.cl/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /home/agileat/qa.agileat.cl/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133