Notice (8): Undefined index: prid [APP/Controller/LocationsController.php, line 185]Code Context// On commence par récupérer le bien$le_bien = $this->Promos->findById(intval($query['prid']))->select(['id', 'nom', 'adresse', 'cp', 'localite', 'location_id'])$query = [] $step_visite = (int) 1 $display_form = true $person1 = null $person2 = null $le_contact = null $la_requete = object(App\Model\Entity\Request) { '[new]' => true, '[accessible]' => [ 'id' => false, '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Requests' } $contact_infos = object(App\Model\Entity\RequestPerson) { '[new]' => true, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'RequestPersons' } $request_details = object(App\Model\Entity\RequestDetail) { '[new]' => true, '[accessible]' => [ 'id' => false, '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'RequestDetails' }App\Controller\LocationsController::demandeDeVisite() - APP/Controller/LocationsController.php, line 185 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164 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 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 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 97
Warning (512): Unable to emit headers. Headers sent in file=/home/biomein/ma_location_test/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php, line 54]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] ], 'X-DEBUGKIT-ID' => [ [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, viewport-fit=cover"> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta name="language" content="fr"/> <meta name="description" content="Recherche d'une maison ou d'un appartement à louer."/> <title> Locations | VALONIS Belgique </title> <link rel="stylesheet" href="/css/compiled/site.min.css"/> <link rel="stylesheet" href="/css/compiled/override-ma-location.css"/> <!--[if lt IE 7]> <script type="text/javascript" src="/js/ieFix.js"></script> <![endif]--> <!-- <script type="text/javascript" src="/js/respond.min.js"></script>--> </head> <body class="home"> <div class="wrapper" style="min-height: 100%; margin-bottom: -50px;" > <div id="header"> <div class="container"> <div class="row no-gutters" style="margin-top: 10px; margin-bottom: 10px;"> <div class="col-md-4 col-6 order-1 order-md-1"> <div class="row h-100 no-gutters"> <div class="col-3 text-center align-self-center"> <img src="/img/header/wallonie-map.png" class="img-fluid" style="max-height: 80px; float: left;" /> </div> <div class="col-9 align-self-center"> Maisons & appartements <br> en location en Wallonie </div> </div> </div> <div class="col-md-4 col-12 order-3 order-md-2 align-self-center"> <a href="/"> <img src="/img/header/ma-location_logo.png" class="img-fluid" /> </a> </div> <div class="col-md-4 col-6 order-2 order-md-3" style="display: none;"> <div class="row h-100 no-gutters"> <div class="col-2"> </div> <div class="col-2 text-center align-self-center"> <img src="/img/header/telephone.png" class="img-fluid" style="max-height: 50px;" /> </div> <div class="col-8 align-self-center" style="color: #ff6c38;"> <span style="font-size: large; font-weight: bold;">061 58 89 24</span><br> <a href="mailto:info@ma-location.be" style="color: #ff6c38;">info@ma-location.be</a> </div> </div> </div> </div> </div> <nav class="navbar navbar-expand-md navbar-light bg-light" style="display: none;"> <a class="navbar-brand d-md-none" href="#">Ma-location.be</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <div class="container"> <ul class="navbar-nav w-100 nav-justified"> <li class="nav-item "><a href="/pages/home" class="nav-link">Accueil</a></li> <li class="nav-item active"><a href="/locations" class="nav-link">Nos biens en location</a></li> <li class="nav-item "><a href="/pages/contact" class="nav-link">Contact</a></li> </ul> </div> </div> </nav> </div> <div class="container"> <div role="alert" class="alert alert-dismissible fade show alert-danger"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>Ce bien n'existe pas ou n'existe plus</div> </div> <div class="push" style="height: 50px"></div> </div> <div class="footerCopy"> <div class="container"> <div class="row"> <div class="col-6"> <img src="/img/footer/logo.png" style="float: left; max-height: 33px; margin-right: 5px;"> <p style="font-size: 12px; padding-top: 10px;"> <a href="/">Ma-location.be</a> | <a href="/locations">Locations</a> | <a href="/mentions-legales">Mentions légales</a> </p> </div> <div class="col-6"> <p style="text-align: center; font-size: 12px; padding-top: 15px;"> © 2019 - 2026 Ma-location.be, tous droits réservés </p> </div> </div> </div> </div> <script src="/js/compiled/site.min.js"></script> <script src="/js/script_demande_de_visite.js"></script> <script id="__debug_kit" data-id="6aa267aa-0f4d-4abc-bcff-9ff67ae0d7c8" data-url="https://test.ma-location.be/" src="/debug_kit/js/toolbar.js?1587576459"></script></body> </html> ' } $maxBufferLength = (int) 8192 $file = '/home/biomein/ma_location_test/vendor/cakephp/cakephp/src/Error/Debugger.php' $line = (int) 856 $message = 'Unable to emit headers. Headers sent in file=/home/biomein/ma_location_test/vendor/cakephp/cakephp/src/Error/Debugger.php line=856'Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/biomein/ma_location_test/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 155]Code Context$response->getStatusCode(),($reasonPhrase ? ' ' . $reasonPhrase : '')));$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ], 'X-DEBUGKIT-ID' => [ [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, viewport-fit=cover"> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta name="language" content="fr"/> <meta name="description" content="Recherche d'une maison ou d'un appartement à louer."/> <title> Locations | VALONIS Belgique </title> <link rel="stylesheet" href="/css/compiled/site.min.css"/> <link rel="stylesheet" href="/css/compiled/override-ma-location.css"/> <!--[if lt IE 7]> <script type="text/javascript" src="/js/ieFix.js"></script> <![endif]--> <!-- <script type="text/javascript" src="/js/respond.min.js"></script>--> </head> <body class="home"> <div class="wrapper" style="min-height: 100%; margin-bottom: -50px;" > <div id="header"> <div class="container"> <div class="row no-gutters" style="margin-top: 10px; margin-bottom: 10px;"> <div class="col-md-4 col-6 order-1 order-md-1"> <div class="row h-100 no-gutters"> <div class="col-3 text-center align-self-center"> <img src="/img/header/wallonie-map.png" class="img-fluid" style="max-height: 80px; float: left;" /> </div> <div class="col-9 align-self-center"> Maisons & appartements <br> en location en Wallonie </div> </div> </div> <div class="col-md-4 col-12 order-3 order-md-2 align-self-center"> <a href="/"> <img src="/img/header/ma-location_logo.png" class="img-fluid" /> </a> </div> <div class="col-md-4 col-6 order-2 order-md-3" style="display: none;"> <div class="row h-100 no-gutters"> <div class="col-2"> </div> <div class="col-2 text-center align-self-center"> <img src="/img/header/telephone.png" class="img-fluid" style="max-height: 50px;" /> </div> <div class="col-8 align-self-center" style="color: #ff6c38;"> <span style="font-size: large; font-weight: bold;">061 58 89 24</span><br> <a href="mailto:info@ma-location.be" style="color: #ff6c38;">info@ma-location.be</a> </div> </div> </div> </div> </div> <nav class="navbar navbar-expand-md navbar-light bg-light" style="display: none;"> <a class="navbar-brand d-md-none" href="#">Ma-location.be</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <div class="container"> <ul class="navbar-nav w-100 nav-justified"> <li class="nav-item "><a href="/pages/home" class="nav-link">Accueil</a></li> <li class="nav-item active"><a href="/locations" class="nav-link">Nos biens en location</a></li> <li class="nav-item "><a href="/pages/contact" class="nav-link">Contact</a></li> </ul> </div> </div> </nav> </div> <div class="container"> <div role="alert" class="alert alert-dismissible fade show alert-danger"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>Ce bien n'existe pas ou n'existe plus</div> </div> <div class="push" style="height: 50px"></div> </div> <div class="footerCopy"> <div class="container"> <div class="row"> <div class="col-6"> <img src="/img/footer/logo.png" style="float: left; max-height: 33px; margin-right: 5px;"> <p style="font-size: 12px; padding-top: 10px;"> <a href="/">Ma-location.be</a> | <a href="/locations">Locations</a> | <a href="/mentions-legales">Mentions légales</a> </p> </div> <div class="col-6"> <p style="text-align: center; font-size: 12px; padding-top: 15px;"> © 2019 - 2026 Ma-location.be, tous droits réservés </p> </div> </div> </div> </div> <script src="/js/compiled/site.min.js"></script> <script src="/js/script_demande_de_visite.js"></script> <script id="__debug_kit" data-id="6aa267aa-0f4d-4abc-bcff-9ff67ae0d7c8" data-url="https://test.ma-location.be/" src="/debug_kit/js/toolbar.js?1587576459"></script></body> </html> ' } $reasonPhrase = 'OK'header - [internal], line ?? Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 155 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/biomein/ma_location_test/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 184]Code Contextforeach ($values as $value) {header(sprintf('%s: %s',$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ], 'X-DEBUGKIT-ID' => [ [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, viewport-fit=cover"> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta name="language" content="fr"/> <meta name="description" content="Recherche d'une maison ou d'un appartement à louer."/> <title> Locations | VALONIS Belgique </title> <link rel="stylesheet" href="/css/compiled/site.min.css"/> <link rel="stylesheet" href="/css/compiled/override-ma-location.css"/> <!--[if lt IE 7]> <script type="text/javascript" src="/js/ieFix.js"></script> <![endif]--> <!-- <script type="text/javascript" src="/js/respond.min.js"></script>--> </head> <body class="home"> <div class="wrapper" style="min-height: 100%; margin-bottom: -50px;" > <div id="header"> <div class="container"> <div class="row no-gutters" style="margin-top: 10px; margin-bottom: 10px;"> <div class="col-md-4 col-6 order-1 order-md-1"> <div class="row h-100 no-gutters"> <div class="col-3 text-center align-self-center"> <img src="/img/header/wallonie-map.png" class="img-fluid" style="max-height: 80px; float: left;" /> </div> <div class="col-9 align-self-center"> Maisons & appartements <br> en location en Wallonie </div> </div> </div> <div class="col-md-4 col-12 order-3 order-md-2 align-self-center"> <a href="/"> <img src="/img/header/ma-location_logo.png" class="img-fluid" /> </a> </div> <div class="col-md-4 col-6 order-2 order-md-3" style="display: none;"> <div class="row h-100 no-gutters"> <div class="col-2"> </div> <div class="col-2 text-center align-self-center"> <img src="/img/header/telephone.png" class="img-fluid" style="max-height: 50px;" /> </div> <div class="col-8 align-self-center" style="color: #ff6c38;"> <span style="font-size: large; font-weight: bold;">061 58 89 24</span><br> <a href="mailto:info@ma-location.be" style="color: #ff6c38;">info@ma-location.be</a> </div> </div> </div> </div> </div> <nav class="navbar navbar-expand-md navbar-light bg-light" style="display: none;"> <a class="navbar-brand d-md-none" href="#">Ma-location.be</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <div class="container"> <ul class="navbar-nav w-100 nav-justified"> <li class="nav-item "><a href="/pages/home" class="nav-link">Accueil</a></li> <li class="nav-item active"><a href="/locations" class="nav-link">Nos biens en location</a></li> <li class="nav-item "><a href="/pages/contact" class="nav-link">Contact</a></li> </ul> </div> </div> </nav> </div> <div class="container"> <div role="alert" class="alert alert-dismissible fade show alert-danger"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>Ce bien n'existe pas ou n'existe plus</div> </div> <div class="push" style="height: 50px"></div> </div> <div class="footerCopy"> <div class="container"> <div class="row"> <div class="col-6"> <img src="/img/footer/logo.png" style="float: left; max-height: 33px; margin-right: 5px;"> <p style="font-size: 12px; padding-top: 10px;"> <a href="/">Ma-location.be</a> | <a href="/locations">Locations</a> | <a href="/mentions-legales">Mentions légales</a> </p> </div> <div class="col-6"> <p style="text-align: center; font-size: 12px; padding-top: 15px;"> © 2019 - 2026 Ma-location.be, tous droits réservés </p> </div> </div> </div> </div> <script src="/js/compiled/site.min.js"></script> <script src="/js/script_demande_de_visite.js"></script> <script id="__debug_kit" data-id="6aa267aa-0f4d-4abc-bcff-9ff67ae0d7c8" data-url="https://test.ma-location.be/" src="/debug_kit/js/toolbar.js?1587576459"></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 184 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 61 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/biomein/ma_location_test/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 184]Code Contextforeach ($values as $value) {header(sprintf('%s: %s',$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ], 'X-DEBUGKIT-ID' => [ [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, viewport-fit=cover"> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta name="language" content="fr"/> <meta name="description" content="Recherche d'une maison ou d'un appartement à louer."/> <title> Locations | VALONIS Belgique </title> <link rel="stylesheet" href="/css/compiled/site.min.css"/> <link rel="stylesheet" href="/css/compiled/override-ma-location.css"/> <!--[if lt IE 7]> <script type="text/javascript" src="/js/ieFix.js"></script> <![endif]--> <!-- <script type="text/javascript" src="/js/respond.min.js"></script>--> </head> <body class="home"> <div class="wrapper" style="min-height: 100%; margin-bottom: -50px;" > <div id="header"> <div class="container"> <div class="row no-gutters" style="margin-top: 10px; margin-bottom: 10px;"> <div class="col-md-4 col-6 order-1 order-md-1"> <div class="row h-100 no-gutters"> <div class="col-3 text-center align-self-center"> <img src="/img/header/wallonie-map.png" class="img-fluid" style="max-height: 80px; float: left;" /> </div> <div class="col-9 align-self-center"> Maisons & appartements <br> en location en Wallonie </div> </div> </div> <div class="col-md-4 col-12 order-3 order-md-2 align-self-center"> <a href="/"> <img src="/img/header/ma-location_logo.png" class="img-fluid" /> </a> </div> <div class="col-md-4 col-6 order-2 order-md-3" style="display: none;"> <div class="row h-100 no-gutters"> <div class="col-2"> </div> <div class="col-2 text-center align-self-center"> <img src="/img/header/telephone.png" class="img-fluid" style="max-height: 50px;" /> </div> <div class="col-8 align-self-center" style="color: #ff6c38;"> <span style="font-size: large; font-weight: bold;">061 58 89 24</span><br> <a href="mailto:info@ma-location.be" style="color: #ff6c38;">info@ma-location.be</a> </div> </div> </div> </div> </div> <nav class="navbar navbar-expand-md navbar-light bg-light" style="display: none;"> <a class="navbar-brand d-md-none" href="#">Ma-location.be</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <div class="container"> <ul class="navbar-nav w-100 nav-justified"> <li class="nav-item "><a href="/pages/home" class="nav-link">Accueil</a></li> <li class="nav-item active"><a href="/locations" class="nav-link">Nos biens en location</a></li> <li class="nav-item "><a href="/pages/contact" class="nav-link">Contact</a></li> </ul> </div> </div> </nav> </div> <div class="container"> <div role="alert" class="alert alert-dismissible fade show alert-danger"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>Ce bien n'existe pas ou n'existe plus</div> </div> <div class="push" style="height: 50px"></div> </div> <div class="footerCopy"> <div class="container"> <div class="row"> <div class="col-6"> <img src="/img/footer/logo.png" style="float: left; max-height: 33px; margin-right: 5px;"> <p style="font-size: 12px; padding-top: 10px;"> <a href="/">Ma-location.be</a> | <a href="/locations">Locations</a> | <a href="/mentions-legales">Mentions légales</a> </p> </div> <div class="col-6"> <p style="text-align: center; font-size: 12px; padding-top: 15px;"> © 2019 - 2026 Ma-location.be, tous droits réservés </p> </div> </div> </div> </div> <script src="/js/compiled/site.min.js"></script> <script src="/js/script_demande_de_visite.js"></script> <script id="__debug_kit" data-id="6aa267aa-0f4d-4abc-bcff-9ff67ae0d7c8" data-url="https://test.ma-location.be/" src="/debug_kit/js/toolbar.js?1587576459"></script></body> </html> ' } $cookies = [] $values = [ (int) 0 => '6aa267aa-0f4d-4abc-bcff-9ff67ae0d7c8' ] $name = 'X-DEBUGKIT-ID' $first = true $value = '6aa267aa-0f4d-4abc-bcff-9ff67ae0d7c8'header - [internal], line ?? Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 184 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 61 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140 [main] - ROOT/webroot/index.php, line 40
© 2019 - 2026 Ma-location.be, tous droits réservés