ErrorController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
Key | Value |
---|---|
_controller | "error_controller" |
_stopwatch_token | "15a943" |
exception | Twig\Error\RuntimeError {#680 #message: "An exception has been thrown during the rendering of a template ("An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.url_site_web_structure' in 'field list'")." #code: 0 #file: "/var/www/html/test-alsh/templates/utilisateur/base.html.twig" #line: 38 -previous: Doctrine\DBAL\Exception\InvalidFieldNameException {#828 …} -lineno: 38 -name: "utilisateur/base.html.twig" -rawMessage: "An exception has been thrown during the rendering of a template ("An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.url_site_web_structure' in 'field list'")." -sourcePath: "/var/www/html/test-alsh/templates/utilisateur/base.html.twig" -sourceCode: """ <!DOCTYPE html>\r\n <html lang="en">\r\n <head>\r\n <!-- Global site tag (gtag.js) - Google Analytics -->\r\n <script async src="https://www.googletagmanager.com/gtag/js?id=G-MMR1L18KFV"></script>\r\n <script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag('js', new Date());\r\n \r\n gtag('config', 'G-MMR1L18KFV');\r\n </script>\r\n <meta charset="UTF-8">\r\n <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />\r\n <title>{% block title %}Holi-D{% endblock %}</title>\r\n <link rel="icon" type="image/x-icon" href="{{ asset('build/images/favicon7.png') }}">\r\n {# Run `composer require symfony/webpack-encore-bundle`\r\n and uncomment the following Encore helpers to start using Symfony UX #}\r\n {% block stylesheets %}\r\n <!-- POLICE MONSERRAT -->\r\n <link rel="preconnect" href="https://fonts.googleapis.com">\r\n <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>\r\n <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">\r\n \r\n <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" \r\n integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">\r\n <link href="https://cdn.datatables.net/2.0.1/css/dataTables.bootstrap5.min.css" rel="stylesheet">\r\n <link href="https://cdn.datatables.net/buttons/3.0.0/css/buttons.bootstrap5.min.css" rel="stylesheet">\r\n <link href="https://cdn.datatables.net/select/2.0.0/css/select.bootstrap5.min.css" rel="stylesheet">\r\n \r\n <!-- Il faut inclure le fichier en bas du bloc stylesheets pour que le bootstrap ne prenne pas le dessus -->\r\n {{ encore_entry_link_tags('app2') }}\r\n {% endblock %}\r\n </head>\r\n <body>\r\n {% block header %}\r\n <div class="hautPage2" id="top">\r\n {% if existingVariables() %}\r\n <a href="{{ path('app_home') }}" class="except-tel"><img id="logo2" src="{{ vich_uploader_asset(image(), 'imageLogo') }}" alt="{{ imgLogo() }}"></a>\r\n {% endif %}\r\n \r\n <nav class="navbar navbar-expand-lg mobile-hide-lg">\r\n <div class="container-fluid">\r\n <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">\r\n <span class="navbar-toggler-icon"></span>\r\n </button>\r\n <div class="collapse navbar-collapse" id="navbarSupportedContent" style="padding-right: 20px">\r\n <div class="navbar-nav ms-auto">\r\n <div class="col-sm-12">\r\n <div class="row">\r\n <div class="col menuLigne1">\r\n <a id="contacteznous" class="nav-item nav-link" href="{{path('contactez_nous')}}">Contactez-nous !</a>\r\n <div class="bulle-profil">\r\n <i class="fas fa-user-circle fa-4x" style="color: white" id="examplePopover"\r\n data-bs-toggle="popover"\r\n data-controller="popover"\r\n data-bs-placement="bottom"\r\n title='{% if app.user %}{{ app.user.prenom }} {{ app.user.nom }}{% else %}Connectez-vous{% endif %}'\r\n data-bs-html="true"\r\n data-bs-content='\r\n {% if app.user %}\r\n <a href="{{ path('profile_modification') }}" class="tooltip-link">Mon profil</a><br/>\r\n <a href="{{ path('profile_modification_password') }}" class="tooltip-link">Modifier mon mot de passe</a><br>\r\n {% if app.user.roles[0] == "ROLE_USER" %}\r\n <a href="{{path('enfant_index')}}" class="tooltip-link">\r\n Ma famille\r\n {% if countUnfinishedPersons(app.user.id) > 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n !\r\n </span>\r\n {% endif %}\r\n </a><br>\r\n <a href="{{path('commande_user_index')}}" class="tooltip-link">Mes commandes</a><br>\r\n <a href="{{path('reservation_user_index')}}" class="tooltip-link">Mes réservations</a><br>\r\n {% if isAdhesions() %}\r\n <a href="{{path('adhesion_user_index')}}" class="tooltip-link">Mes adhésions</a><br>\r\n {% endif %}\r\n <a href="{{path('avoir_index')}}" class="tooltip-link">Mes avoirs\r\n {% if countAvoirs(app.user.id) != 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n {{ countAvoirs(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </a><br>\r\n <a href="{{ path('panier2') }}">Mon panier\r\n {% if countReservations(app.user.id) != 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n {{ countReservations(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </a><br>\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ANIM" %}\r\n {# <a href="{{ path('animateur_planning', {id: app.user.animateur.id }) }}" class="tooltip-link">Mon planning</a> #}\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ADMIN" %}\r\n <a href="{{path('stat_index')}}" class="tooltip-link">Administration</a><br>\r\n {% endif %}\r\n <a href="{{path('app_logout')}}" class="tooltip-link">Déconnexion</a><br>\r\n {% else %}\r\n <a href="{{path('app_login')}}" class="tooltip-link">Connexion</a><br>\r\n <a href="{{path('app_register')}}" class="tooltip-link">Créer un compte</a><br>\r\n {% endif %}'>\r\n {% if app.user %}\r\n {% if countUnfinishedPersons(app.user.id) > 0 %}\r\n <span class="position-absolute translate-middle badge badge-user rounded-pill bg-danger">\r\n !\r\n </span>\r\n {% endif %}\r\n {% endif %}\r\n </i>\r\n </div>\r\n {% if app.user %}\r\n {% if app.user.roles[0] == "ROLE_USER" %}\r\n <div class="bulle-profil" style="margin-left: 20px">\r\n <a href="{{ path('panier2') }}">\r\n <i class="fas fa-cart-shopping fa-3x" style="color: white;">\r\n {% if countReservations(app.user.id) != 0 %}\r\n <span class="position-absolute translate-middle badge panier rounded-pill bg-danger">\r\n {{ countReservations(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </i>\r\n </a>\r\n </div>\r\n {% endif %}\r\n {% endif %}\r\n </div>\r\n </div>\r\n <div class="row row-cols-auto border-bottom menu2Ligne2">\r\n <div class="col auto navbar-brand-home">\r\n <a class="navbar-brand" href="{{path('app_home')}}">\r\n <i class="fas fa-home"></i> \r\n <span>Activités</span>\r\n </a>\r\n </div>\r\n {% if not app.user %}\r\n <div class="col">\r\n <a class="nav-item nav-link" href="{{path('app_home')}}#ancre1">Qui sommes-nous ?</a>\r\n </div>\r\n {% else %}\r\n <div class="col">\r\n <a class="nav-item nav-link" href="{{path('app_home')}}#ancre1">Qui sommes-nous ?</a>\r\n </div>\r\n {% if app.user.roles[0] == "ROLE_ADMIN" %}\r\n <div class="col">\r\n <a class="nav-item nav-link" href="{{path('stat_index')}}">Administration</a>\r\n </div>\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ANIM" %}\r\n {# <div class="col">\r\n <a href="{{ path('animateur_planning', {id: app.user.animateur.id }) }}" class="nav-item nav-link">Mon planning</a>\r\n </div> #}\r\n {% endif %}\r\n {% endif %}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </nav>\r\n \r\n \r\n <nav id="navbar-tel" class="navbar navbar-expand-lg pc-hide-lg" style="z-index: 1">\r\n <div class="container-fluid">\r\n <div class="col auto navbar-brand-home">\r\n <a class="navbar-brand" href="{{path('app_home')}}">\r\n <i class="fas fa-home"></i> \r\n <span>Activités</span>\r\n </a>\r\n </div>\r\n <button id="menu-btn-tel" class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">\r\n <span class="navbar-toggler-icon"></span>\r\n </button>\r\n <div class="collapse navbar-collapse" id="navbarSupportedContent" style="padding-right: 30px">\r\n <ul class="navbar-nav me-auto mb-2 mb-lg-0">\r\n {% if app.user %}\r\n <li class="nav-item">\r\n <a href="{{ path('profile_modification') }}" class="nav-link">Mon profil</a>\r\n </li>\r\n <li class="nav-item">\r\n <a href="{{ path('profile_modification_password') }}" class="nav-link">Modifier mon mot de passe</a>\r\n </li>\r\n {% if app.user.roles[0] == "ROLE_USER" %}\r\n <li class="nav-item">\r\n <a href="{{path('enfant_index')}}" class="nav-link">\r\n Ma famille\r\n {% if countUnfinishedPersons(app.user.id) > 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n !\r\n </span>\r\n {% endif %}\r\n </a>\r\n </li>\r\n <li class="nav-item">\r\n <a href="{{path('commande_user_index')}}" class="nav-link">Mes commandes</a>\r\n </li>\r\n <li class="nav-item">\r\n <a href="{{path('reservation_user_index')}}" class="nav-link">Mes réservations</a>\r\n </li>\r\n {% if isAdhesions() %}\r\n <li class="nav-item">\r\n <a href="{{path('adhesion_user_index')}}" class="nav-link">Mes adhésions</a>\r\n </li>\r\n {% endif %}\r\n <li class="nav-item">\r\n <a href="{{path('avoir_index')}}" class="nav-link">Mes avoirs\r\n {% if countAvoirs(app.user.id) != 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n {{ countAvoirs(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </a>\r\n </li>\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{ path('panier2') }}">Mon panier\r\n {% if countReservations(app.user.id) != 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n {{ countReservations(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </a>\r\n </li>\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ADMIN" %}\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('stat_index')}}">Administration</a>\r\n </li>\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ANIM" %}\r\n {# <li class="nav-item">\r\n <a class="nav-link" href="{{ path('animateur_planning', {id: app.user.animateur.id }) }}">Mon planning</a>\r\n </li> #}\r\n {% endif %}\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('app_logout')}}">Déconnexion</a>\r\n </li>\r\n {% else %}\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('app_login')}}">Connexion</a>\r\n </li>\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('app_register')}}">Créer un compte</a>\r\n </li>\r\n {% endif %}\r\n <br>\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('app_home')}}#ancre1">Qui sommes-nous ?</a>\r\n </li>\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('contactez_nous')}}">Contactez-nous !</a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </nav>\r\n \r\n <div id="nom-site-menu" class="titreContainerAccueil">\r\n {% if existingVariables() %}\r\n <h4 class="titreAccueil2 except-tel">{{ nomSite() }}</h4>\r\n <h4 class="titreAccueil tel-only">{{ nomSite() }}</h4>\r\n {% endif %}\r\n </div>\r\n </div>\r\n {% endblock %}\r\n {% block body %}{% endblock %}\r\n \r\n {% block javascripts %}\r\n \r\n <!-- JQUERY-->\r\n <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>\r\n <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" \r\n integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>\r\n <script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script>\r\n <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/pdfmake.min.js"></script>\r\n <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.js"></script>\r\n \r\n <script src="https://cdn.datatables.net/2.0.1/js/dataTables.min.js"></script>\r\n <script src="https://cdn.datatables.net/2.0.1/js/dataTables.bootstrap5.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/dataTables.buttons.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/buttons.bootstrap5.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/buttons.colVis.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/buttons.html5.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/buttons.print.min.js"></script>\r\n <script src="https://cdn.datatables.net/select/2.0.0/js/dataTables.select.min.js"></script>\r\n \r\n <script>\r\n // On change la couleur de fond du menu quand on ouvre/ferme le menu téléphone\r\n $(function () {\r\n \r\n function changeColorMenu() {\r\n if ($('#menu-btn-tel').attr('aria-expanded') === 'true'){\r\n $('#navbar-tel').css('background-color', '#054F60');\r\n $('#nom-site-menu').css('display', 'none');\r\n } else {\r\n // On retire le background-color au bout de 1/4 de seconde\r\n setTimeout(function () {\r\n $('#navbar-tel').css('background-color', 'transparent');\r\n $('#nom-site-menu').css('display', 'block');\r\n }, 250);\r\n }\r\n }\r\n \r\n $('#menu-btn-tel').on('click', function () {\r\n changeColorMenu();\r\n });\r\n \r\n changeColorMenu();\r\n })\r\n </script>\r\n \r\n {{ encore_entry_script_tags('app2') }}\r\n {% endblock %}\r\n \r\n </body>\r\n \r\n {% block footer %}\r\n <footer>\r\n <div class="row footerPrincipal">\r\n <div class="row">\r\n <div class="col"></div>\r\n <div class="col colFooter1">\r\n <i class="fa-solid fa-certificate fa-2x primary"></i>\r\n </div>\r\n <div class="col colFooter1">\r\n <i class="fa-solid fa-lock fa-2x primary"></i>\r\n </div>\r\n <div class="col"></div>\r\n </div>\r\n <div class="row">\r\n <div class="col"></div>\r\n <div class="col colFooter2">\r\n Structure agréée par l'Etat\r\n </div>\r\n <div class="col colFooter2">\r\n Paiement sécurisé\r\n </div>\r\n <div class="col"></div>\r\n </div>\r\n </div>\r\n <div class="row footerPrincipal2">\r\n <div class="row">\r\n <div class="col colFooter3" >\r\n SUIVEZ-NOUS\r\n </div>\r\n <div class="col"></div>\r\n </div>\r\n <div class="row">\r\n <div class="col colFooter4 social-medias">\r\n {% if getUrlSiteWebStructure() is not null %}\r\n <a href="{{ getUrlSiteWebStructure() }}" target="_blank">\r\n <i class="fa-solid fa-xl picto-site-web"></i>\r\n </a>\r\n {% endif %}\r\n {% if getUrlFacebook() is not null %}\r\n <a href="{{ getUrlFacebook() }}" target="_blank">\r\n <i class="fa-brands fa-facebook-f fa-2x primary"></i>\r\n </a>\r\n {% endif %}\r\n {% if getUrlInstagram() is not null %}\r\n <a href="{{ getUrlInstagram() }}" target="_blank">\r\n <i class="fa-brands fa-instagram fa-2x primary"></i>\r\n </a>\r\n {% endif %}\r\n {% if getUrlTwitter() is not null %}\r\n <a href="{{ getUrlTwitter() }}" target="_blank">\r\n <i class="fa-brands fa-x-twitter fa-2x primary"></i>\r\n </a>\r\n {% endif %}\r\n \r\n </div>\r\n <div class="col colFooter5">\r\n <a href="https://holi-d.fr" target="_blank">\r\n <img src="{{ asset('build/images/logo_holi-d_bleu.svg') }}" alt="Holi-D" width="70" class="img-fluid">\r\n </a>\r\n <br/><br/>\r\n <a href="{{ path('mentionsLegales') }}" class="lienFooter">Mentions légales</a> | <a href="{{ path ('CGV') }}" class="lienFooter">Conditions générales de services</a> | <a href="{{ path('confidentialite') }}" class="lienFooter">Politique de confidentialité</a> | <a href="{{ path('politiqueCookies') }}" class="lienFooter">Politique de cookies</a>\r\n </div>\r\n </div>\r\n </div>\r\n <br><br>\r\n {% include 'public/_aide.html.twig' %}\r\n </footer>\r\n {% endblock %}\r\n {% block cookies %}\r\n {{ include('main/_cookies.html.twig') }}\r\n {% endblock %}\r\n </html>\r\n """ : { { Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable … › |
logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#307 -records: [ 2 => [ [ "timestamp" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+00:00" "message" => "Matched route "{route}"." "priority" => 200 "priorityName" => "INFO" "context" => [ "route" => "app_login" "route_parameters" => [ "_route" => "app_login" "_controller" => "App\Controller\SecurityController::login" ] "request_uri" => "https://demo-administration.holi-d.fr/login" "method" => "GET" ] "channel" => "request" ] [ "timestamp" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+00:00" "message" => "Checking for authenticator support." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "firewall_name" => "main" "authenticators" => 1 ] "channel" => "security" ] [ "timestamp" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+00:00" "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "App\EventListener\DynamicDBConnector::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.207+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.208+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.208+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" => 1745254783 "timestamp_rfc3339" => "2025-04-21T16:59:43.208+00:00" "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1524, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)" "priority" => 200 "priorityName" => "INFO" "context" => [ "exception" => ErrorException {#480 #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1524, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)" #code: 0 #file: "/var/www/html/test-alsh/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 |
---|---|
host | "demo-administration.holi-d.fr" |
x-php-ob-level | "1" |
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, 21 Apr 2025 16:59:43 GMT" |
vary | "Accept" |
x-debug-exception | "An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S22%5D%3A%20Column%20not%20found%3A%201054%20Unknown%20column%20%27t0.url_site_web_structure%27%20in%20%27field%20list%27%22%29." |
x-debug-exception-file | "%2Fvar%2Fwww%2Fhtml%2Ftest-alsh%2Ftemplates%2Futilisateur%2Fbase.html.twig:38" |
x-debug-token | "aeddd8" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 7
Session Metadata
Key | Value |
---|---|
Created | "Mon, 21 Apr 25 16:59:43 +0000" |
Last used | "Mon, 21 Apr 25 16:59:43 +0000" |
Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
7
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[ [ "file" => "/var/www/html/test-alsh/vendor/symfony/security-http/Authentication/AuthenticationUtils.php" "line" => 38 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/src/Controller/SecurityController.php" "line" => 27 "function" => "getLastAuthenticationError" "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "login" "class" => "App\Controller\SecurityController" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/public/index.php" "line" => 5 "args" => [ "/var/www/html/test-alsh/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[ [ "file" => "/var/www/html/test-alsh/vendor/symfony/security-http/Authentication/AuthenticationUtils.php" "line" => 57 "function" => "get" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/src/Controller/SecurityController.php" "line" => 29 "function" => "getLastUsername" "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "login" "class" => "App\Controller\SecurityController" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/public/index.php" "line" => 5 "args" => [ "/var/www/html/test-alsh/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[ [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 68 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 97 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 241 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 91 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/public/index.php" "line" => 5 "args" => [ "/var/www/html/test-alsh/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[ [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 69 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 97 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 241 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 91 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/public/index.php" "line" => 5 "args" => [ "/var/www/html/test-alsh/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[ [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 70 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 97 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 241 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 91 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/public/index.php" "line" => 5 "args" => [ "/var/www/html/test-alsh/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[ [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 71 "function" => "all" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 97 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 241 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 91 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/public/index.php" "line" => 5 "args" => [ "/var/www/html/test-alsh/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[ [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 72 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/EventListener/ErrorListener.php" "line" => 97 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelException" "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 241 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php" "line" => 91 "function" => "handleThrowable" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/html/test-alsh/public/index.php" "line" => 5 "args" => [ "/var/www/html/test-alsh/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
API_KEY | "af1ef45348d359ff6fdfe6fa284204d1" |
API_SECRET | "1b56802fe2793045bd79b692a76842c1" |
APP_DEBUG | "1" |
APP_ENV | "dev" |
APP_SECRET | "a9ba0794f3699035f0dcbe8cdf1c354e" |
DATABASE_URL | "mysql://awa:X%3FUvD%235nyaZ_@127.0.0.1:3306/bdd_awa?serverVersion=8" |
DOMAINE_NOYAU | "demo-administration.holi-d.fr" |
ENCRYPTION_KEY | "314004002556318ce0e5677b81eee5625f3a07d8f613ee1d10b68db915d15622720484d0c694080e4e02bff467baf6e9d6e9873fc355360c2fd7021e6752e656d93607dafc0c6b9eea990f83e25cc78820b217b5caa5c9f6f967b1a9d7498dd541918b0c" |
GOOGLE_API_KEY | "AIzaSyDCB2XXogD4SjsqXfVt6HqH6wsEURw_94s" |
GOOGLE_CLIENT_ID | "" |
GOOGLE_CLIENT_SECRET | "" |
GOOGLE_RECAPTCHA_SECRET | "6LfUeZweAAAAADUjVxcQ97AJoBfzMRuWKolXQAPc" |
GOOGLE_RECAPTCHA_SITE_KEY | "6LfUeZweAAAAAB2qzRM422MeYkCWWLg6wtbTKCq0" |
HELLOASSO_CLIENT_ID | "6887af1a360846328f939f8b166c26ff" |
HELLOASSO_CLIENT_SECRET | "CB1u08Txfh/gG/w8HRNj21MHrGY4jDyr" |
HELLOASSO_REDIRECT_URI | "https://api-dev.holi-d.fr/helloasso/flow" |
HELLOASSO_SUFFIX | "-sandbox" |
MAILER_DSN | "null://null" |
PREFIX_API_BASICOMPTA | "dev-holi-d" |
TEMPLATE_CAMPAGNE_INSCRIPTION_ID | "6798913" |
URL_API_BASICOMPTA | "https://api-symfony.basicompta.fr" |
URL_NOYAU | "https://demo-administration.holi-d.fr/" |
Defined as regular env variables
Key | Value |
---|---|
CONTEXT_DOCUMENT_ROOT | "/var/www/html/test-alsh/public" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/var/www/html/test-alsh/public" |
GATEWAY_INTERFACE | "CGI/1.1" |
HTTPS | "on" |
HTTP_HOST | "demo-administration.holi-d.fr" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "" |
REDIRECT_HTTPS | "on" |
REDIRECT_SCRIPT_URI | "https://demo-administration.holi-d.fr/login" |
REDIRECT_SCRIPT_URL | "/login" |
REDIRECT_SSL_TLS_SNI | "demo-administration.holi-d.fr" |
REDIRECT_STATUS | "200" |
REDIRECT_URL | "/login" |
REMOTE_ADDR | "198.235.24.154" |
REMOTE_PORT | "63652" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "https" |
REQUEST_TIME | 1745254783 |
REQUEST_TIME_FLOAT | 1745254783.1855 |
REQUEST_URI | "/login" |
SCRIPT_FILENAME | "/var/www/html/test-alsh/public/index.php" |
SCRIPT_NAME | "/index.php" |
SCRIPT_URI | "https://demo-administration.holi-d.fr/login" |
SCRIPT_URL | "/login" |
SERVER_ADDR | "51.77.221.165" |
SERVER_ADMIN | "[no address given]" |
SERVER_NAME | "demo-administration.holi-d.fr" |
SERVER_PORT | "443" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "<address>Apache/2.4.62 (Ubuntu) Server at demo-administration.holi-d.fr Port 443</address>\n" |
SERVER_SOFTWARE | "Apache/2.4.62 (Ubuntu)" |
SSL_TLS_SNI | "demo-administration.holi-d.fr" |
SYMFONY_DOTENV_PATH | "/var/www/html/test-alsh/.env" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_DEBUG,APP_SECRET,MAILER_DSN,DATABASE_URL,API_KEY,API_SECRET,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,ENCRYPTION_KEY,DOMAINE_NOYAU,URL_NOYAU,HELLOASSO_CLIENT_ID,HELLOASSO_CLIENT_SECRET,HELLOASSO_SUFFIX,HELLOASSO_REDIRECT_URI,TEMPLATE_CAMPAGNE_INSCRIPTION_ID,URL_API_BASICOMPTA,PREFIX_API_BASICOMPTA" |
Parent Request
Return to parent request (token = 984615)
Key | Value |
---|---|
_controller | "App\Controller\SecurityController::login" |
_firewall_context | "security.firewall.map.context.main" |
_remove_csp_headers | true |
_route | "app_login" |
_route_params | [] |
_security_authenticators | [] |
_security_firewall_run | "_security_main" |
_security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#456 -supports: false -passport: null -duration: null -stub: "App\Security\UserAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\UserAuthenticator {#48 …} } ] |
_stopwatch_token | "c1c5f2" |