ErrorController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _stopwatch_token | "7ebb37" |
| exception | Twig\Error\RuntimeError {#981 #message: "Variable "last_username" does not exist." #code: 0 #file: "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/templates/security/login.html.twig" #line: 39 -lineno: 39 -name: "security/login.html.twig" -rawMessage: "Variable "last_username" does not exist." -sourcePath: "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/templates/security/login.html.twig" -sourceCode: """ {% extends 'base.html.twig' %}\r\n \r\n \r\n {% block title %}\r\n {{ parent() }} - login\r\n {% endblock title %}\r\n {% block keywords %}{% endblock %}\r\n {% block description %}{% endblock %}\r\n {% block body %}\r\n <style>\r\n {% include 'css/security.css.twig' %}\r\n </style>\r\n <div class="container">\r\n <div class="security-container">\r\n \r\n \r\n \r\n \r\n <div class="encapsSecu">\r\n <div class="pseudoMEnuSecu">\r\n <button type="button" class="leftButton" name="button">Déja un compte ?</button>\r\n <a href="{{ path('inscription') }}">\r\n <button type="button" class="rightButton" name="button">S'inscrire</button>\r\n </a>\r\n </div>\r\n \r\n \r\n <div class="secuCorps">\r\n \r\n <div class="row ">\r\n <div class="col-12 col-md-12">\r\n \r\n <form method="post" action="{{ path('security_login') }}">\r\n <div class="row" style="margin-left: 10px; margin-right: 10px;">\r\n \r\n <div class="col-12 col-md-12">\r\n <label class="labelSecu">Identifiant :</label> <span\r\n class="gray">(obligatoire) </span>\r\n <input type="text" class="form-control" name="_username" value="{{ last_username }}" required\r\n placeholder="Saisir votre identifiant Reboot">\r\n </div>\r\n </div>\r\n <div class="row " style="margin-left: 10px; margin-right: 10px;">\r\n \r\n <div class="col-12 col-md-12">\r\n <label class="labelSecu">Mot de passe :</label><span\r\n class="gray">(obligatoire) </span>\r\n <div class="input-group mb-3">\r\n \r\n <span class="input-group-text"><i class="bi bi-file-lock2-fill"></i></span>\r\n <input class="form-control" type="password" id="password" name="_password" placeholder="Saisir votre mot de passe" value="">\r\n <span class="input-group-text">\r\n <i class="bi bi-eye-slash" id="togglePassword" style="cursor: pointer"></i></span>\r\n </div>\r\n \r\n \r\n \r\n \r\n </div>\r\n </div>\r\n \r\n <br/>\r\n <div class="row justify-content-center">\r\n <button type="submit" class="btnSecuid">S'identifier</button>\r\n </div>\r\n </form>\r\n </div>\r\n \r\n </div>\r\n \r\n \r\n <div class="row" style="margin-top: 15px;">\r\n <div class="col-1"></div>\r\n \r\n <div class="col-4">\r\n <a href="{{ path('oublieMotPasse') }}">\r\n <button type="button" class="btnSecu2">Mot de passe oublié ?</button>\r\n </a>\r\n \r\n </div>\r\n <div class="col-2"></div>\r\n \r\n <div class="col-4">\r\n <a href="{{ path('renvoieActivationCompte') }}">\r\n <button type="button" class="btnSecu2"> Renvoyer un mail de confirmation</button>\r\n </a>\r\n \r\n </div>\r\n <div class="col-1"></div>\r\n \r\n </div>\r\n \r\n </div>\r\n \r\n \r\n </div>\r\n \r\n </div>\r\n \r\n </div>\r\n \r\n <script>\r\n \r\n const togglePassword = document.querySelector("#togglePassword");\r\n const password = document.querySelector("#password");\r\n \r\n togglePassword.addEventListener("click", function () {\r\n \r\n // toggle the type attribute\r\n const type = password.getAttribute("type") === "password" ? "text" : "password";\r\n password.setAttribute("type", type);\r\n // toggle the eye icon\r\n this.classList.toggle('bi-eye-fill');\r\n this.classList.toggle('bi-eye-slash');\r\n });\r\n \r\n </script>\r\n {% endblock body %} """ : { { __TwigTemplate_33af4c92fbb55081e902493171be4dd9->{closure} … › |
| logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#145 -records: [ 8 => [ [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.320+00:00" "message" => "Matched route "{route}"." "priority" => 200 "priorityName" => "INFO" "context" => [ "route" => "renvoieActivationCompte" "route_parameters" => [ "_route" => "renvoieActivationCompte" "_controller" => "App\Controller\SecurityController::security_user3" ] "request_uri" => "https://developpement.rebootfrance.fr/public/renvoieActivationCompte" "method" => "GET" ] "channel" => "request" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.323+00:00" "message" => "Checking for authenticator support." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticators" => 1 ] "channel" => "security" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.323+00:00" "message" => "Checking support on authenticator." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] "channel" => "security" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Authenticator does not support the request." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] "channel" => "security" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.324+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.340+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.341+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.341+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.341+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "ContainerMbKSAHC\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.341+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.345+00:00" "message" => "Connecting with parameters {params}" "priority" => 200 "priorityName" => "INFO" "context" => [ "params" => [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "127.0.0.1" "port" => 3306 "user" => "rebootdev" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [ "collation" => "utf8mb4_unicode_ci" ] "dbname" => "rebootdev" "charset" => "utf8mb4" ] ] "channel" => "doctrine" ] [ "timestamp" => 1776122974 "timestamp_rfc3339" => "2026-04-13T23:29:34.346+00:00" "message" => "User Deprecated: Support for MariaDB < 10.4 is deprecated and will be removed in DBAL 4. Consider upgrading to a more recent version of MariaDB. (AbstractMySQLDriver.php:61 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/6110, package doctrine/dbal)" "priority" => 200 "priorityName" => "INFO" "context" => [ "exception" => ErrorException {#676 #message: "User Deprecated: Support for MariaDB < 10.4 is deprecated and will be removed in DBAL 4. Consider upgrading to a more recent version of MariaDB. (AbstractMySQLDriver.php:61 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/6110, package doctrine/dbal)" #code: 0 #file: "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/doctrine/deprecations/src/Deprecation.php" #line: 208 #severity: E_USER_DEPRECATED : { { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › |
Request Headers
| Header | Value |
|---|---|
| accept-encoding | "gzip,deflate" |
| connection | "close" |
| host | "developpement.rebootfrance.fr" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36" |
| x-accel-internal | "/internal-nginx-static-location" |
| x-php-ob-level | "1" |
| x-real-ip | "23.21.148.226" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Mon, 13 Apr 2026 23:29:34 GMT" |
| vary | "Accept" |
| x-debug-exception | "Variable%20%22last_username%22%20does%20not%20exist." |
| x-debug-exception-file | "%2Fvar%2Fwww%2Fvhosts%2Frebootfrance.fr%2Fdeveloppement.rebootfrance.fr%2Ftemplates%2Fsecurity%2Flogin.html.twig:39" |
| x-debug-token | "86551c" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 6
Session Metadata
| Key | Value |
|---|---|
| Created | "Mon, 13 Apr 26 23:29:34 +0000" |
| Last used | "Mon, 13 Apr 26 23:29:34 +0000" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
6
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Bridge\Twig\AppVariable:181
[
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 181
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1871
"function" => "getFlashes"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/var/cache/dev/twig/3b/3beda2cd64747f0a92df644e34cb20c9.php"
"line" => 115
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_0480bd64d89201a7e58a0a5b8292a45c"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/var/cache/dev/twig/c1/c16d36ea25c4faab5a938c48ddbcf738.php"
"line" => 56
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/twig/twig/src/Template.php"
"line" => 387
"function" => "doDisplay"
"class" => "__TwigTemplate_33af4c92fbb55081e902493171be4dd9"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/twig/twig/src/Template.php"
"line" => 343
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/twig/twig/src/Environment.php"
"line" => 320
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/src/Controller/SecurityController.php"
"line" => 219
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "security_user3"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/public/index.php"
"line" => 5
"args" => [
"/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 68
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/public/index.php"
"line" => 5
"args" => [
"/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/public/index.php"
"line" => 5
"args" => [
"/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/public/index.php"
"line" => 5
"args" => [
"/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/public/index.php"
"line" => 5
"args" => [
"/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/public/index.php"
"line" => 5
"args" => [
"/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "470052314495ba9df43158e4dc108630" |
| DATABASE_URL | "mysql://rebootdev:u27B5yo_5@127.0.0.1:3306/rebootdev" |
| MAILER_DSN | "smtp://ne-pas-repondre@rebootfrance.fr:hlMlM767e1j@rebootfrance.fr:587" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| BASE | "/public" |
| CONTEXT_DOCUMENT_ROOT | "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/var/www/vhosts/rebootfrance.fr" |
| HTTPS | "on" |
| HTTP_ACCEPT_ENCODING | "gzip,deflate" |
| HTTP_CONNECTION | "close" |
| HTTP_HOST | "developpement.rebootfrance.fr" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36" |
| HTTP_X_ACCEL_INTERNAL | "/internal-nginx-static-location" |
| HTTP_X_REAL_IP | "23.21.148.226" |
| PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY | "0" |
| PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY | "0" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
| PHP_SELF | "/public/index.php" |
| QUERY_STRING | "" |
| REDIRECT_BASE | "/public" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY | "0" |
| REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY | "0" |
| REDIRECT_SSL_TLS_SNI | "developpement.rebootfrance.fr" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "ad18XiLS@ffUDqO7R1xUqAAAAA4" |
| REDIRECT_URL | "/public/renvoieActivationCompte" |
| REMOTE_ADDR | "23.21.148.226" |
| REMOTE_PORT | "35958" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1776122974 |
| REQUEST_TIME_FLOAT | 1776122974.241 |
| REQUEST_URI | "/public/renvoieActivationCompte" |
| SCRIPT_FILENAME | "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/public/index.php" |
| SCRIPT_NAME | "/public/index.php" |
| SERVER_ADDR | "141.94.196.202" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "developpement.rebootfrance.fr" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.0" |
| SERVER_SIGNATURE | "<address>Apache Server at developpement.rebootfrance.fr Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache" |
| SSL_TLS_SNI | "developpement.rebootfrance.fr" |
| SYMFONY_DOTENV_PATH | "/var/www/vhosts/rebootfrance.fr/developpement.rebootfrance.fr/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN" |
| UNIQUE_ID | "ad18XiLS@ffUDqO7R1xUqAAAAA4" |
| USER | "rebootfrance.fr_p62n5ktyl6" |
| proxy-nokeepalive | "1" |
Parent Request
Return to parent request (token = b2e7cf)
| Key | Value |
|---|---|
| _controller | "App\Controller\SecurityController::security_user3" |
| _firewall_context | "security.firewall.map.context.main" |
| _remove_csp_headers | true |
| _route | "renvoieActivationCompte" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#525 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#499 …} } ] |
| _stopwatch_token | "0e271d" |