Warning (512): Cache engine Cake\Cache\Engine\RedisEngine is not properly configured. [CORE/src/Cache/Cache.php, line 176]Code Context $registry->set($name, new NullEngine());
trigger_error($e->getMessage(), E_USER_WARNING);
$name = 'default'
$registry = object(Cake\Cache\CacheRegistry) {
'_loaded' => [
(int) 0 => 'default'
]
}
$config = [
'className' => 'Redis',
'servers' => [
(int) 0 => '127.0.0.1'
],
'password' => 'password',
'database' => '2',
'prefix' => 'Educbr_default_',
'duration' => '+30 days'
]
$e = object(RuntimeException) {
[protected] message => 'Cache engine Cake\Cache\Engine\RedisEngine is not properly configured.'
[protected] code => (int) 0
[protected] file => '/home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Cache/CacheRegistry.php'
[protected] line => (int) 91
}
Cake\Cache\Cache::_buildEngine() - CORE/src/Cache/Cache.php, line 176
Cake\Cache\Cache::engine() - CORE/src/Cache/Cache.php, line 232
Cake\Cache\Cache::read() - CORE/src/Cache/Cache.php, line 360
include - ROOT/config/configs.php, line 9
require_once - ROOT/config/bootstrap.php, line 220
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 152
App\Application::bootstrap() - APP/Application.php, line 54
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 121
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 82
[main] - ROOT/webroot/index.php, line 41
Warning (512): Cache engine Cake\Cache\Engine\RedisEngine is not properly configured. [CORE/src/Cache/Cache.php, line 176]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 => 'default',
(int) 1 => '_cake_model_'
]
}
$config = [
'className' => 'Redis',
'servers' => [
(int) 0 => '127.0.0.1'
],
'password' => 'password',
'database' => '2',
'prefix' => 'Educbr_model_',
'duration' => '+2 minutes'
]
$e = object(RuntimeException) {
[protected] message => 'Cache engine Cake\Cache\Engine\RedisEngine is not properly configured.'
[protected] code => (int) 0
[protected] file => '/home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Cache/CacheRegistry.php'
[protected] line => (int) 91
}
Cake\Cache\Cache::_buildEngine() - CORE/src/Cache/Cache.php, line 176
Cake\Cache\Cache::engine() - CORE/src/Cache/Cache.php, line 232
Cake\Cache\Cache::read() - CORE/src/Cache/Cache.php, line 360
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 57
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 555
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 271
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 169
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1765
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1357
include - ROOT/config/configs.php, line 20
require_once - ROOT/config/bootstrap.php, line 220
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 152
App\Application::bootstrap() - APP/Application.php, line 54
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 121
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 82
[main] - ROOT/webroot/index.php, line 41
Warning (512): Cache engine Cake\Cache\Engine\RedisEngine is not properly configured. [CORE/src/Cache/Cache.php, line 176]Code Context $registry->set($name, new NullEngine());
trigger_error($e->getMessage(), E_USER_WARNING);
$name = '_cake_routes_'
$registry = object(Cake\Cache\CacheRegistry) {
'_loaded' => [
(int) 0 => 'default',
(int) 1 => '_cake_model_',
(int) 2 => '_cake_routes_'
]
}
$config = [
'className' => 'Redis',
'servers' => [
(int) 0 => '127.0.0.1'
],
'password' => 'password',
'database' => '2',
'prefix' => 'Educbr_routes_',
'duration' => '+2 seconds'
]
$e = object(RuntimeException) {
[protected] message => 'Cache engine Cake\Cache\Engine\RedisEngine is not properly configured.'
[protected] code => (int) 0
[protected] file => '/home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Cache/CacheRegistry.php'
[protected] line => (int) 91
}
Cake\Cache\Cache::_buildEngine() - CORE/src/Cache/Cache.php, line 176
Cake\Cache\Cache::engine() - CORE/src/Cache/Cache.php, line 232
Cake\Cache\Cache::read() - CORE/src/Cache/Cache.php, line 360
Cake\Cache\Cache::remember() - CORE/src/Cache/Cache.php, line 628
Cake\Routing\Middleware\RoutingMiddleware::buildRouteCollection() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 95
Cake\Routing\Middleware\RoutingMiddleware::loadRoutes() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 81
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 130
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
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 98
[main] - ROOT/webroot/index.php, line 41
Warning (512): Cache engine Cake\Cache\Engine\RedisEngine is not properly configured. [CORE/src/Cache/Cache.php, line 176]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 => 'default',
(int) 1 => '_cake_model_',
(int) 2 => '_cake_routes_',
(int) 3 => '_cake_core_'
]
}
$config = [
'className' => 'Redis',
'servers' => [
(int) 0 => '127.0.0.1'
],
'password' => 'password',
'database' => '2',
'prefix' => 'Educbr_core_',
'duration' => '+2 minutes'
]
$e = object(RuntimeException) {
[protected] message => 'Cache engine Cake\Cache\Engine\RedisEngine is not properly configured.'
[protected] code => (int) 0
[protected] file => '/home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Cache/CacheRegistry.php'
[protected] line => (int) 91
}
Cake\Cache\Cache::_buildEngine() - CORE/src/Cache/Cache.php, line 176
Cake\Cache\Cache::engine() - CORE/src/Cache/Cache.php, line 232
Cake\I18n\I18n::translators() - CORE/src/I18n/I18n.php, line 79
Cake\I18n\I18n::getTranslator() - CORE/src/I18n/I18n.php, line 203
__ - CORE/src/I18n/functions.php, line 35
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 124
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 272
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 47
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 91
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\EncryptedCookieMiddleware::__invoke() - CORE/src/Http/Middleware/EncryptedCookieMiddleware.php, line 89
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning (512): Unable to emit headers. Headers sent in file=/home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [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) 302,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$maxBufferLength = (int) 8192
$file = '/home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 853
$message = 'Unable to emit headers. Headers sent in file=/home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Error/Debugger.php line=853'
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 41
Warning (2): Cannot modify header information - headers already sent by (output started at /home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 148]Code Context $response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
));
$response = object(Cake\Http\Response) {
'status' => (int) 302,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$reasonPhrase = '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 141
[main] - ROOT/webroot/index.php, line 41
Warning (2): Cannot modify header information - headers already sent by (output started at /home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 181]Code Context $value
), $first);
$first = false;
$response = object(Cake\Http\Response) {
'status' => (int) 302,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$cookies = []
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8'
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 141
[main] - ROOT/webroot/index.php, line 41
Warning (2): Cannot modify header information - headers already sent by (output started at /home/infra.ibijus.com/www/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 181]Code Context $value
), $first);
$first = false;
$response = object(Cake\Http\Response) {
'status' => (int) 302,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Location' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$cookies = []
$values = [
(int) 0 => 'http://infra.ibijus.com/login?redirect=%2Fpainel%2Fusers%2Fseguir%2F4'
]
$name = 'Location'
$first = true
$value = 'http://infra.ibijus.com/login?redirect=%2Fpainel%2Fusers%2Fseguir%2F4'
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 141
[main] - ROOT/webroot/index.php, line 41