Notice (8): Undefined index: tunaroute [ROOT/plugins/Oritek/Deco/config/bootstrap.php, line 12]Code Context
Configure::write('Deco', $config[$domain]);
$app = object(App\Application) {
[protected] configDir => '/srv/users/dalula/apps/dalula/public/config'
[protected] plugins => object(Cake\Core\PluginCollection) {}
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
}
$bootstrap = '/srv/users/dalula/apps/dalula/public/plugins/Oritek/Deco/config/bootstrap.php'
$domain = 'tunaroute'
$defaults = [
'dalula' => [
'domain' => 'dalula.test:8888',
'name' => 'Dalula Marine',
'logo' => '/theme/img/logo.png',
'metaDescription' => '',
'email' => 'f.cardona@dalula.eu',
'phone' => ' +34 696 085 214',
'address' => 'Ps De Torreblanca Num.7 P.3 Pta.2',
'address2' => 'Sant Cugat Del Valles',
'city' => 'Barcelona',
'postcode' => '08172 ',
'comp_name' => 'Dalula marine',
'comp_number' => 'B66-959-347',
'baseLanguage' => 'en',
'baseWebroot' => '',
'layouts' => [
'single-col' => 'Default',
'single-col-wide' => 'Single col wide',
'left-col' => 'Left col',
'left-right-col' => 'Left & Right col',
'right-col' => 'Right col'
],
'vendors' => [
'gMap' => [
[maximum depth reached]
],
'gAnalytics' => [
[maximum depth reached]
]
],
'languages' => [
'en' => [
[maximum depth reached]
]
],
'imageTypes' => [
(int) 0 => 'image/png',
(int) 1 => 'image/jpg',
(int) 2 => 'image/jpeg',
(int) 3 => 'image/bmp',
(int) 4 => 'image/gif'
]
]
]
$config = [
'dalula' => [
'domain' => 'dalula.test:8888',
'name' => 'Dalula Marine',
'logo' => '/theme/img/logo.png',
'metaDescription' => '',
'email' => 'f.cardona@dalula.eu',
'phone' => ' +34 696 085 214',
'address' => 'Ps De Torreblanca Num.7 P.3 Pta.2',
'address2' => 'Sant Cugat Del Valles',
'city' => 'Barcelona',
'postcode' => '08172 ',
'comp_name' => 'Dalula marine',
'comp_number' => 'B66-959-347',
'baseLanguage' => 'en',
'baseWebroot' => '',
'layouts' => [
'single-col' => 'Default',
'single-col-wide' => 'Single col wide',
'left-col' => 'Left col',
'left-right-col' => 'Left & Right col',
'right-col' => 'Right col'
],
'vendors' => [
'gMap' => [
[maximum depth reached]
],
'gAnalytics' => [
[maximum depth reached]
]
],
'languages' => [
'en' => [
[maximum depth reached]
]
],
'imageTypes' => [
(int) 0 => 'image/png',
(int) 1 => 'image/jpg',
(int) 2 => 'image/jpeg',
(int) 3 => 'image/bmp',
(int) 4 => 'image/gif'
]
]
]
require - ROOT/plugins/Oritek/Deco/config/bootstrap.php, line 12
Cake\Core\BasePlugin::bootstrap() - CORE/src/Core/BasePlugin.php, line 239
Cake\Http\BaseApplication::pluginBootstrap() - CORE/src/Http/BaseApplication.php, line 161
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 124
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 82
[main] - ROOT/webroot/index.php, line 40
Warning (512): Unable to emit headers. Headers sent in file=/srv/users/dalula/apps/dalula/public/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) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
</head>
<body data-template="default">
<div class="container">
<div class="row">
<div id="main" role="main" class="region col-md-12 order-md-1">
404
</div>
</div>
</div>
</body>
</html>
'
}
$maxBufferLength = (int) 8192
$file = '/srv/users/dalula/apps/dalula/public/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 853
$message = 'Unable to emit headers. Headers sent in file=/srv/users/dalula/apps/dalula/public/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 40
Warning (2): Cannot modify header information - headers already sent by (output started at /srv/users/dalula/apps/dalula/public/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) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
</head>
<body data-template="default">
<div class="container">
<div class="row">
<div id="main" role="main" class="region col-md-12 order-md-1">
404
</div>
</div>
</div>
</body>
</html>
'
}
$reasonPhrase = 'OK'
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 40
Warning (2): Cannot modify header information - headers already sent by (output started at /srv/users/dalula/apps/dalula/public/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) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
</head>
<body data-template="default">
<div class="container">
<div class="row">
<div id="main" role="main" class="region col-md-12 order-md-1">
404
</div>
</div>
</div>
</body>
</html>
'
}
$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 40