Warning (2) : Attempt to read property "id" on null [APP/Controller/PilotesController.php , line 96 ]Code Context //'Events.season' => $season,
'VwResults.driver_id' => $driver -> id ,
'VwResults.race_type_id' => '1' ,
App\Controller\PilotesController::fiche() - APP/Controller/PilotesController.php, line 96
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 539
Cake\Controller\ControllerFactory::handle() - CORE/src/Controller/ControllerFactory.php, line 140
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 115
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 317
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 164
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Middleware\BodyParserMiddleware::process() - CORE/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 161
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Error\Middleware\ErrorHandlerMiddleware::process() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 126
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58 Warning (512) : Unable to emit headers. Headers sent in file=/home/dp6069/domains/memorialterrebattue.com/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=988 [CORE/src/Http/ResponseEmitter.php , line 71 ]Code Context $message = "Unable to emit headers. Headers sent in file= $file line= $line " ;
trigger_error ( $message , E_USER_WARNING );
}
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 71
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/dp6069/domains/memorialterrebattue.com/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [CORE/src/Http/ResponseEmitter.php , line 168 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 168
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 74
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/dp6069/domains/memorialterrebattue.com/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [CORE/src/Http/ResponseEmitter.php , line 197 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 197
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 75
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40
Error: Expression `VwResults.driver_id` is missing operator (IS, IS NOT) with `null` value.
$operator = '!=' ;
}
if ( $value === null && $this -> _conjunction !== ',' ) {
throw new InvalidArgumentException (
sprintf ( 'Expression `%s` is missing operator (IS, IS NOT) with `null` value.' , $expression )
);
}
Arguments
continue;
}
if (! $numericKey ) {
$this -> _conditions [] = $this -> _parseCondition ( $k , $c );
}
}
}
return $this ;
}
$this -> _addConditions ( $conditions , $types );
return $this ;
}
Arguments
[
'VwResults.driver_id' => null ,
'VwResults.race_type_id' => '1' ,
'VwResults.season >=' => (int) 2023 ,
]
$append = $append ( $this -> newExpr (), $this );
}
if ( $expression -> getConjunction () === $conjunction ) {
$expression -> add ( $append , $types );
} else {
$expression = $this -> newExpr ()
-> setConjunction ( $conjunction )
-> add ([ $expression , $append ], $types );
Arguments
[
'VwResults.driver_id' => null ,
'VwResults.race_type_id' => '1' ,
'VwResults.season >=' => (int) 2023 ,
]
{
if ( $overwrite ) {
$this -> _parts [ 'where' ] = $this -> newExpr ();
}
$this -> _conjugate ( 'where' , $conditions , 'AND' , $types );
return $this ;
}
Arguments
[
'VwResults.driver_id' => null ,
'VwResults.race_type_id' => '1' ,
'VwResults.season >=' => (int) 2023 ,
]
-> where ([
//'Events.season' => $season,
'VwResults.driver_id' => $driver -> id ,
'VwResults.race_type_id' => '1' ,
'VwResults.season >=' => date ( 'Y' )- 1
])
-> order ([ 'VwResults.event_date' => 'desc' ])
-> limit ( '10' )
-> toArray ();
Arguments
[
'VwResults.driver_id' => null ,
'VwResults.race_type_id' => '1' ,
'VwResults.season >=' => (int) 2023 ,
]
* @ throws \UnexpectedValueException If return value of action is not ` null ` or ` ResponseInterface ` instance .
*/
public function invokeAction ( Closure $action , array $args ): void
{
$result = $action (... $args );
if ( $result !== null && ! $result instanceof ResponseInterface ) {
throw new UnexpectedValueException ( sprintf (
'Controller actions can only return ResponseInterface instance or null. '
. 'Got %s instead.' ,
$args = $this -> getActionArgs (
$action ,
array_values ((array) $controller -> getRequest ()-> getParam ( 'pass' ))
);
$controller -> invokeAction ( $action , $args );
$result = $controller -> shutdownProcess ();
if ( $result instanceof ResponseInterface ) {
return $result ;
Arguments
[
(int) 0 => '49-claude-bonin' ,
]
return $runner -> run ( $middlewareQueue , $controller -> getRequest (), $this );
}
return $this -> handle ( $controller -> getRequest ());
}
/**
* Invoke the action .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Pilotes' ,
'action' => 'fiche' ,
'pass' => [
(int) 0 => '49-claude-bonin' ,
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_REFERER' => null ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '4Ma4B9Z7SRhbGqUyF36REUICCvRAjL4dX66WW+V1zwPZpt4+xpeDMzL024Bc/R9ZoJ6DWS4EYu9cdGpZ+nlZX92OJgWyFVGLcWdpxCPqjy46z/Q+1U39MOiUvA7x9rJWVJW5sG6cemHFq7c7HzNV2w==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$controller = $this -> controllerFactory -> create ( $request );
return $this -> controllerFactory -> invoke ( $controller );
}
}
Arguments
object( App\Controller\PilotesController ) id: 0 {
paginate => [
]
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 1 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup' ,
'Controller.beforeRender' => 'beforeRender' ,
]
'_config' => [
'checkHttpCache' => true ,
'viewClassMap' => [
'' => [maximum depth reached] ,
] ,
'enableBeforeRedirect' => false ,
]
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 2 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'key' => 'flash' ,
'element' => 'default' ,
'plugin' => null ,
'params' => [
'' => [maximum depth reached] ,
] ,
'clear' => false ,
'duplicate' => true ,
]
}
Auth => object( Cake\Controller\Component\AuthComponent ) id: 3 {
'components' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
]
'implementedEvents' => [
'Controller.initialize' => 'authCheck' ,
'Controller.startup' => 'startup' ,
]
'_config' => [
'authenticate' => [
'' => [maximum depth reached] ,
] ,
'authorize' => null ,
'flash' => [
'' => [maximum depth reached] ,
] ,
'loginAction' => [
'' => [maximum depth reached] ,
] ,
'loginRedirect' => [
'' => [maximum depth reached] ,
] ,
'logoutRedirect' => [
'' => [maximum depth reached] ,
] ,
'authError' => 'You are not authorized to access that location.' ,
'unauthorizedRedirect' => '/' ,
'storage' => 'Session' ,
'checkAuthIn' => 'Controller.startup' ,
]
}
Security => object( Cake\Controller\Component\SecurityComponent ) id: 4 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup' ,
]
'_config' => [
'blackHoleCallback' => 'forceSSL' ,
'requireSecure' => [
'' => [maximum depth reached] ,
] ,
'unlockedFields' => [
'' => [maximum depth reached] ,
] ,
'unlockedActions' => [
'' => [maximum depth reached] ,
] ,
'validatePost' => true ,
]
}
Drivers => object( App\Model\Table\DriversTable ) id: 5 {
'registryAlias' => 'Drivers'
'table' => 'drivers'
'alias' => 'Drivers'
'entityClass' => 'App\Model\Entity\Driver'
'associations' => [
(int) 0 => 'Classes' ,
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
VwResults => object( App\Model\Table\VwResultsTable ) id: 6 {
'registryAlias' => 'VwResults'
'table' => 'vw_results'
'alias' => 'VwResults'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Events' ,
(int) 1 => 'Races' ,
(int) 2 => 'Drivers' ,
(int) 3 => 'RaceTypes' ,
(int) 4 => 'Locations' ,
(int) 5 => 'Classes' ,
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
protected name => 'Pilotes'
protected request => object( Cake\Http\ServerRequest ) id: 7 {
trustProxy => false
protected params => [
'' => [maximum depth reached] ,
]
protected data => [
'' => [maximum depth reached] ,
]
protected query => [
'' => [maximum depth reached] ,
]
protected cookies => [
'' => [maximum depth reached] ,
]
protected _environment => [
'' => [maximum depth reached] ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
'' => [maximum depth reached] ,
]
protected _detectors => [
'' => [maximum depth reached] ,
]
protected _detectorCache => [
'' => [maximum depth reached] ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 8 {
}
protected uri => object( Laminas\Diactoros\Uri ) id: 9 {
}
protected session => object( Cake\Http\Session ) id: 10 {
}
protected flash => object( Cake\Http\FlashMessage ) id: 11 {
}
protected attributes => [
'' => [maximum depth reached] ,
]
protected emulatedAttributes => [
'' => [maximum depth reached] ,
]
protected uploadedFiles => [
'' => [maximum depth reached] ,
]
protected protocol => null
protected requestTarget => null
}
protected response => object( Cake\Http\Response ) id: 12 {
'status' => (int) 200
'contentType' => 'text/html'
'headers' => [
'Content-Type' => [
'' => [maximum depth reached] ,
] ,
]
'file' => null
'fileRange' => [
]
'cookies' => object( Cake\Http\Cookie\CookieCollection ) id: 13 {
}
'cacheDirectives' => [
]
'body' => ''
}
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 14 {
'_loaded' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
(int) 2 => 'Auth' ,
(int) 3 => 'Security' ,
]
'_Controller' => object( App\Controller\PilotesController ) id: 0 {}
'_eventManager' => object( Cake\Event\EventManager ) id: 15 {
}
'_eventClass' => 'Cake\Event\Event'
}
protected plugin => null
protected middlewares => [
]
protected _eventManager => object( Cake\Event\EventManager ) id: 15 {}
protected _eventClass => 'Cake\Event\Event'
protected defaultTable => 'Pilotes'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 16 {
protected locations => [
'' => [maximum depth reached] ,
]
protected _config => [
'' => [maximum depth reached] ,
]
protected instances => [
'' => [maximum depth reached] ,
]
protected _fallbacked => [
'' => [maximum depth reached] ,
]
protected fallbackClassName => 'Cake\ORM\Table'
protected allowFallbackClass => false
protected options => [
'' => [maximum depth reached] ,
]
}
protected modelClass => 'Pilotes'
protected _modelFactories => [
'Table' => [
(int) 0 => object( Cake\ORM\Locator\TableLocator ) id: 16 {} ,
(int) 1 => 'get' ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => null
}
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
}
$response = new Response ([
'body' => 'Middleware queue was exhausted without returning a response '
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Pilotes' ,
'action' => 'fiche' ,
'pass' => [
(int) 0 => '49-claude-bonin' ,
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_REFERER' => null ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '4Ma4B9Z7SRhbGqUyF36REUICCvRAjL4dX66WW+V1zwPZpt4+xpeDMzL024Bc/R9ZoJ6DWS4EYu9cdGpZ+nlZX92OJgWyFVGLcWdpxCPqjy46z/Q+1U39MOiUvA7x9rJWVJW5sG6cemHFq7c7HzNV2w==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $method === 'GET' && $cookieData === null ) {
$token = $this -> createToken ();
$request = $request -> withAttribute ( 'csrfToken' , $this -> saltToken ( $token ));
/** @var mixed $response */
$response = $handler -> handle ( $request );
return $this -> _addTokenCookie ( $token , $request , $response );
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Pilotes' ,
'action' => 'fiche' ,
'pass' => [
(int) 0 => '49-claude-bonin' ,
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_REFERER' => null ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '4Ma4B9Z7SRhbGqUyF36REUICCvRAjL4dX66WW+V1zwPZpt4+xpeDMzL024Bc/R9ZoJ6DWS4EYu9cdGpZ+nlZX92OJgWyFVGLcWdpxCPqjy46z/Q+1U39MOiUvA7x9rJWVJW5sG6cemHFq7c7HzNV2w==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Pilotes' ,
'action' => 'fiche' ,
'pass' => [
(int) 0 => '49-claude-bonin' ,
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_REFERER' => null ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => '4Ma4B9Z7SRhbGqUyF36REUICCvRAjL4dX66WW+V1zwPZpt4+xpeDMzL024Bc/R9ZoJ6DWS4EYu9cdGpZ+nlZX92OJgWyFVGLcWdpxCPqjy46z/Q+1U39MOiUvA7x9rJWVJW5sG6cemHFq7c7HzNV2w==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/dp6069/domains/memorialterrebattue.com/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
if (! in_array ( $request -> getMethod (), $this -> methods , true )) {
return $handler -> handle ( $request );
}
[ $type ] = explode ( ';' , $request -> getHeaderLine ( 'Content-Type' ));
$type = strtolower ( $type );
if (!isset( $this -> parsers [ $type ])) {
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Pilotes' ,
'action' => 'fiche' ,
'pass' => [
(int) 0 => '49-claude-bonin' ,
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Pilotes' ,
'action' => 'fiche' ,
'pass' => [
(int) 0 => '49-claude-bonin' ,
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/dp6069/domains/memorialterrebattue.com/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
);
}
$matching = Router :: getRouteCollection ()-> getMiddleware ( $middleware );
if (! $matching ) {
return $handler -> handle ( $request );
}
$middleware = new MiddlewareQueue ( $matching );
$runner = new Runner ();
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Pilotes' ,
'action' => 'fiche' ,
'pass' => [
(int) 0 => '49-claude-bonin' ,
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'Pilotes' ,
'action' => 'fiche' ,
'pass' => [
(int) 0 => '49-claude-bonin' ,
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/dp6069/domains/memorialterrebattue.com/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
$url = $request -> getUri ()-> getPath ();
if ( strpos ( $url , '..' ) !== false || strpos ( $url , '.' ) === false ) {
return $handler -> handle ( $request );
}
if ( strpos ( $url , '/.' ) !== false ) {
return $handler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/dp6069/domains/memorialterrebattue.com/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
try {
return $handler -> handle ( $request );
} catch ( RedirectException $exception ) {
return $this -> handleRedirect ( $exception );
} catch ( Throwable $exception ) {
return $this -> handleException ( $exception , $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/dp6069/domains/memorialterrebattue.com/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
$this -> queue = $queue ;
$this -> queue -> rewind ();
$this -> fallbackHandler = $fallbackHandler ;
return $this -> handle ( $request );
}
/**
* Handle incoming server request and return a response .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$response = $this -> runner -> run ( $middleware , $request , $this -> app );
if ( $request instanceof ServerRequest ) {
$request -> getSession ()-> close ();
}
Arguments
object( Cake\Http\MiddlewareQueue ) id: 0 {
protected position => (int) 5
protected queue => [
(int) 0 => object( Cake\Error\Middleware\ErrorHandlerMiddleware ) id: 1 {
} ,
(int) 1 => object( Cake\Routing\Middleware\AssetMiddleware ) id: 2 {
} ,
(int) 2 => object( Cake\Routing\Middleware\RoutingMiddleware ) id: 3 {
} ,
(int) 3 => object( Cake\Http\Middleware\BodyParserMiddleware ) id: 4 {
} ,
(int) 4 => object( Cake\Http\Middleware\CsrfProtectionMiddleware ) id: 5 {
} ,
]
}
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'dp6069' ,
'HOME' => '/home/dp6069' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/pilotes/fiche/49-claude-bonin' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/2.0' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/pilotes/fiche/49-claude-bonin' ,
'REMOTE_PORT' => '56472' ,
'SCRIPT_FILENAME' => '/home/dp6069/domains/memorialterrebattue.com/private_html/webroot/index.php' ,
'SERVER_ADMIN' => 'webmaster@memorialterrebattue.com' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'https' ,
'DOCUMENT_ROOT' => '/home/dp6069/domains/memorialterrebattue.com/private_html' ,
'REMOTE_ADDR' => '18.117.151.127' ,
'SERVER_PORT' => '443' ,
'SERVER_ADDR' => '54.39.18.38' ,
'SERVER_NAME' => 'memorialterrebattue.com' ,
'SERVER_SOFTWARE' => 'Apache/2' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' ,
'HTTP_HOST' => 'memorialterrebattue.com' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate' ,
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' ,
'HTTP_ACCEPT' => '*/*' ,
'proxy-nokeepalive' => '1' ,
'H2_STREAM_TAG' => '1990340-2487-1' ,
'H2_STREAM_ID' => '1' ,
'H2_PUSHED_ON' => '' ,
'H2_PUSHED' => '' ,
'H2_PUSH' => 'off' ,
'H2PUSH' => 'off' ,
'HTTP2' => 'on' ,
'SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'HTTPS' => 'on' ,
'UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_HTTP2' => 'on' ,
'REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '1990340-2487-1' ,
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1' ,
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '' ,
'REDIRECT_REDIRECT_H2_PUSHED' => '' ,
'REDIRECT_REDIRECT_H2_PUSH' => 'off' ,
'REDIRECT_REDIRECT_H2PUSH' => 'off' ,
'REDIRECT_REDIRECT_HTTP2' => 'on' ,
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'memorialterrebattue.com' ,
'REDIRECT_REDIRECT_HTTPS' => 'on' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2l34frjHp0s_cMcCi98sAAARzE' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1734965217.6543 ,
'REQUEST_TIME' => (int) 1734965217 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #144
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'memorialterrebattue.com'
private port => null
private path => '/pilotes/fiche/49-claude-bonin'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( App\Application ) id: 0 {
protected configDir => '/home/dp6069/domains/memorialterrebattue.com/public_html/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 1 {
protected plugins => [
'' => [maximum depth reached] ,
]
protected names => [
'' => [maximum depth reached] ,
]
protected positions => [
'' => [maximum depth reached] ,
]
protected loopDepth => (int) -1
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 2 {
protected container => object( Cake\Core\Container ) id: 3 {
}
protected controller => object( App\Controller\PilotesController ) id: 4 {
}
}
protected container => object( Cake\Core\Container ) id: 3 {}
protected _eventManager => object( Cake\Event\EventManager ) id: 5 {
'_listeners' => [
]
'_isGlobal' => true
'_trackEvents' => false
'_generalManager' => '(object) EventManager'
'_dispatchedEvents' => null
}
protected _eventClass => 'Cake\Event\Event'
}
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
If you want to customize this error message, create
templates/Error/error500.php