Notice (1024)
: Undefined property `ErrorController::$CitizenLocation` in `/home/assembleecitoyenne/www/src/Controller/AppController.php` on line 81 [in
/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Controller/Controller.php, line
317]
Code
$parts = explode('\\', static::class);
trigger_error(
sprintf(
Cake\Error\ErrorTrap->handleError() [internal], line ??
/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Controller/Controller.php /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Controller/Controller.php, line 317
Cake\Controller\Controller->__get() /home/assembleecitoyenne/www/src/Controller/AppController.php, line 81
App\Controller\AppController->beforeRender() /home/assembleecitoyenne/www/src/Controller/ErrorController.php, line 58
App\Controller\ErrorController->beforeRender() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Event/EventManager.php, line 335
Cake\Event\EventManager->_callListener() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Event/EventManager.php, line 319
Cake\Event\EventManager->dispatch() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.php, line 94
Cake\Controller\Controller->dispatchEvent() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Controller/Controller.php, line 699
Cake\Controller\Controller->render() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Error/Renderer/WebExceptionRenderer.php, line 436
Cake\Error\Renderer\WebExceptionRenderer->_outputMessage() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Error/Renderer/WebExceptionRenderer.php, line 281
Cake\Error\Renderer\WebExceptionRenderer->render() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line 152
Cake\Error\Middleware\ErrorHandlerMiddleware->handleException() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line 122
Cake\Error\Middleware\ErrorHandlerMiddleware->process() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/Runner.php, line 84
Cake\Http\Runner->handle() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/Runner.php, line 62
Cake\Http\Runner->run() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/Server.php, line 100
Cake\Http\Server->run() /home/assembleecitoyenne/www/webroot/index.php, line 38
[main]
Warning (512)
: Unable to emit headers. Headers sent in file=/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=40 [in
/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line
67]
Code
$message = "Unable to emit headers. Headers sent in file={$file} line={$line}";
trigger_error($message, E_USER_WARNING);
}
Cake\Error\ErrorTrap->handleError() [internal], line ??
/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 67
Cake\Http\ResponseEmitter->emit() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/Server.php, line 144
Cake\Http\Server->emit() /home/assembleecitoyenne/www/webroot/index.php, line 38
[main]
Warning (2)
: Cannot modify header information - headers already sent by (output started at /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:40) [in
/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line
160]
Code
$reasonPhrase = $response->getReasonPhrase();
header(sprintf(
'HTTP/%s %d%s',
Cake\Error\ErrorTrap->handleError() [internal], line ??
/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 160
Cake\Http\ResponseEmitter->emitStatusLine() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 70
Cake\Http\ResponseEmitter->emit() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/Server.php, line 144
Cake\Http\Server->emit() /home/assembleecitoyenne/www/webroot/index.php, line 38
[main]
Warning (2)
: Cannot modify header information - headers already sent by (output started at /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:40) [in
/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line
193]
Code
foreach ($values as $value) {
header(sprintf(
'%s: %s',
Cake\Error\ErrorTrap->handleError() [internal], line ??
/home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 193
Cake\Http\ResponseEmitter->emitHeaders() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71
Cake\Http\ResponseEmitter->emit() /home/assembleecitoyenne/www/vendor/cakephp/cakephp/src/Http/Server.php, line 144
Cake\Http\Server->emit() /home/assembleecitoyenne/www/webroot/index.php, line 38
[main]
CORE/src/Controller/ControllerFactory.php at line 338
(edit)
|
* @return \Cake\Http\Exception\MissingControllerException
|
|
*/
|
|
protected function missingController(ServerRequest $request): MissingControllerException
|
|
{
|
|
return new MissingControllerException([
|
|
'controller' => $request->getParam('controller'),
|
|
'plugin' => $request->getParam('plugin'),
|
|
'prefix' => $request->getParam('prefix'),
|
|
'_ext' => $request->getParam('_ext'),
|
-
|
{
|
|
assert($request instanceof ServerRequest);
|
|
$className = $this->getControllerClass($request);
|
|
if ($className === null) {
|
|
throw $this->missingController($request);
|
|
}
|
|
|
|
$reflection = new ReflectionClass($className);
|
|
if ($reflection->isAbstract()) {
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
'csrfToken' => 'ElJmW/bhavIgzwYWJBKDMot8FUw7nh1VtdgNA10JHWHQjss+WKsQJCFBphSQsP+y5c9PVykJAoA0JPstHw1JF58CSTpQaHov70UnLlr9LDTW4Ws3aD54B+a6rws6ySlBR3DCJaDTytbRqiw0TT5gsA==',
]
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
}
-
|
assert($request instanceof ServerRequest);
|
|
Router::setRequest($request);
|
|
}
|
|
|
|
$controller = $this->controllerFactory->create($request);
|
|
|
|
return $this->controllerFactory->invoke($controller);
|
|
}
|
|
}
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
'csrfToken' => 'ElJmW/bhavIgzwYWJBKDMot8FUw7nh1VtdgNA10JHWHQjss+WKsQJCFBphSQsP+y5c9PVykJAoA0JPstHw1JF58CSTpQaHov70UnLlr9LDTW4Ws3aD54B+a6rws6ySlBR3DCJaDTytbRqiw0TT5gsA==',
]
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
}
-
|
return $middleware->process($request, $this);
|
|
}
|
|
|
|
if ($this->fallbackHandler) {
|
|
return $this->fallbackHandler->handle($request);
|
|
}
|
|
|
|
return new Response([
|
|
'body' => 'Middleware queue was exhausted without returning a response '
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
'csrfToken' => 'ElJmW/bhavIgzwYWJBKDMot8FUw7nh1VtdgNA10JHWHQjss+WKsQJCFBphSQsP+y5c9PVykJAoA0JPstHw1JF58CSTpQaHov70UnLlr9LDTW4Ws3aD54B+a6rws6ySlBR3DCJaDTytbRqiw0TT5gsA==',
]
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));
|
|
$response = $handler->handle($request);
|
|
|
|
return $this->_addTokenCookie($token, $request, $response);
|
|
}
|
|
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
'csrfToken' => 'ElJmW/bhavIgzwYWJBKDMot8FUw7nh1VtdgNA10JHWHQjss+WKsQJCFBphSQsP+y5c9PVykJAoA0JPstHw1JF58CSTpQaHov70UnLlr9LDTW4Ws3aD54B+a6rws6ySlBR3DCJaDTytbRqiw0TT5gsA==',
]
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);
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
'csrfToken' => 'ElJmW/bhavIgzwYWJBKDMot8FUw7nh1VtdgNA10JHWHQjss+WKsQJCFBphSQsP+y5c9PVykJAoA0JPstHw1JF58CSTpQaHov70UnLlr9LDTW4Ws3aD54B+a6rws6ySlBR3DCJaDTytbRqiw0TT5gsA==',
]
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) 8
protected queue => [
'' => [maximum depth reached],
]
protected container => object(Cake\Core\Container) id:2 {
}
}
protected fallbackHandler => object(App\Application) id:3 {
protected configDir => '/home/assembleecitoyenne/www/config/'
protected plugins => object(Cake\Core\PluginCollection) id:4 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:5 {
}
protected container => object(Cake\Core\Container) id: 2 {}
protected _eventManager => object(Cake\Event\EventManager) id:6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
-
|
} catch (Exception $exception) {
|
|
return $this->handleException($exception, $request, $this->getConfig('unauthorizedHandler'));
|
|
}
|
|
|
|
return $handler->handle($request);
|
|
}
|
|
}
|
|
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
]
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);
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
]
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) 8
protected queue => [
'' => [maximum depth reached],
]
protected container => object(Cake\Core\Container) id:2 {
}
}
protected fallbackHandler => object(App\Application) id:3 {
protected configDir => '/home/assembleecitoyenne/www/config/'
protected plugins => object(Cake\Core\PluginCollection) id:4 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:5 {
}
protected container => object(Cake\Core\Container) id: 2 {}
protected _eventManager => object(Cake\Event\EventManager) id:6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
-
|
$request = $request->withAttribute($attribute, $identity);
|
|
}
|
|
|
|
try {
|
|
$response = $handler->handle($request);
|
|
|
|
if ($this->getConfig('requireAuthorizationCheck') && !$service->authorizationChecked()) {
|
|
throw new AuthorizationRequiredException(['url' => $request->getRequestTarget()]);
|
|
}
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
]
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);
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
'authorization' => object(Authorization\AuthorizationService) id:10 {
},
]
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) 8
protected queue => [
'' => [maximum depth reached],
]
protected container => object(Cake\Core\Container) id:2 {
}
}
protected fallbackHandler => object(App\Application) id:3 {
protected configDir => '/home/assembleecitoyenne/www/config/'
protected plugins => object(Cake\Core\PluginCollection) id:4 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:5 {
}
protected container => object(Cake\Core\Container) id: 2 {}
protected _eventManager => object(Cake\Event\EventManager) id:6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
-
|
$request = $request->withAttribute('authentication', $service);
|
|
$request = $request->withAttribute('authenticationResult', $result);
|
|
|
|
try {
|
|
$response = $handler->handle($request);
|
|
$authenticator = $service->getAuthenticationProvider();
|
|
|
|
if ($authenticator instanceof AuthenticatorInterface && !$authenticator instanceof StatelessInterface && $result->getData()) {
|
|
$return = $service->persistIdentity($request, $response, $result->getData());
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
]
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);
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
'identity' => null,
'authentication' => object(Authentication\AuthenticationService) id:8 {
},
'authenticationResult' => object(Authentication\Authenticator\Result) id:9 {
},
]
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) 8
protected queue => [
'' => [maximum depth reached],
]
protected container => object(Cake\Core\Container) id:2 {
}
}
protected fallbackHandler => object(App\Application) id:3 {
protected configDir => '/home/assembleecitoyenne/www/config/'
protected plugins => object(Cake\Core\PluginCollection) id:4 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:5 {
}
protected container => object(Cake\Core\Container) id: 2 {}
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])) {
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
]
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);
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
]
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) 8
protected queue => [
'' => [maximum depth reached],
]
protected container => object(Cake\Core\Container) id:2 {
}
}
protected fallbackHandler => object(App\Application) id:3 {
protected configDir => '/home/assembleecitoyenne/www/config/'
protected plugins => object(Cake\Core\PluginCollection) id:4 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:5 {
}
protected container => object(Cake\Core\Container) id: 2 {}
protected _eventManager => object(Cake\Event\EventManager) id:6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
-
|
);
|
|
}
|
|
$matching = Router::getRouteCollection()->getMiddleware($middleware);
|
|
if (!$matching) {
|
|
return $handler->handle($request);
|
|
}
|
|
|
|
$container = $this->app instanceof ContainerApplicationInterface
|
|
? $this->app->getContainer()
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
]
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);
|
Toggle Arguments
object(Cake\Http\ServerRequest) id:0 {
trustProxy => false
protected params => [
'controller' => 'Actualites',
'action' => 'ateliersReguliers',
'pass' => [
(int) 0 => 'activites',
(int) 1 => 'cercle-d-eveil-9',
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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 => [
'route' => object(Cake\Routing\Route\DashedRoute) id:7 {
},
]
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) 8
protected queue => [
'' => [maximum depth reached],
]
protected container => object(Cake\Core\Container) id:2 {
}
}
protected fallbackHandler => object(App\Application) id:3 {
protected configDir => '/home/assembleecitoyenne/www/config/'
protected plugins => object(Cake\Core\PluginCollection) id:4 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:5 {
}
protected container => object(Cake\Core\Container) id: 2 {}
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 (str_contains($url, '..') || !str_contains($url, '.')) {
|
|
return $handler->handle($request);
|
|
}
|
|
|
|
if (str_contains($url, '/.')) {
|
|
return $handler->handle($request);
|
Toggle 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 => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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);
|
Toggle 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 => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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) 8
protected queue => [
'' => [maximum depth reached],
]
protected container => object(Cake\Core\Container) id:2 {
}
}
protected fallbackHandler => object(App\Application) id:3 {
protected configDir => '/home/assembleecitoyenne/www/config/'
protected plugins => object(Cake\Core\PluginCollection) id:4 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:5 {
}
protected container => object(Cake\Core\Container) id: 2 {}
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, Router::getRequest() ?? $request);
|
Toggle 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 => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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);
|
Toggle 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 => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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) 8
protected queue => [
'' => [maximum depth reached],
]
protected container => object(Cake\Core\Container) id:2 {
}
}
protected fallbackHandler => object(App\Application) id:3 {
protected configDir => '/home/assembleecitoyenne/www/config/'
protected plugins => object(Cake\Core\PluginCollection) id:4 {
}
protected controllerFactory => object(Cake\Controller\ControllerFactory) id:5 {
}
protected container => object(Cake\Core\Container) id: 2 {}
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.
|
Toggle 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 => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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();
|
|
}
|
Toggle Arguments
object(Cake\Http\MiddlewareQueue) id:0 {
protected position => (int) 8
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(Authentication\Middleware\AuthenticationMiddleware) id:5 {
},
(int) 5 => object(Authorization\Middleware\AuthorizationMiddleware) id:6 {
},
(int) 6 => object(Authorization\Middleware\RequestAuthorizationMiddleware) id:7 {
},
(int) 7 => object(Cake\Http\Middleware\CsrfProtectionMiddleware) id:8 {
},
]
protected container => object(Cake\Core\Container) id:9 {
protected delegates => [
'' => [maximum depth reached],
]
protected definitions => object(League\Container\Definition\DefinitionAggregate) id:10 {
}
protected providers => object(League\Container\ServiceProvider\ServiceProviderAggregate) id:11 {
}
protected inflectors => object(League\Container\Inflector\InflectorAggregate) id:12 {
}
protected defaultToShared => false
protected defaultToOverwrite => false
protected eventDispatcher => object(League\Container\Event\EventDispatcher) id:13 {
}
}
}
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 => [
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'marketingscommunication.com',
'REDIRECT_STATUS' => '200',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'marketingscommunication.com',
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5',
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 18 Nov 2025 03:54:58 GMT',
'HTTP_ACCEPT_ENCODING' => 'zstd, br, gzip',
'HTTP_HOST' => 'marketingscommunication.com',
'HTTP_CONNECTION' => 'Keep-Alive',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at marketingscommunication.com Port 443</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'marketingscommunication.com',
'SERVER_ADDR' => '37.187.111.239',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.97.14.88',
'DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home/assembleecitoyenne/www/webroot',
'SERVER_ADMIN' => 'pusset82@hotmail.fr',
'SCRIPT_FILENAME' => '/home/assembleecitoyenne/www/webroot/index.php',
'REMOTE_PORT' => '35560',
'REDIRECT_URL' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1788716633.259,
'REQUEST_TIME' => (int) 1788716633,
'MAIL_ADMIN' => 'pusset82@hotmail.fr',
'JWT_SECRET_KEY' => 'AssociationLesLiens82800',
'DOMAINE_NAME' => 'Assemblée Citoyenne',
'NAME_CONTACT' => 'Administration',
'MAIL_CONTACT' => 'secretariat@assembleecitoyenne.com',
'SECURITY' => '9664f3a22fa3f15d95fd369d804eb3de6d18d1819703d18f5bc0fe0abe1d8af7',
'DATABASENAME' => 'olivier',
'DATABASEMDP' => 'root',
'DATABASEURL' => 'assembleecitoyenne',
'EMAILUSERNAME' => 'secretariat@assembleecitoyenne.com',
'EMAILPWD' => 'assembleecitoyenne&=!:;,apnw17',
'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',
],
'https' => [
'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],
],
'exclude' => [
'' => [maximum depth reached],
],
'param' => '_ext',
'value' => 'xml',
],
'mobile' => object(Closure) id:1 {
},
'tablet' => object(Closure) id:2 {
},
]
protected _detectorCache => [
]
protected stream => object(Laminas\Diactoros\Stream) id:3 {
protected resource => (resource (stream)) Resource id #6
protected stream => 'php://input'
}
protected uri => object(Laminas\Diactoros\Uri) id:4 {
protected allowedSchemes => [
'' => [maximum depth reached],
]
private scheme => 'https'
private userInfo => ''
private host => 'marketingscommunication.com'
private port => null
private path => '/actualites/ateliers-reguliers/activites/cercle-d-eveil-9'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object(Cake\Http\Session) id:5 {
protected _engine => null
protected _started => false
protected _lifetime => (int) 1440
protected _isCLI => false
protected headerSentInfo => null
}
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/assembleecitoyenne/www/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 => [uninitialized]
}
protected container => object(Cake\Core\Container) id: 3 {}
protected _eventManager => object(Cake\Event\EventManager) id:4 {
'_listeners' => [
'Model.afterDelete' => '1 listener(s)',
]
'_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());
|
|
|
Toggle Arguments
-
If you want to customize this error message, create
templates/Error/error500.php