text
Welcome to Deco
A little CSM that adds dynamic dercoration to your Cake Sites.
Notice (8): Undefined index: heronext [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 = 'heronext' $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 Contextif (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> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Home page </title> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta name="description" content="Creative Solutions for a Sustainable Blue Economy"> <link rel="stylesheet" href="/theme/css/libs/bootstrap.min.css"/><link rel="stylesheet" href="/theme/css/style.css"/><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.min.js"></script></head> <body class=" Webpages display" data-template="home"> <header class="position-relative w-100"> <div class="img-container"> <img src="/theme/img/banner-home.jpg" /> </div> <div class="header-content"> <div class="top-bar"> <div class="container"> <div class="row pt-4"> <div class="row justify-content-between w-100"> <div class="col-8 col-sm-4"> <a href="/"> <!--<h6 class="strapline">A long Project strapline that needs to be approved</h6> <img class="logo img-fluid" src="" alt="Reload" /><br>--> <img src="/theme/img/" class="img-fluid" alt=""/> </a> </div> <div class="col-4 col-sm-8"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-nav" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <nav class="float-right"> <div id="main-nav" class="header-nav navbar-nav ml-auto"> <ul class="h-nav"><li class=" "> <a href="/"> Home </a> </li><li class=" "> <a href="/who-we-are"> Who we are </a> </li><li class=" "> <a href="/services"> </a> </li><li class=" "> <a href="/projects"> </a> </li><li class=" "> <a href="/contact-us"> Contact </a> </li></ul> </div> </nav> </div> </div> </div> </div> </div> <div class="d-flex align-items-center text-center t-white" style="height: calc(100% - 90px);"> <div class="container"> <h1> Solutions <br> for a <br> Sustainable Blue Economy</h1> </div> </div> </div> </header> <div id="home-main" role="main" class="region"> <div class="block-html">text</div><div class="block-html"><h1>Welcome to Deco</h1> <p>A little CSM that adds dynamic dercoration to your Cake Sites.</p> </div> </div> <footer id="footer" class="pt-5 pb-5"> <div class="container"> <div class="row justify-content-between"> <div class="col-4" > <br> - <br> <br> <br> <span class="text-muted">Copyright 2023</span> </div> <div class="col-4 text-right"> <img class="img-fluid" src="/theme/img/logo.png" alt=""> </div> </div> </div> </footer> <script async src="https://www.googletagmanager.com/gtag/js?id="></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', ''); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script><script src="/theme/js/libs/jquery-3.2.1.js"></script><script src="/theme/js/libs/bootstrap.min.js"></script><script src="https://cdn.ckeditor.com/4.6.1/standard/ckeditor.js"></script> <script src="/js/scripts.js"></script><script src="/oritek/deco/js/menu.js"></script></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> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Home page </title> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta name="description" content="Creative Solutions for a Sustainable Blue Economy"> <link rel="stylesheet" href="/theme/css/libs/bootstrap.min.css"/><link rel="stylesheet" href="/theme/css/style.css"/><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.min.js"></script></head> <body class=" Webpages display" data-template="home"> <header class="position-relative w-100"> <div class="img-container"> <img src="/theme/img/banner-home.jpg" /> </div> <div class="header-content"> <div class="top-bar"> <div class="container"> <div class="row pt-4"> <div class="row justify-content-between w-100"> <div class="col-8 col-sm-4"> <a href="/"> <!--<h6 class="strapline">A long Project strapline that needs to be approved</h6> <img class="logo img-fluid" src="" alt="Reload" /><br>--> <img src="/theme/img/" class="img-fluid" alt=""/> </a> </div> <div class="col-4 col-sm-8"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-nav" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <nav class="float-right"> <div id="main-nav" class="header-nav navbar-nav ml-auto"> <ul class="h-nav"><li class=" "> <a href="/"> Home </a> </li><li class=" "> <a href="/who-we-are"> Who we are </a> </li><li class=" "> <a href="/services"> </a> </li><li class=" "> <a href="/projects"> </a> </li><li class=" "> <a href="/contact-us"> Contact </a> </li></ul> </div> </nav> </div> </div> </div> </div> </div> <div class="d-flex align-items-center text-center t-white" style="height: calc(100% - 90px);"> <div class="container"> <h1> Solutions <br> for a <br> Sustainable Blue Economy</h1> </div> </div> </div> </header> <div id="home-main" role="main" class="region"> <div class="block-html">text</div><div class="block-html"><h1>Welcome to Deco</h1> <p>A little CSM that adds dynamic dercoration to your Cake Sites.</p> </div> </div> <footer id="footer" class="pt-5 pb-5"> <div class="container"> <div class="row justify-content-between"> <div class="col-4" > <br> - <br> <br> <br> <span class="text-muted">Copyright 2023</span> </div> <div class="col-4 text-right"> <img class="img-fluid" src="/theme/img/logo.png" alt=""> </div> </div> </div> </footer> <script async src="https://www.googletagmanager.com/gtag/js?id="></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', ''); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script><script src="/theme/js/libs/jquery-3.2.1.js"></script><script src="/theme/js/libs/bootstrap.min.js"></script><script src="https://cdn.ckeditor.com/4.6.1/standard/ckeditor.js"></script> <script src="/js/scripts.js"></script><script src="/oritek/deco/js/menu.js"></script></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> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Home page </title> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta name="description" content="Creative Solutions for a Sustainable Blue Economy"> <link rel="stylesheet" href="/theme/css/libs/bootstrap.min.css"/><link rel="stylesheet" href="/theme/css/style.css"/><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.min.js"></script></head> <body class=" Webpages display" data-template="home"> <header class="position-relative w-100"> <div class="img-container"> <img src="/theme/img/banner-home.jpg" /> </div> <div class="header-content"> <div class="top-bar"> <div class="container"> <div class="row pt-4"> <div class="row justify-content-between w-100"> <div class="col-8 col-sm-4"> <a href="/"> <!--<h6 class="strapline">A long Project strapline that needs to be approved</h6> <img class="logo img-fluid" src="" alt="Reload" /><br>--> <img src="/theme/img/" class="img-fluid" alt=""/> </a> </div> <div class="col-4 col-sm-8"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-nav" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <nav class="float-right"> <div id="main-nav" class="header-nav navbar-nav ml-auto"> <ul class="h-nav"><li class=" "> <a href="/"> Home </a> </li><li class=" "> <a href="/who-we-are"> Who we are </a> </li><li class=" "> <a href="/services"> </a> </li><li class=" "> <a href="/projects"> </a> </li><li class=" "> <a href="/contact-us"> Contact </a> </li></ul> </div> </nav> </div> </div> </div> </div> </div> <div class="d-flex align-items-center text-center t-white" style="height: calc(100% - 90px);"> <div class="container"> <h1> Solutions <br> for a <br> Sustainable Blue Economy</h1> </div> </div> </div> </header> <div id="home-main" role="main" class="region"> <div class="block-html">text</div><div class="block-html"><h1>Welcome to Deco</h1> <p>A little CSM that adds dynamic dercoration to your Cake Sites.</p> </div> </div> <footer id="footer" class="pt-5 pb-5"> <div class="container"> <div class="row justify-content-between"> <div class="col-4" > <br> - <br> <br> <br> <span class="text-muted">Copyright 2023</span> </div> <div class="col-4 text-right"> <img class="img-fluid" src="/theme/img/logo.png" alt=""> </div> </div> </div> </footer> <script async src="https://www.googletagmanager.com/gtag/js?id="></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', ''); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script><script src="/theme/js/libs/jquery-3.2.1.js"></script><script src="/theme/js/libs/bootstrap.min.js"></script><script src="https://cdn.ckeditor.com/4.6.1/standard/ckeditor.js"></script> <script src="/js/scripts.js"></script><script src="/oritek/deco/js/menu.js"></script></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
A little CSM that adds dynamic dercoration to your Cake Sites.