Exceptions
Exceptions 4
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#654 -lineno: 38 -name: "utilisateur/base.html.twig" -rawMessage: "An exception has been thrown during the rendering of a template ("An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.url_site_web_structure' in 'field list'")." -sourcePath: "/var/www/html/test-alsh/templates/utilisateur/base.html.twig" -sourceCode: """ <!DOCTYPE html>\r\n <html lang="en">\r\n <head>\r\n <!-- Global site tag (gtag.js) - Google Analytics -->\r\n <script async src="https://www.googletagmanager.com/gtag/js?id=G-MMR1L18KFV"></script>\r\n <script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag('js', new Date());\r\n \r\n gtag('config', 'G-MMR1L18KFV');\r\n </script>\r\n <meta charset="UTF-8">\r\n <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />\r\n <title>{% block title %}Holi-D{% endblock %}</title>\r\n <link rel="icon" type="image/x-icon" href="{{ asset('build/images/favicon7.png') }}">\r\n {# Run `composer require symfony/webpack-encore-bundle`\r\n and uncomment the following Encore helpers to start using Symfony UX #}\r\n {% block stylesheets %}\r\n <!-- POLICE MONSERRAT -->\r\n <link rel="preconnect" href="https://fonts.googleapis.com">\r\n <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>\r\n <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">\r\n \r\n <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" \r\n integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">\r\n <link href="https://cdn.datatables.net/2.0.1/css/dataTables.bootstrap5.min.css" rel="stylesheet">\r\n <link href="https://cdn.datatables.net/buttons/3.0.0/css/buttons.bootstrap5.min.css" rel="stylesheet">\r\n <link href="https://cdn.datatables.net/select/2.0.0/css/select.bootstrap5.min.css" rel="stylesheet">\r\n \r\n <!-- Il faut inclure le fichier en bas du bloc stylesheets pour que le bootstrap ne prenne pas le dessus -->\r\n {{ encore_entry_link_tags('app2') }}\r\n {% endblock %}\r\n </head>\r\n <body>\r\n {% block header %}\r\n <div class="hautPage2" id="top">\r\n {% if existingVariables() %}\r\n <a href="{{ path('app_home') }}" class="except-tel"><img id="logo2" src="{{ vich_uploader_asset(image(), 'imageLogo') }}" alt="{{ imgLogo() }}"></a>\r\n {% endif %}\r\n \r\n <nav class="navbar navbar-expand-lg mobile-hide-lg">\r\n <div class="container-fluid">\r\n <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">\r\n <span class="navbar-toggler-icon"></span>\r\n </button>\r\n <div class="collapse navbar-collapse" id="navbarSupportedContent" style="padding-right: 20px">\r\n <div class="navbar-nav ms-auto">\r\n <div class="col-sm-12">\r\n <div class="row">\r\n <div class="col menuLigne1">\r\n <a id="contacteznous" class="nav-item nav-link" href="{{path('contactez_nous')}}">Contactez-nous !</a>\r\n <div class="bulle-profil">\r\n <i class="fas fa-user-circle fa-4x" style="color: white" id="examplePopover"\r\n data-bs-toggle="popover"\r\n data-controller="popover"\r\n data-bs-placement="bottom"\r\n title='{% if app.user %}{{ app.user.prenom }} {{ app.user.nom }}{% else %}Connectez-vous{% endif %}'\r\n data-bs-html="true"\r\n data-bs-content='\r\n {% if app.user %}\r\n <a href="{{ path('profile_modification') }}" class="tooltip-link">Mon profil</a><br/>\r\n <a href="{{ path('profile_modification_password') }}" class="tooltip-link">Modifier mon mot de passe</a><br>\r\n {% if app.user.roles[0] == "ROLE_USER" %}\r\n <a href="{{path('enfant_index')}}" class="tooltip-link">\r\n Ma famille\r\n {% if countUnfinishedPersons(app.user.id) > 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n !\r\n </span>\r\n {% endif %}\r\n </a><br>\r\n <a href="{{path('commande_user_index')}}" class="tooltip-link">Mes commandes</a><br>\r\n <a href="{{path('reservation_user_index')}}" class="tooltip-link">Mes réservations</a><br>\r\n {% if isAdhesions() %}\r\n <a href="{{path('adhesion_user_index')}}" class="tooltip-link">Mes adhésions</a><br>\r\n {% endif %}\r\n <a href="{{path('avoir_index')}}" class="tooltip-link">Mes avoirs\r\n {% if countAvoirs(app.user.id) != 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n {{ countAvoirs(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </a><br>\r\n <a href="{{ path('panier2') }}">Mon panier\r\n {% if countReservations(app.user.id) != 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n {{ countReservations(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </a><br>\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ANIM" %}\r\n {# <a href="{{ path('animateur_planning', {id: app.user.animateur.id }) }}" class="tooltip-link">Mon planning</a> #}\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ADMIN" %}\r\n <a href="{{path('stat_index')}}" class="tooltip-link">Administration</a><br>\r\n {% endif %}\r\n <a href="{{path('app_logout')}}" class="tooltip-link">Déconnexion</a><br>\r\n {% else %}\r\n <a href="{{path('app_login')}}" class="tooltip-link">Connexion</a><br>\r\n <a href="{{path('app_register')}}" class="tooltip-link">Créer un compte</a><br>\r\n {% endif %}'>\r\n {% if app.user %}\r\n {% if countUnfinishedPersons(app.user.id) > 0 %}\r\n <span class="position-absolute translate-middle badge badge-user rounded-pill bg-danger">\r\n !\r\n </span>\r\n {% endif %}\r\n {% endif %}\r\n </i>\r\n </div>\r\n {% if app.user %}\r\n {% if app.user.roles[0] == "ROLE_USER" %}\r\n <div class="bulle-profil" style="margin-left: 20px">\r\n <a href="{{ path('panier2') }}">\r\n <i class="fas fa-cart-shopping fa-3x" style="color: white;">\r\n {% if countReservations(app.user.id) != 0 %}\r\n <span class="position-absolute translate-middle badge panier rounded-pill bg-danger">\r\n {{ countReservations(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </i>\r\n </a>\r\n </div>\r\n {% endif %}\r\n {% endif %}\r\n </div>\r\n </div>\r\n <div class="row row-cols-auto border-bottom menu2Ligne2">\r\n <div class="col auto navbar-brand-home">\r\n <a class="navbar-brand" href="{{path('app_home')}}">\r\n <i class="fas fa-home"></i> \r\n <span>Activités</span>\r\n </a>\r\n </div>\r\n {% if not app.user %}\r\n <div class="col">\r\n <a class="nav-item nav-link" href="{{path('app_home')}}#ancre1">Qui sommes-nous ?</a>\r\n </div>\r\n {% else %}\r\n <div class="col">\r\n <a class="nav-item nav-link" href="{{path('app_home')}}#ancre1">Qui sommes-nous ?</a>\r\n </div>\r\n {% if app.user.roles[0] == "ROLE_ADMIN" %}\r\n <div class="col">\r\n <a class="nav-item nav-link" href="{{path('stat_index')}}">Administration</a>\r\n </div>\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ANIM" %}\r\n {# <div class="col">\r\n <a href="{{ path('animateur_planning', {id: app.user.animateur.id }) }}" class="nav-item nav-link">Mon planning</a>\r\n </div> #}\r\n {% endif %}\r\n {% endif %}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </nav>\r\n \r\n \r\n <nav id="navbar-tel" class="navbar navbar-expand-lg pc-hide-lg" style="z-index: 1">\r\n <div class="container-fluid">\r\n <div class="col auto navbar-brand-home">\r\n <a class="navbar-brand" href="{{path('app_home')}}">\r\n <i class="fas fa-home"></i> \r\n <span>Activités</span>\r\n </a>\r\n </div>\r\n <button id="menu-btn-tel" class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">\r\n <span class="navbar-toggler-icon"></span>\r\n </button>\r\n <div class="collapse navbar-collapse" id="navbarSupportedContent" style="padding-right: 30px">\r\n <ul class="navbar-nav me-auto mb-2 mb-lg-0">\r\n {% if app.user %}\r\n <li class="nav-item">\r\n <a href="{{ path('profile_modification') }}" class="nav-link">Mon profil</a>\r\n </li>\r\n <li class="nav-item">\r\n <a href="{{ path('profile_modification_password') }}" class="nav-link">Modifier mon mot de passe</a>\r\n </li>\r\n {% if app.user.roles[0] == "ROLE_USER" %}\r\n <li class="nav-item">\r\n <a href="{{path('enfant_index')}}" class="nav-link">\r\n Ma famille\r\n {% if countUnfinishedPersons(app.user.id) > 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n !\r\n </span>\r\n {% endif %}\r\n </a>\r\n </li>\r\n <li class="nav-item">\r\n <a href="{{path('commande_user_index')}}" class="nav-link">Mes commandes</a>\r\n </li>\r\n <li class="nav-item">\r\n <a href="{{path('reservation_user_index')}}" class="nav-link">Mes réservations</a>\r\n </li>\r\n {% if isAdhesions() %}\r\n <li class="nav-item">\r\n <a href="{{path('adhesion_user_index')}}" class="nav-link">Mes adhésions</a>\r\n </li>\r\n {% endif %}\r\n <li class="nav-item">\r\n <a href="{{path('avoir_index')}}" class="nav-link">Mes avoirs\r\n {% if countAvoirs(app.user.id) != 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n {{ countAvoirs(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </a>\r\n </li>\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{ path('panier2') }}">Mon panier\r\n {% if countReservations(app.user.id) != 0 %}\r\n <span class="badge rounded-pill bg-danger">\r\n {{ countReservations(app.user.id) }}\r\n </span>\r\n {% endif %}\r\n </a>\r\n </li>\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ADMIN" %}\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('stat_index')}}">Administration</a>\r\n </li>\r\n {% endif %}\r\n {% if app.user.roles[0] == "ROLE_ANIM" %}\r\n {# <li class="nav-item">\r\n <a class="nav-link" href="{{ path('animateur_planning', {id: app.user.animateur.id }) }}">Mon planning</a>\r\n </li> #}\r\n {% endif %}\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('app_logout')}}">Déconnexion</a>\r\n </li>\r\n {% else %}\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('app_login')}}">Connexion</a>\r\n </li>\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('app_register')}}">Créer un compte</a>\r\n </li>\r\n {% endif %}\r\n <br>\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('app_home')}}#ancre1">Qui sommes-nous ?</a>\r\n </li>\r\n <li class="nav-item">\r\n <a class="nav-link" href="{{path('contactez_nous')}}">Contactez-nous !</a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </nav>\r\n \r\n <div id="nom-site-menu" class="titreContainerAccueil">\r\n {% if existingVariables() %}\r\n <h4 class="titreAccueil2 except-tel">{{ nomSite() }}</h4>\r\n <h4 class="titreAccueil tel-only">{{ nomSite() }}</h4>\r\n {% endif %}\r\n </div>\r\n </div>\r\n {% endblock %}\r\n {% block body %}{% endblock %}\r\n \r\n {% block javascripts %}\r\n \r\n <!-- JQUERY-->\r\n <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>\r\n <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" \r\n integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>\r\n <script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script>\r\n <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/pdfmake.min.js"></script>\r\n <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.js"></script>\r\n \r\n <script src="https://cdn.datatables.net/2.0.1/js/dataTables.min.js"></script>\r\n <script src="https://cdn.datatables.net/2.0.1/js/dataTables.bootstrap5.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/dataTables.buttons.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/buttons.bootstrap5.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/buttons.colVis.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/buttons.html5.min.js"></script>\r\n <script src="https://cdn.datatables.net/buttons/3.0.0/js/buttons.print.min.js"></script>\r\n <script src="https://cdn.datatables.net/select/2.0.0/js/dataTables.select.min.js"></script>\r\n \r\n <script>\r\n // On change la couleur de fond du menu quand on ouvre/ferme le menu téléphone\r\n $(function () {\r\n \r\n function changeColorMenu() {\r\n if ($('#menu-btn-tel').attr('aria-expanded') === 'true'){\r\n $('#navbar-tel').css('background-color', '#054F60');\r\n $('#nom-site-menu').css('display', 'none');\r\n } else {\r\n // On retire le background-color au bout de 1/4 de seconde\r\n setTimeout(function () {\r\n $('#navbar-tel').css('background-color', 'transparent');\r\n $('#nom-site-menu').css('display', 'block');\r\n }, 250);\r\n }\r\n }\r\n \r\n $('#menu-btn-tel').on('click', function () {\r\n changeColorMenu();\r\n });\r\n \r\n changeColorMenu();\r\n })\r\n </script>\r\n \r\n {{ encore_entry_script_tags('app2') }}\r\n {% endblock %}\r\n \r\n </body>\r\n \r\n {% block footer %}\r\n <footer>\r\n <div class="row footerPrincipal">\r\n <div class="row">\r\n <div class="col"></div>\r\n <div class="col colFooter1">\r\n <i class="fa-solid fa-certificate fa-2x primary"></i>\r\n </div>\r\n <div class="col colFooter1">\r\n <i class="fa-solid fa-lock fa-2x primary"></i>\r\n </div>\r\n <div class="col"></div>\r\n </div>\r\n <div class="row">\r\n <div class="col"></div>\r\n <div class="col colFooter2">\r\n Structure agréée par l'Etat\r\n </div>\r\n <div class="col colFooter2">\r\n Paiement sécurisé\r\n </div>\r\n <div class="col"></div>\r\n </div>\r\n </div>\r\n <div class="row footerPrincipal2">\r\n <div class="row">\r\n <div class="col colFooter3" >\r\n SUIVEZ-NOUS\r\n </div>\r\n <div class="col"></div>\r\n </div>\r\n <div class="row">\r\n <div class="col colFooter4 social-medias">\r\n {% if getUrlSiteWebStructure() is not null %}\r\n <a href="{{ getUrlSiteWebStructure() }}" target="_blank">\r\n <i class="fa-solid fa-xl picto-site-web"></i>\r\n </a>\r\n {% endif %}\r\n {% if getUrlFacebook() is not null %}\r\n <a href="{{ getUrlFacebook() }}" target="_blank">\r\n <i class="fa-brands fa-facebook-f fa-2x primary"></i>\r\n </a>\r\n {% endif %}\r\n {% if getUrlInstagram() is not null %}\r\n <a href="{{ getUrlInstagram() }}" target="_blank">\r\n <i class="fa-brands fa-instagram fa-2x primary"></i>\r\n </a>\r\n {% endif %}\r\n {% if getUrlTwitter() is not null %}\r\n <a href="{{ getUrlTwitter() }}" target="_blank">\r\n <i class="fa-brands fa-x-twitter fa-2x primary"></i>\r\n </a>\r\n {% endif %}\r\n \r\n </div>\r\n <div class="col colFooter5">\r\n <a href="https://holi-d.fr" target="_blank">\r\n <img src="{{ asset('build/images/logo_holi-d_bleu.svg') }}" alt="Holi-D" width="70" class="img-fluid">\r\n </a>\r\n <br/><br/>\r\n <a href="{{ path('mentionsLegales') }}" class="lienFooter">Mentions légales</a> | <a href="{{ path ('CGV') }}" class="lienFooter">Conditions générales de services</a> | <a href="{{ path('confidentialite') }}" class="lienFooter">Politique de confidentialité</a> | <a href="{{ path('politiqueCookies') }}" class="lienFooter">Politique de cookies</a>\r\n </div>\r\n </div>\r\n </div>\r\n <br><br>\r\n {% include 'public/_aide.html.twig' %}\r\n </footer>\r\n {% endblock %}\r\n {% block cookies %}\r\n {{ include('main/_cookies.html.twig') }}\r\n {% endblock %}\r\n </html>\r\n """ }
in
templates/utilisateur/base.html.twig
(line 38)
{% endblock %}
</head>
<body>
{% block header %}
<div class="hautPage2" id="top">
{% if existingVariables() %}
<a href="{{ path('app_home') }}" class="except-tel"><img id="logo2" src="{{ vich_uploader_asset(image(), 'imageLogo') }}" alt="{{ imgLogo() }}"></a>
{% endif %}
<nav class="navbar navbar-expand-lg mobile-hide-lg">
<div class="container-fluid">
in
var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php
->
yieldBlock
(line 86)
// line 34
yield " </head>
<body>
";
// line 36
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 266
yield " ";
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 267
yield "
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 387)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/1a/1aa9d6c4dd43c0dd75f646fd511e3856.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "security/login.html.twig"));
$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));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 387)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 343)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 358)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 35)
) {
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
public function display(array $context = [])
{
// using func_get_args() allows to not expose the blocks argument
in
vendor/twig/twig/src/Environment.php
->
render
(line 320)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
// get the login error if there is one
$error = $authenticationUtils->getLastAuthenticationError();
// last username entered by the user
$lastUsername = $authenticationUtils->getLastUsername();
return $this->render('security/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);
}
#[IsGranted("IS_AUTHENTICATED_FULLY")]
#[Route("/logout", name:"app_logout")]
in
vendor/symfony/http-kernel/HttpKernel.php
->
login
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
Doctrine\DBAL\Exception\ InvalidFieldNameException
return new UniqueConstraintViolationException($exception, $query);
case 1054:
case 1166:
case 1611:
return new InvalidFieldNameException($exception, $query);
case 1052:
case 1060:
case 1110:
return new NonUniqueFieldNameException($exception, $query);
in
vendor/doctrine/dbal/src/Connection.php
->
convert
(line 1939)
private function handleDriverException(
Driver\Exception $driverException,
?Query $query
): DriverException {
$this->exceptionConverter ??= $this->_driver->getExceptionConverter();
$exception = $this->exceptionConverter->convert($driverException, $query);
if ($exception instanceof ConnectionLost) {
$this->close();
}
in
vendor/doctrine/dbal/src/Connection.php
->
handleDriverException
(line 1881)
Driver\Exception $e,
string $sql,
array $params = [],
array $types = []
): DriverException {
return $this->handleDriverException($e, new Query($sql, $params, $types));
}
/** @internal */
final public function convertException(Driver\Exception $e): DriverException
{
in
vendor/doctrine/dbal/src/Connection.php
->
convertExceptionDuringQuery
(line 1106)
$result = $connection->query($sql);
}
return new Result($result, $this);
} catch (Driver\Exception $e) {
throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
} finally {
if ($logger !== null) {
$logger->stopQuery();
}
}
in
vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php
->
executeQuery
(line 969)
{
$this->switchPersisterContext($offset, $limit);
$sql = $this->getSelectSQL($criteria, null, null, $limit, $offset, $orderBy);
[$params, $types] = $this->expandParameters($criteria);
$stmt = $this->conn->executeQuery($sql, $params, $types);
$hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);
return $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, [UnitOfWork::HINT_DEFEREAGERLOAD => true]);
}
in
vendor/doctrine/orm/src/EntityRepository.php
->
loadAll
(line 224)
*/
public function findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null)
{
$persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
return $persister->loadAll($criteria, $orderBy, $limit, $offset);
}
/**
* Finds a single entity by a set of criteria.
*
in
vendor/doctrine/orm/src/EntityRepository.php
->
findBy
(line 206)
*
* @psalm-return list<T> The entities.
*/
public function findAll()
{
return $this->findBy([]);
}
/**
* Finds entities by a set of criteria.
*
}
public function existingVariables()
{
$existingVariables = false;
$variables=$this->em->getRepository(Variables::class)->findAll();
if ($variables != null ) {
$existingVariables = true;
}
return $existingVariables;
in
var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php
->
existingVariables
(line 197)
// line 37
yield " <div class=\"hautPage2\" id=\"top\">
";
// line 38
if ($this->extensions['App\Twig\VariablesExtension']->existingVariables()) {
// line 39
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home");
yield "\" class=\"except-tel\"><img id=\"logo2\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($this->extensions['App\Twig\VariablesExtension']->image(), "imageLogo"), "html", null, true);
in
vendor/twig/twig/src/Template.php
->
block_header
(line 431)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php
->
yieldBlock
(line 86)
// line 34
yield " </head>
<body>
";
// line 36
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 266
yield " ";
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 267
yield "
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 387)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/1a/1aa9d6c4dd43c0dd75f646fd511e3856.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "security/login.html.twig"));
$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));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 387)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 343)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 358)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 35)
) {
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
public function display(array $context = [])
{
// using func_get_args() allows to not expose the blocks argument
in
vendor/twig/twig/src/Environment.php
->
render
(line 320)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
// get the login error if there is one
$error = $authenticationUtils->getLastAuthenticationError();
// last username entered by the user
$lastUsername = $authenticationUtils->getLastUsername();
return $this->render('security/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);
}
#[IsGranted("IS_AUTHENTICATED_FULLY")]
#[Route("/logout", name:"app_logout")]
in
vendor/symfony/http-kernel/HttpKernel.php
->
login
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
Doctrine\DBAL\Driver\PDO\ Exception
in
vendor/doctrine/dbal/src/Driver/PDO/Exception.php
(line 28)
} else {
$code = $exception->getCode();
$sqlState = null;
}
return new self($exception->getMessage(), $sqlState, $code, $exception);
}
}
in
vendor/doctrine/dbal/src/Driver/PDO/Connection.php
::
new
(line 76)
$stmt = $this->connection->query($sql);
assert($stmt instanceof PDOStatement);
return new Result($stmt);
} catch (PDOException $exception) {
throw Exception::new($exception);
}
}
/**
* {@inheritDoc}
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php
->
query
(line 33)
return $this->wrappedConnection->prepare($sql);
}
public function query(string $sql): Result
{
return $this->wrappedConnection->query($sql);
}
/**
* {@inheritDoc}
*/
in
vendor/doctrine/dbal/src/Logging/Connection.php
->
query
(line 43)
public function query(string $sql): Result
{
$this->logger->debug('Executing query: {sql}', ['sql' => $sql]);
return parent::query($sql);
}
public function exec(string $sql): int
{
$this->logger->debug('Executing statement: {sql}', ['sql' => $sql]);
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php
->
query
(line 33)
return $this->wrappedConnection->prepare($sql);
}
public function query(string $sql): Result
{
return $this->wrappedConnection->query($sql);
}
/**
* {@inheritDoc}
*/
in
vendor/symfony/doctrine-bridge/Middleware/Debug/DBAL3/Connection.php
->
query
(line 58)
$this->stopwatch?->start('doctrine', 'doctrine');
$query->start();
try {
return parent::query($sql);
} finally {
$query->stop();
$this->stopwatch?->stop('doctrine');
}
}
in
vendor/doctrine/dbal/src/Connection.php
->
query
(line 1101)
$this->bindParameters($stmt, $params, $types);
$result = $stmt->execute();
} else {
$result = $connection->query($sql);
}
return new Result($result, $this);
} catch (Driver\Exception $e) {
throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
in
vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php
->
executeQuery
(line 969)
{
$this->switchPersisterContext($offset, $limit);
$sql = $this->getSelectSQL($criteria, null, null, $limit, $offset, $orderBy);
[$params, $types] = $this->expandParameters($criteria);
$stmt = $this->conn->executeQuery($sql, $params, $types);
$hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);
return $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, [UnitOfWork::HINT_DEFEREAGERLOAD => true]);
}
in
vendor/doctrine/orm/src/EntityRepository.php
->
loadAll
(line 224)
*/
public function findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null)
{
$persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
return $persister->loadAll($criteria, $orderBy, $limit, $offset);
}
/**
* Finds a single entity by a set of criteria.
*
in
vendor/doctrine/orm/src/EntityRepository.php
->
findBy
(line 206)
*
* @psalm-return list<T> The entities.
*/
public function findAll()
{
return $this->findBy([]);
}
/**
* Finds entities by a set of criteria.
*
}
public function existingVariables()
{
$existingVariables = false;
$variables=$this->em->getRepository(Variables::class)->findAll();
if ($variables != null ) {
$existingVariables = true;
}
return $existingVariables;
in
var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php
->
existingVariables
(line 197)
// line 37
yield " <div class=\"hautPage2\" id=\"top\">
";
// line 38
if ($this->extensions['App\Twig\VariablesExtension']->existingVariables()) {
// line 39
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home");
yield "\" class=\"except-tel\"><img id=\"logo2\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($this->extensions['App\Twig\VariablesExtension']->image(), "imageLogo"), "html", null, true);
in
vendor/twig/twig/src/Template.php
->
block_header
(line 431)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php
->
yieldBlock
(line 86)
// line 34
yield " </head>
<body>
";
// line 36
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 266
yield " ";
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 267
yield "
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 387)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/1a/1aa9d6c4dd43c0dd75f646fd511e3856.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "security/login.html.twig"));
$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));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 387)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 343)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 358)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 35)
) {
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
public function display(array $context = [])
{
// using func_get_args() allows to not expose the blocks argument
in
vendor/twig/twig/src/Environment.php
->
render
(line 320)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
// get the login error if there is one
$error = $authenticationUtils->getLastAuthenticationError();
// last username entered by the user
$lastUsername = $authenticationUtils->getLastUsername();
return $this->render('security/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);
}
#[IsGranted("IS_AUTHENTICATED_FULLY")]
#[Route("/logout", name:"app_logout")]
in
vendor/symfony/http-kernel/HttpKernel.php
->
login
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
PDOException
in
vendor/doctrine/dbal/src/Driver/PDO/Connection.php
(line 71)
}
public function query(string $sql): ResultInterface
{
try {
$stmt = $this->connection->query($sql);
assert($stmt instanceof PDOStatement);
return new Result($stmt);
} catch (PDOException $exception) {
throw Exception::new($exception);
in
vendor/doctrine/dbal/src/Driver/PDO/Connection.php
->
query
(line 71)
}
public function query(string $sql): ResultInterface
{
try {
$stmt = $this->connection->query($sql);
assert($stmt instanceof PDOStatement);
return new Result($stmt);
} catch (PDOException $exception) {
throw Exception::new($exception);
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php
->
query
(line 33)
return $this->wrappedConnection->prepare($sql);
}
public function query(string $sql): Result
{
return $this->wrappedConnection->query($sql);
}
/**
* {@inheritDoc}
*/
in
vendor/doctrine/dbal/src/Logging/Connection.php
->
query
(line 43)
public function query(string $sql): Result
{
$this->logger->debug('Executing query: {sql}', ['sql' => $sql]);
return parent::query($sql);
}
public function exec(string $sql): int
{
$this->logger->debug('Executing statement: {sql}', ['sql' => $sql]);
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php
->
query
(line 33)
return $this->wrappedConnection->prepare($sql);
}
public function query(string $sql): Result
{
return $this->wrappedConnection->query($sql);
}
/**
* {@inheritDoc}
*/
in
vendor/symfony/doctrine-bridge/Middleware/Debug/DBAL3/Connection.php
->
query
(line 58)
$this->stopwatch?->start('doctrine', 'doctrine');
$query->start();
try {
return parent::query($sql);
} finally {
$query->stop();
$this->stopwatch?->stop('doctrine');
}
}
in
vendor/doctrine/dbal/src/Connection.php
->
query
(line 1101)
$this->bindParameters($stmt, $params, $types);
$result = $stmt->execute();
} else {
$result = $connection->query($sql);
}
return new Result($result, $this);
} catch (Driver\Exception $e) {
throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
in
vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php
->
executeQuery
(line 969)
{
$this->switchPersisterContext($offset, $limit);
$sql = $this->getSelectSQL($criteria, null, null, $limit, $offset, $orderBy);
[$params, $types] = $this->expandParameters($criteria);
$stmt = $this->conn->executeQuery($sql, $params, $types);
$hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);
return $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, [UnitOfWork::HINT_DEFEREAGERLOAD => true]);
}
in
vendor/doctrine/orm/src/EntityRepository.php
->
loadAll
(line 224)
*/
public function findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null)
{
$persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
return $persister->loadAll($criteria, $orderBy, $limit, $offset);
}
/**
* Finds a single entity by a set of criteria.
*
in
vendor/doctrine/orm/src/EntityRepository.php
->
findBy
(line 206)
*
* @psalm-return list<T> The entities.
*/
public function findAll()
{
return $this->findBy([]);
}
/**
* Finds entities by a set of criteria.
*
}
public function existingVariables()
{
$existingVariables = false;
$variables=$this->em->getRepository(Variables::class)->findAll();
if ($variables != null ) {
$existingVariables = true;
}
return $existingVariables;
in
var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php
->
existingVariables
(line 197)
// line 37
yield " <div class=\"hautPage2\" id=\"top\">
";
// line 38
if ($this->extensions['App\Twig\VariablesExtension']->existingVariables()) {
// line 39
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home");
yield "\" class=\"except-tel\"><img id=\"logo2\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($this->extensions['App\Twig\VariablesExtension']->image(), "imageLogo"), "html", null, true);
in
vendor/twig/twig/src/Template.php
->
block_header
(line 431)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php
->
yieldBlock
(line 86)
// line 34
yield " </head>
<body>
";
// line 36
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 266
yield " ";
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 267
yield "
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 387)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/1a/1aa9d6c4dd43c0dd75f646fd511e3856.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "security/login.html.twig"));
$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));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 387)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 343)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 358)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 35)
) {
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
public function display(array $context = [])
{
// using func_get_args() allows to not expose the blocks argument
in
vendor/twig/twig/src/Environment.php
->
render
(line 320)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
// get the login error if there is one
$error = $authenticationUtils->getLastAuthenticationError();
// last username entered by the user
$lastUsername = $authenticationUtils->getLastUsername();
return $this->render('security/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);
}
#[IsGranted("IS_AUTHENTICATED_FULLY")]
#[Route("/logout", name:"app_logout")]
in
vendor/symfony/http-kernel/HttpKernel.php
->
login
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
Logs
Level | Channel | Message |
---|---|---|
INFO 16:12:11 | php |
User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. { "exception": {} } |
INFO 16:12:11 | php |
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. { "exception": {} } |
INFO 16:12:11 | request |
Matched route "_profiler". { "route": "_profiler", "route_parameters": { "_route": "_profiler", "_controller": "web_profiler.controller.profiler::panelAction", "token": "latest" }, "request_uri": "http://ftp.accueil-loisirs.fr/_profiler/latest?ip=141.98.11.155&type=request", "method": "GET" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "App\EventListener\DynamicDBConnector::onKernelRequest". { "event": "kernel.request", "listener": "App\\EventListener\\DynamicDBConnector::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
INFO 16:12:11 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement. { "exception": {} } |
INFO 16:12:11 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement. { "exception": {} } |
INFO 16:12:11 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement. { "exception": {} } |
INFO 16:12:11 | php |
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement. { "exception": {} } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
INFO 16:12:11 | php |
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1699, https://github.com/doctrine/orm/issues/10098, package doctrine/orm) { "exception": {} } |
INFO 16:12:11 | php |
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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:1699, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) { "exception": {} } |
INFO 16:12:11 | php |
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm) { "exception": {} } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "ContainerX9Po8WD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "ContainerX9Po8WD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "App\EventListener\DynamicDBConnector::onKernelRequest". { "event": "kernel.request", "listener": "App\\EventListener\\DynamicDBConnector::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "ContainerX9Po8WD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "ContainerX9Po8WD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". { "event": "kernel.finish_request", "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "App\EventListener\DynamicDBConnector::onKernelRequest". { "event": "kernel.request", "listener": "App\\EventListener\\DynamicDBConnector::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "ContainerX9Po8WD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "ContainerX9Po8WD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". { "event": "kernel.finish_request", "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "App\EventListener\DynamicDBConnector::onKernelRequest". { "event": "kernel.request", "listener": "App\\EventListener\\DynamicDBConnector::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 16:12:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "ContainerX9Po8WD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "ContainerX9Po8WD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 16:12:11 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
Stack Traces 4
[4/4]
RuntimeError
|
---|
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 templates/utilisateur/base.html.twig:38 at Twig\Template->yieldBlock() (var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php:86) at __TwigTemplate_f62529641b9fdf8b1649e2d4b560a94d->doDisplay() (vendor/twig/twig/src/Template.php:387) at Twig\Template->yield() (var/cache/dev/twig/1a/1aa9d6c4dd43c0dd75f646fd511e3856.php:54) at __TwigTemplate_761f7df985ad4f51929643e65e81e525->doDisplay() (vendor/twig/twig/src/Template.php:387) at Twig\Template->yield() (vendor/twig/twig/src/Template.php:343) at Twig\Template->display() (vendor/twig/twig/src/Template.php:358) at Twig\Template->render() (vendor/twig/twig/src/TemplateWrapper.php:35) at Twig\TemplateWrapper->render() (vendor/twig/twig/src/Environment.php:320) at Twig\Environment->render() (vendor/symfony/framework-bundle/Controller/AbstractController.php:448) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView() (vendor/symfony/framework-bundle/Controller/AbstractController.php:453) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender() (vendor/symfony/framework-bundle/Controller/AbstractController.php:253) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render() (src/Controller/SecurityController.php:29) at App\Controller\SecurityController->login() (vendor/symfony/http-kernel/HttpKernel.php:181) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (vendor/symfony/http-kernel/HttpKernel.php:76) at Symfony\Component\HttpKernel\HttpKernel->handle() (vendor/symfony/http-kernel/Kernel.php:197) at Symfony\Component\HttpKernel\Kernel->handle() (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (vendor/autoload_runtime.php:29) at require_once('/var/www/html/test-alsh/vendor/autoload_runtime.php') (public/index.php:5) |
[3/4]
InvalidFieldNameException
|
---|
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.url_site_web_structure' in 'field list' at vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:67 at Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert() (vendor/doctrine/dbal/src/Connection.php:1939) at Doctrine\DBAL\Connection->handleDriverException() (vendor/doctrine/dbal/src/Connection.php:1881) at Doctrine\DBAL\Connection->convertExceptionDuringQuery() (vendor/doctrine/dbal/src/Connection.php:1106) at Doctrine\DBAL\Connection->executeQuery() (vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:969) at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll() (vendor/doctrine/orm/src/EntityRepository.php:224) at Doctrine\ORM\EntityRepository->findBy() (vendor/doctrine/orm/src/EntityRepository.php:206) at Doctrine\ORM\EntityRepository->findAll() (src/Twig/VariablesExtension.php:156) at App\Twig\VariablesExtension->existingVariables() (var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php:197) at __TwigTemplate_f62529641b9fdf8b1649e2d4b560a94d->block_header() (vendor/twig/twig/src/Template.php:431) at Twig\Template->yieldBlock() (var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php:86) at __TwigTemplate_f62529641b9fdf8b1649e2d4b560a94d->doDisplay() (vendor/twig/twig/src/Template.php:387) at Twig\Template->yield() (var/cache/dev/twig/1a/1aa9d6c4dd43c0dd75f646fd511e3856.php:54) at __TwigTemplate_761f7df985ad4f51929643e65e81e525->doDisplay() (vendor/twig/twig/src/Template.php:387) at Twig\Template->yield() (vendor/twig/twig/src/Template.php:343) at Twig\Template->display() (vendor/twig/twig/src/Template.php:358) at Twig\Template->render() (vendor/twig/twig/src/TemplateWrapper.php:35) at Twig\TemplateWrapper->render() (vendor/twig/twig/src/Environment.php:320) at Twig\Environment->render() (vendor/symfony/framework-bundle/Controller/AbstractController.php:448) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView() (vendor/symfony/framework-bundle/Controller/AbstractController.php:453) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender() (vendor/symfony/framework-bundle/Controller/AbstractController.php:253) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render() (src/Controller/SecurityController.php:29) at App\Controller\SecurityController->login() (vendor/symfony/http-kernel/HttpKernel.php:181) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (vendor/symfony/http-kernel/HttpKernel.php:76) at Symfony\Component\HttpKernel\HttpKernel->handle() (vendor/symfony/http-kernel/Kernel.php:197) at Symfony\Component\HttpKernel\Kernel->handle() (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (vendor/autoload_runtime.php:29) at require_once('/var/www/html/test-alsh/vendor/autoload_runtime.php') (public/index.php:5) |
[2/4]
Exception
|
---|
Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.url_site_web_structure' in 'field list' at vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28 at Doctrine\DBAL\Driver\PDO\Exception::new() (vendor/doctrine/dbal/src/Driver/PDO/Connection.php:76) at Doctrine\DBAL\Driver\PDO\Connection->query() (vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php:33) at Doctrine\DBAL\Driver\Middleware\AbstractConnectionMiddleware->query() (vendor/doctrine/dbal/src/Logging/Connection.php:43) at Doctrine\DBAL\Logging\Connection->query() (vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php:33) at Doctrine\DBAL\Driver\Middleware\AbstractConnectionMiddleware->query() (vendor/symfony/doctrine-bridge/Middleware/Debug/DBAL3/Connection.php:58) at Symfony\Bridge\Doctrine\Middleware\Debug\DBAL3\Connection->query() (vendor/doctrine/dbal/src/Connection.php:1101) at Doctrine\DBAL\Connection->executeQuery() (vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:969) at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll() (vendor/doctrine/orm/src/EntityRepository.php:224) at Doctrine\ORM\EntityRepository->findBy() (vendor/doctrine/orm/src/EntityRepository.php:206) at Doctrine\ORM\EntityRepository->findAll() (src/Twig/VariablesExtension.php:156) at App\Twig\VariablesExtension->existingVariables() (var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php:197) at __TwigTemplate_f62529641b9fdf8b1649e2d4b560a94d->block_header() (vendor/twig/twig/src/Template.php:431) at Twig\Template->yieldBlock() (var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php:86) at __TwigTemplate_f62529641b9fdf8b1649e2d4b560a94d->doDisplay() (vendor/twig/twig/src/Template.php:387) at Twig\Template->yield() (var/cache/dev/twig/1a/1aa9d6c4dd43c0dd75f646fd511e3856.php:54) at __TwigTemplate_761f7df985ad4f51929643e65e81e525->doDisplay() (vendor/twig/twig/src/Template.php:387) at Twig\Template->yield() (vendor/twig/twig/src/Template.php:343) at Twig\Template->display() (vendor/twig/twig/src/Template.php:358) at Twig\Template->render() (vendor/twig/twig/src/TemplateWrapper.php:35) at Twig\TemplateWrapper->render() (vendor/twig/twig/src/Environment.php:320) at Twig\Environment->render() (vendor/symfony/framework-bundle/Controller/AbstractController.php:448) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView() (vendor/symfony/framework-bundle/Controller/AbstractController.php:453) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender() (vendor/symfony/framework-bundle/Controller/AbstractController.php:253) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render() (src/Controller/SecurityController.php:29) at App\Controller\SecurityController->login() (vendor/symfony/http-kernel/HttpKernel.php:181) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (vendor/symfony/http-kernel/HttpKernel.php:76) at Symfony\Component\HttpKernel\HttpKernel->handle() (vendor/symfony/http-kernel/Kernel.php:197) at Symfony\Component\HttpKernel\Kernel->handle() (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (vendor/autoload_runtime.php:29) at require_once('/var/www/html/test-alsh/vendor/autoload_runtime.php') (public/index.php:5) |
[1/4]
PDOException
|
---|
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.url_site_web_structure' in 'field list' at vendor/doctrine/dbal/src/Driver/PDO/Connection.php:71 at PDO->query() (vendor/doctrine/dbal/src/Driver/PDO/Connection.php:71) at Doctrine\DBAL\Driver\PDO\Connection->query() (vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php:33) at Doctrine\DBAL\Driver\Middleware\AbstractConnectionMiddleware->query() (vendor/doctrine/dbal/src/Logging/Connection.php:43) at Doctrine\DBAL\Logging\Connection->query() (vendor/doctrine/dbal/src/Driver/Middleware/AbstractConnectionMiddleware.php:33) at Doctrine\DBAL\Driver\Middleware\AbstractConnectionMiddleware->query() (vendor/symfony/doctrine-bridge/Middleware/Debug/DBAL3/Connection.php:58) at Symfony\Bridge\Doctrine\Middleware\Debug\DBAL3\Connection->query() (vendor/doctrine/dbal/src/Connection.php:1101) at Doctrine\DBAL\Connection->executeQuery() (vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:969) at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll() (vendor/doctrine/orm/src/EntityRepository.php:224) at Doctrine\ORM\EntityRepository->findBy() (vendor/doctrine/orm/src/EntityRepository.php:206) at Doctrine\ORM\EntityRepository->findAll() (src/Twig/VariablesExtension.php:156) at App\Twig\VariablesExtension->existingVariables() (var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php:197) at __TwigTemplate_f62529641b9fdf8b1649e2d4b560a94d->block_header() (vendor/twig/twig/src/Template.php:431) at Twig\Template->yieldBlock() (var/cache/dev/twig/7d/7d2f63b14301aa12b73c1359c6da2a7c.php:86) at __TwigTemplate_f62529641b9fdf8b1649e2d4b560a94d->doDisplay() (vendor/twig/twig/src/Template.php:387) at Twig\Template->yield() (var/cache/dev/twig/1a/1aa9d6c4dd43c0dd75f646fd511e3856.php:54) at __TwigTemplate_761f7df985ad4f51929643e65e81e525->doDisplay() (vendor/twig/twig/src/Template.php:387) at Twig\Template->yield() (vendor/twig/twig/src/Template.php:343) at Twig\Template->display() (vendor/twig/twig/src/Template.php:358) at Twig\Template->render() (vendor/twig/twig/src/TemplateWrapper.php:35) at Twig\TemplateWrapper->render() (vendor/twig/twig/src/Environment.php:320) at Twig\Environment->render() (vendor/symfony/framework-bundle/Controller/AbstractController.php:448) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView() (vendor/symfony/framework-bundle/Controller/AbstractController.php:453) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender() (vendor/symfony/framework-bundle/Controller/AbstractController.php:253) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render() (src/Controller/SecurityController.php:29) at App\Controller\SecurityController->login() (vendor/symfony/http-kernel/HttpKernel.php:181) at Symfony\Component\HttpKernel\HttpKernel->handleRaw() (vendor/symfony/http-kernel/HttpKernel.php:76) at Symfony\Component\HttpKernel\HttpKernel->handle() (vendor/symfony/http-kernel/Kernel.php:197) at Symfony\Component\HttpKernel\Kernel->handle() (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (vendor/autoload_runtime.php:29) at require_once('/var/www/html/test-alsh/vendor/autoload_runtime.php') (public/index.php:5) |