Warning (2): Redis::pconnect() [<a href='https://secure.php.net/redis.pconnect'>redis.pconnect</a>]: connect() failed: Connection refused [CORE/src/Cache/Engine/RedisEngine.php, line 108]Code Context $persistentId = $this->_config['port'] . $this->_config['timeout'] . $this->_config['database'];
$return = $this->_Redis->pconnect($this->_config['server'], $this->_config['port'], $this->_config['timeout'], $persistentId);
}
$persistentId = '6379011'
Redis::pconnect() - [internal], line ??
Cake\Cache\Engine\RedisEngine::_connect() - CORE/src/Cache/Engine/RedisEngine.php, line 108
Cake\Cache\Engine\RedisEngine::init() - CORE/src/Cache/Engine/RedisEngine.php, line 90
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 68
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 (512): Cache engine Cake\Cache\Engine\RedisEngine is not properly configured. [CORE/src/Cache/Cache.php, line 174]Code Context $registry->set($name, new NullEngine());
trigger_error($e->getMessage(), E_USER_WARNING);
$name = '_cake_core_'
$registry = object(Cake\Cache\CacheRegistry) {
'_loaded' => [
(int) 0 => '_cake_core_'
]
}
$config = [
'className' => object(DebugKit\Cache\Engine\DebugEngine) {
[protected] _config => [
[maximum depth reached]
]
[protected] _engine => null
[protected] _metrics => [
[maximum depth reached]
]
[protected] _defaultConfig => [
[maximum depth reached]
]
[protected] _groupPrefix => null
[protected] _configInitialized => false
}
]
$e = object(RuntimeException) {
[protected] message => 'Cache engine Cake\Cache\Engine\RedisEngine is not properly configured.'
[protected] code => (int) 0
[protected] file => '/var/www/bayo-wallet/vendor/cakephp/cakephp/src/Cache/CacheRegistry.php'
[protected] line => (int) 91
}Cake\Cache\Cache::_buildEngine() - CORE/src/Cache/Cache.php, line 174
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 68
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::render() - CORE/src/Controller/Controller.php, line 610
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 325
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 200
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 118
SecureRestApi\Middleware\SecureRestApiMiddleware::__invoke() - ROOT/plugins/SecureRestApi/src/Middleware/SecureRestApiMiddleware.php, line 56
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 (2): Redis::pconnect() [<a href='https://secure.php.net/redis.pconnect'>redis.pconnect</a>]: connect() failed: Connection refused [CORE/src/Cache/Engine/RedisEngine.php, line 108]Code Context $persistentId = $this->_config['port'] . $this->_config['timeout'] . $this->_config['database'];
$return = $this->_Redis->pconnect($this->_config['server'], $this->_config['port'], $this->_config['timeout'], $persistentId);
}
$persistentId = '6379011'
Redis::pconnect() - [internal], line ??
Cake\Cache\Engine\RedisEngine::_connect() - CORE/src/Cache/Engine/RedisEngine.php, line 108
Cake\Cache\Engine\RedisEngine::init() - CORE/src/Cache/Engine/RedisEngine.php, line 90
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\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 2428
DebugKit\ToolbarService::saveData() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 185
Warning (512): Cache engine Cake\Cache\Engine\RedisEngine is not properly configured. [CORE/src/Cache/Cache.php, line 174]Code Context $registry->set($name, new NullEngine());
trigger_error($e->getMessage(), E_USER_WARNING);
$name = '_cake_model_'
$registry = object(Cake\Cache\CacheRegistry) {
'_loaded' => [
(int) 0 => '_cake_core_',
(int) 1 => '_cake_model_'
]
}
$config = [
'className' => object(DebugKit\Cache\Engine\DebugEngine) {
[protected] _config => [
[maximum depth reached]
]
[protected] _engine => null
[protected] _metrics => [
[maximum depth reached]
]
[protected] _defaultConfig => [
[maximum depth reached]
]
[protected] _groupPrefix => null
[protected] _configInitialized => false
}
]
$e = object(RuntimeException) {
[protected] message => 'Cache engine Cake\Cache\Engine\RedisEngine is not properly configured.'
[protected] code => (int) 0
[protected] file => '/var/www/bayo-wallet/vendor/cakephp/cakephp/src/Cache/CacheRegistry.php'
[protected] line => (int) 91
}Cake\Cache\Cache::_buildEngine() - CORE/src/Cache/Cache.php, line 174
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\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 2428
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 40
Warning (512): Unable to emit headers. Headers sent in file=/var/www/bayo-wallet/vendor/cakephp/cakephp/src/Error/Debugger.php line=850 [CORE/src/Http/ResponseEmitter.php, line 48]Code Context if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 404,
'contentType' => 'application/vnd.api+json',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '{"status":"failed","data":{"message":"Not Found"},"serverDateTime":"2026-09-13T20:29:20"}'
}
$maxBufferLength = (int) 8192
$file = '/var/www/bayo-wallet/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 850
$message = 'Unable to emit headers. Headers sent in file=/var/www/bayo-wallet/vendor/cakephp/cakephp/src/Error/Debugger.php line=850'Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/bayo-wallet/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php, line 148]Code Context $response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
));
$response = object(Cake\Http\Response) {
'status' => (int) 404,
'contentType' => 'application/vnd.api+json',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '{"status":"failed","data":{"message":"Not Found"},"serverDateTime":"2026-09-13T20:29:20"}'
}
$reasonPhrase = 'Not Found'header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 148
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/bayo-wallet/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php, line 181]Code Context $value
), $first);
$first = false;
$response = object(Cake\Http\Response) {
'status' => (int) 404,
'contentType' => 'application/vnd.api+json',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '{"status":"failed","data":{"message":"Not Found"},"serverDateTime":"2026-09-13T20:29:20"}'
}
$cookies = []
$values = [
(int) 0 => 'application/vnd.api+json'
]
$name = 'Content-Type'
$first = true
$value = 'application/vnd.api+json'header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/bayo-wallet/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php, line 181]Code Context $value
), $first);
$first = false;
$response = object(Cake\Http\Response) {
'status' => (int) 404,
'contentType' => 'application/vnd.api+json',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '{"status":"failed","data":{"message":"Not Found"},"serverDateTime":"2026-09-13T20:29:20"}'
}
$cookies = []
$values = [
(int) 0 => '6bbeb606-bc6c-4e55-affc-2d262c31e09e'
]
$name = 'X-DEBUGKIT-ID'
$first = true
$value = '6bbeb606-bc6c-4e55-affc-2d262c31e09e'header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40
{"status":"failed","data":{"message":"Not Found"},"serverDateTime":"2026-09-13T20:29:20"}