Error 500 Internal Server Error

GET https://demo-administration.holi-d.fr/login

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> &nbsp;\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> &nbsp;\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
    """
  trace: {
    /var/www/html/test-alsh/templates/utilisateur/base.html.twig:38 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › <div class="hautPage2" id="top">\r    {% if existingVariables() %}\r        <a href="{{ path('app_home') }}" class="except-tel"><img id="logo2" src="{{ vich_uploader_asset(image(), 'imageLogo') }}" alt="{{ imgLogo() }}"></a>\r
    }
    /var/www/html/test-alsh/templates/utilisateur/base.html.twig:36 {
      __TwigTemplate_9ab29d59838c55a7455989df3c3f0ccf->doDisplay(array $context, array $blocks = []): iterable …
      › <body>\r    {% block header %}\r        <div class="hautPage2" id="top">\r
    }
    /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:388 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/test-alsh/var/cache/dev/twig/33/338d089e3f21cd0b14c865e35bf024eb.php:54 {
      __TwigTemplate_d9a30cea443a5da1f67e9200e195a01f->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->loadTemplate("utilisateur/base.html.twig", "security/login.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:388 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:344 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:359 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/html/test-alsh/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/html/test-alsh/vendor/twig/twig/src/Environment.php:334 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:431 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:436 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:250 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/html/test-alsh/src/Controller/SecurityController.php:30 {
      App\Controller\SecurityController->login(AuthenticationUtils $authenticationUtils): Response …
      ›     $lastUsername = $authenticationUtils->getLastUsername();\r    return $this->render('security/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);\r}\r
    }
    /var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/html/test-alsh/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/test-alsh/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/test-alsh/vendor/autoload_runtime.php"
      }
    }
  }
}
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
            trace: {
              /var/www/html/test-alsh/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/test-alsh/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/test-alsh/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/html/test-alsh/var/cache/dev/ContainerC52lvbV/App_KernelDevDebugContainer.php:1524 {
                ContainerC52lvbV\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$a->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity')], false)), 'App\\Entity');$a->addDriver(($container->privates['doctrine.orm.default_xml_metadata_driver'] ?? self::getDoctrine_Orm_DefaultXmlMetadataDriverService($container)), 'Vich\\UploaderBundle\\Entity');
              }
              /var/www/html/test-alsh/var/cache/dev/ContainerC52lvbV/App_KernelDevDebugContainer.php:879 {
                ContainerC52lvbV\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/html/test-alsh/var/cache/dev/ContainerC52lvbV/App_KernelDevDebugContainer.php:870 {
                ContainerC52lvbV\App_KernelDevDebugContainer::ContainerC52lvbV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/html/test-alsh/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/test-alsh/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerC52lvbV\EntityManagerGhost614a58f->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/test-alsh/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/test-alsh/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/test-alsh/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/html/test-alsh/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/html/test-alsh/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:37 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/html/test-alsh/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/html/test-alsh/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php:175 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/test-alsh/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/test-alsh/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/test-alsh/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.209+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" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.209+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" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.209+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" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.209+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerC52lvbV\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.209+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" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.214+00:00"
        "message" => "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#775
            #message: "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/test-alsh/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/test-alsh/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/test-alsh/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/test-alsh/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:89 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
                › if (! version_compare($version, '8.0.0', '>=')) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/html/test-alsh/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /var/www/html/test-alsh/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /var/www/html/test-alsh/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /var/www/html/test-alsh/vendor/doctrine/dbal/src/Connection.php:421 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › 
                ›     return $this->_driver->createDatabasePlatformForVersion($version);}
              }
              /var/www/html/test-alsh/vendor/doctrine/dbal/src/Connection.php:323 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /var/www/html/test-alsh/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /var/www/html/test-alsh/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /var/www/html/test-alsh/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /var/www/html/test-alsh/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/test-alsh/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/test-alsh/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/test-alsh/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/test-alsh/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
              }
              /var/www/html/test-alsh/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
                › {    return $this->doGetRepository($entityManager, $entityName, false);}
              }
              /var/www/html/test-alsh/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /var/www/html/test-alsh/src/Twig/VariablesExtension.php:156 {
                App\Twig\VariablesExtension->existingVariables() …
                › $existingVariables = false;\r$variables=$this->em->getRepository(Variables::class)->findAll();\rif ($variables != null ) {\r
              }
              /var/www/html/test-alsh/templates/utilisateur/base.html.twig:38 {
                __TwigTemplate_9ab29d59838c55a7455989df3c3f0ccf->block_header(array $context, array $blocks = []): iterable …
                › <div class="hautPage2" id="top">\r    {% if existingVariables() %}\r        <a href="{{ path('app_home') }}" class="except-tel"><img id="logo2" src="{{ vich_uploader_asset(image(), 'imageLogo') }}" alt="{{ imgLogo() }}"></a>\r
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:432 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/test-alsh/templates/utilisateur/base.html.twig:36 {
                __TwigTemplate_9ab29d59838c55a7455989df3c3f0ccf->doDisplay(array $context, array $blocks = []): iterable …
                › <body>\r    {% block header %}\r        <div class="hautPage2" id="top">\r
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:388 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/test-alsh/var/cache/dev/twig/33/338d089e3f21cd0b14c865e35bf024eb.php:54 {
                __TwigTemplate_d9a30cea443a5da1f67e9200e195a01f->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->loadTemplate("utilisateur/base.html.twig", "security/login.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:388 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:344 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:359 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Environment.php:334 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:431 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:436 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:250 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/test-alsh/src/Controller/SecurityController.php:30 {
                App\Controller\SecurityController->login(AuthenticationUtils $authenticationUtils): Response …
                ›     $lastUsername = $authenticationUtils->getLastUsername();\r    return $this->render('security/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);\r}\r
              }
              /var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/test-alsh/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/test-alsh/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/test-alsh/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.216+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "awa"
            "password" => "<redacted>"
            "driverOptions" => []
            "wrapperClass" => "App\DBAL\MultiDbConnectionWrapper"
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "holi-d-noyau"
            "serverVersion" => "8"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.218+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.nom_site AS nom_site_2, t0.url AS url_3, t0.nom_logo AS nom_logo_4, t0.date_maj_logo AS date_maj_logo_5, t0.description AS description_6, t0.conditions_generales_services AS conditions_generales_services_7, t0.nom_img_description AS nom_img_description_8, t0.date_maj_description AS date_maj_description_9, t0.nom_structure AS nom_structure_10, t0.mail_reception_automatique AS mail_reception_automatique_11, t0.a_prix_commune AS a_prix_commune_12, t0.prix_par_quotients AS prix_par_quotients_13, t0.url_facebook AS url_facebook_14, t0.url_instagram AS url_instagram_15, t0.url_twitter AS url_twitter_16, t0.url_site_web_structure AS url_site_web_structure_17, t0.utilise_hebergements AS utilise_hebergements_18, t0.type_activite AS type_activite_19, t0.validation_reservation_par_defaut AS validation_reservation_par_defaut_20, t0.a_delai_blocage_reservation AS a_delai_blocage_reservation_21, t0.nbre_unites_temps_blocage_reservation AS nbre_unites_temps_blocage_reservation_22, t0.validation_annulation_par_defaut AS validation_annulation_par_defaut_23, t0.a_delai_blocage_annulation AS a_delai_blocage_annulation_24, t0.nbre_unites_temps_blocage_annulation AS nbre_unites_temps_blocage_annulation_25, t0.nbre_unites_temps_validite_avoir AS nbre_unites_temps_validite_avoir_26, t0.nom_responsable AS nom_responsable_27, t0.code_siren AS code_siren_28, t0.forme_juridique AS forme_juridique_29, t0.date_immatriculation AS date_immatriculation_30, t0.code_apenaf AS code_apenaf_31, t0.num_tva AS num_tva_32, t0.fonction_responsable AS fonction_responsable_33, t0.nom_directeur AS nom_directeur_34, t0.unite_presence_accueil AS unite_presence_accueil_35, t0.auto_increment_facture AS auto_increment_facture_36, t0.auto_increment_avoir AS auto_increment_avoir_37, t0.tva_applicable AS tva_applicable_38, t0.cle_publique_mailjet AS cle_publique_mailjet_39, t0.cle_secrete_mailjet AS cle_secrete_mailjet_40, t0.mail_envoi_mailjet AS mail_envoi_mailjet_41, t0.id_template_campagne AS id_template_campagne_42, t0.taux_tva AS taux_tva_43, t0.auto_increment_avoirs AS auto_increment_avoirs_44, t0.liste_attente AS liste_attente_45, t0.nbre_unites_temps_liste_attente AS nbre_unites_temps_liste_attente_46, t0.id_site_noyau AS id_site_noyau_47, t0.asso_token_api_basicompta AS asso_token_api_basicompta_48, t0.token_api_basicompta AS token_api_basicompta_49, t0.created_interco_basicompta AS created_interco_basicompta_50, t0.comptabilisation_heures_presence AS comptabilisation_heures_presence_51, t0.forfait_demi_journee AS forfait_demi_journee_52, t0.forfait_journee AS forfait_journee_53, t0.autorisation_paiements_plusieurs_fois AS autorisation_paiements_plusieurs_fois_54, t0.nbre_max_paiements_plusieurs_fois AS nbre_max_paiements_plusieurs_fois_55, t0.montant_minimum_paiements_plusieurs_fois AS montant_minimum_paiements_plusieurs_fois_56, t0.pourcentage_montant_initial_paiement_plusieurs_fois AS pourcentage_montant_initial_paiement_plusieurs_fois_57, t0.date_rapatriement_basicompta AS date_rapatriement_basicompta_58, t0.type_delai_blocage_accueil AS type_delai_blocage_accueil_59, t0.desactivation_qf AS desactivation_qf_60, t0.nom_tampon AS nom_tampon_61, t0.fonction_directeur AS fonction_directeur_62, t0.inscription_adultes AS inscription_adultes_63, t0.unite_presence_sejour AS unite_presence_sejour_64, t0.token_basicompta AS token_basicompta_65, t0.adhesions AS adhesions_66, t0.coordonnee_id AS coordonnee_id_67, t0.commune_rabais_id AS commune_rabais_id_68, t0.unite_temps_blocage_reservation_id AS unite_temps_blocage_reservation_id_69, t0.unite_temps_blocage_annulation_id AS unite_temps_blocage_annulation_id_70, t0.unite_temps_validite_avoir_id AS unite_temps_validite_avoir_id_71, t0.unite_temps_liste_attente_id AS unite_temps_liste_attente_id_72 FROM variables t0"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.220+00:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "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'")." at base.html.twig line 38"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "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> &nbsp;\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> &nbsp;\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
              """
            trace: {
              /var/www/html/test-alsh/templates/utilisateur/base.html.twig:38 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › <div class="hautPage2" id="top">\r    {% if existingVariables() %}\r        <a href="{{ path('app_home') }}" class="except-tel"><img id="logo2" src="{{ vich_uploader_asset(image(), 'imageLogo') }}" alt="{{ imgLogo() }}"></a>\r
              }
              /var/www/html/test-alsh/templates/utilisateur/base.html.twig:36 {
                __TwigTemplate_9ab29d59838c55a7455989df3c3f0ccf->doDisplay(array $context, array $blocks = []): iterable …
                › <body>\r    {% block header %}\r        <div class="hautPage2" id="top">\r
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:388 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/test-alsh/var/cache/dev/twig/33/338d089e3f21cd0b14c865e35bf024eb.php:54 {
                __TwigTemplate_d9a30cea443a5da1f67e9200e195a01f->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->loadTemplate("utilisateur/base.html.twig", "security/login.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:388 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:344 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Template.php:359 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/html/test-alsh/vendor/twig/twig/src/Environment.php:334 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:431 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:436 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/test-alsh/vendor/symfony/framework-bundle/Controller/AbstractController.php:250 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/test-alsh/src/Controller/SecurityController.php:30 {
                App\Controller\SecurityController->login(AuthenticationUtils $authenticationUtils): Response …
                ›     $lastUsername = $authenticationUtils->getLastUsername();\r    return $this->render('security/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);\r}\r
              }
              /var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/test-alsh/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/test-alsh/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/test-alsh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/test-alsh/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/test-alsh/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/test-alsh/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.515+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    952 => [
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.221+00:00"
        "message" => "Disconnecting"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.222+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.222+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.222+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.222+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.222+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.222+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.222+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.222+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.222+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.222+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.222+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.223+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.223+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.223+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" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.223+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" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.223+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" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.223+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerC52lvbV\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.223+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" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.473+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "awa"
            "password" => "<redacted>"
            "driverOptions" => []
            "wrapperClass" => "App\DBAL\MultiDbConnectionWrapper"
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "holi-d-noyau"
            "serverVersion" => "8"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.474+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.474+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "holi-d-noyau"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.485+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1745254783
        "timestamp_rfc3339" => "2025-04-21T16:59:43.510+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    952 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#306 …}
}

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"