Error 500 Internal Server Error

GET https://service.confection-mada.fr/post/3

Exceptions

Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\User\User" in front/post-item.html.twig at line 31.

Exception

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#1244
  -lineno: 31
  -rawMessage: "Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\User\User"."
  -source: Twig\Source {#989
    -code: """
      {% extends 'base.html.twig' %}\r\n
      \r\n
      {% block title %}{{post.title}}: ASA-Mada{% endblock %}\r\n
      \r\n
      {% block body %}\r\n
      \r\n
      \t<!-- breadcrumb-section -->\r\n
      \t<div class="breadcrumb-section breadcrumb-bg">\r\n
      \t\t<div class="container">\r\n
      \t\t\t<div class="row">\r\n
      \t\t\t\t<div class="col-lg-8 offset-lg-2 text-center">\r\n
      \t\t\t\t\t<div class="breadcrumb-text">\r\n
      \t\t\t\t\t\t<p>ASA-Mada</p>\r\n
      \t\t\t\t\t\t<h1>{{post.title}}</h1>\r\n
      \t\t\t\t\t</div>\r\n
      \t\t\t\t</div>\r\n
      \t\t\t</div>\r\n
      \t\t</div>\r\n
      \t</div>\r\n
      \t<!-- end breadcrumb section -->\r\n
      \r\n
      \t<!-- single article section -->\r\n
      \t<div class="mt-150 mb-150">\r\n
      \t\t<div class="container">\r\n
      \t\t\t<div class="row">\r\n
      \t\t\t\t<div class="col-lg-8">\r\n
      \t\t\t\t\t<div class="single-article-section">\r\n
      \t\t\t\t\t\t<div class="single-article-text">\r\n
      \t\t\t\t\t\t\t<div class="single-artcile-bg"></div>\r\n
      \t\t\t\t\t\t\t<p class="blog-meta">\r\n
      \t\t\t\t\t\t\t\t<span class="author"><i class="fas fa-user"></i> {{post.author.name}}</span>\r\n
      \t\t\t\t\t\t\t\t<span class="date"><i class="fas fa-calendar"></i> {{post.createdAt|date('d/m/Y')}}</span>\r\n
      \t\t\t\t\t\t\t</p>\r\n
      \t\t\t\t\t\t\t<h2>{{post.title}}</h2>\r\n
                                  {{post.description|raw}}\r\n
      \t\t\t\t\t\t</div>\r\n
      \r\n
      \t\t\t\t\t</div>\r\n
      \t\t\t\t</div>\r\n
      \t\t\t\t<div class="col-lg-4">\r\n
      \t\t\t\t\t<div class="sidebar-section">\r\n
      \t\t\t\t\t\t<div class="recent-posts">\r\n
      \t\t\t\t\t\t\t<h4>Actualites</h4>\r\n
                                  {% if actus|length > 0 %}\r\n
      \t\t\t\t\t\t\t<ul>\r\n
                                      {% for actu in actus|slice(0, 10) %}\r\n
      \t\t\t\t\t\t\t\t<li><a href="{{path('view_article',{'id': actu.id})}}">{{actu.title}}</a></li>\r\n
      \t\t\t\t\t\t\t\t{% endfor %}\r\n
      \t\t\t\t\t\t\t</ul>\r\n
                                  {% endif %}\r\n
      \t\t\t\t\t\t</div>\r\n
      \t\t\t\t\t</div>\r\n
      \t\t\t\t</div>\r\n
      \t\t\t</div>\r\n
      \t\t</div>\r\n
      \t</div>\r\n
      \t<!-- end single article section -->\r\n
      \r\n
      \t<!-- logo carousel -->\r\n
      \t<div class="logo-carousel-section">\r\n
      \t\t<div class="container">\r\n
      \t\t\t<div class="row">\r\n
      \t\t\t\t<div class="col-lg-12">\r\n
      \t\t\t\t\t<div class="logo-carousel-inner">\r\n
      \t\t\t\t\t\t<div class="single-logo-item">\r\n
      \t\t\t\t\t\t\t<img src="assets/img/company-logos/1.png" alt="">\r\n
      \t\t\t\t\t\t</div>\r\n
      \t\t\t\t\t\t<div class="single-logo-item">\r\n
      \t\t\t\t\t\t\t<img src="assets/img/company-logos/2.png" alt="">\r\n
      \t\t\t\t\t\t</div>\r\n
      \t\t\t\t\t\t<div class="single-logo-item">\r\n
      \t\t\t\t\t\t\t<img src="assets/img/company-logos/3.png" alt="">\r\n
      \t\t\t\t\t\t</div>\r\n
      \t\t\t\t\t\t<div class="single-logo-item">\r\n
      \t\t\t\t\t\t\t<img src="assets/img/company-logos/4.png" alt="">\r\n
      \t\t\t\t\t\t</div>\r\n
      \t\t\t\t\t\t<div class="single-logo-item">\r\n
      \t\t\t\t\t\t\t<img src="assets/img/company-logos/5.png" alt="">\r\n
      \t\t\t\t\t\t</div>\r\n
      \t\t\t\t\t</div>\r\n
      \t\t\t\t</div>\r\n
      \t\t\t</div>\r\n
      \t\t</div>\r\n
      \t</div>\r\n
      \t<!-- end logo carousel -->\r\n
      {% endblock %}
      """
    -name: "front/post-item.html.twig"
    -path: "/htdocs/service.confection-mada.fr/templates/front/post-item.html.twig"
  }
  -phpFile: "/htdocs/service.confection-mada.fr/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1887
}
  1.                 <div class="col-lg-8">
  2.                     <div class="single-article-section">
  3.                         <div class="single-article-text">
  4.                             <div class="single-artcile-bg"></div>
  5.                             <p class="blog-meta">
  6.                                 <span class="author"><i class="fas fa-user"></i> {{post.author.name}}</span>
  7.                                 <span class="date"><i class="fas fa-calendar"></i> {{post.createdAt|date('d/m/Y')}}</span>
  8.                             </p>
  9.                             <h2>{{post.title}}</h2>
  10.                             {{post.description|raw}}
  11.                         </div>
  1. \t\t\t\t\t\t<div class=\"single-article-text\">
  2. \t\t\t\t\t\t\t<div class=\"single-artcile-bg\"></div>
  3. \t\t\t\t\t\t\t<p class=\"blog-meta\">
  4. \t\t\t\t\t\t\t\t<span class=\"author\"><i class=\"fas fa-user\"></i> ";
  5.         // line 31
  6.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["post"]) || array_key_exists("post"$context) ? $context["post"] : (function () { throw new RuntimeError('Variable "post" does not exist.'31$this->source); })()), "author", [], "any"falsefalsefalse31), "name", [], "any"falsefalsefalse31), "html"nulltrue);
  7.         yield "</span>
  8. \t\t\t\t\t\t\t\t<span class=\"date\"><i class=\"fas fa-calendar\"></i> ";
  9.         // line 32
  10.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source, (isset($context["post"]) || array_key_exists("post"$context) ? $context["post"] : (function () { throw new RuntimeError('Variable "post" does not exist.'32$this->source); })()), "createdAt", [], "any"falsefalsefalse32), "d/m/Y"), "html"nulltrue);
  11.         yield "</span>
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 yield from $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         </div>
  2.         <!-- end header -->
  3.         
  4.         ";
  5.         // line 92
  6.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  7.         // line 93
  8.         yield "
  9.         <!-- footer -->
  10.         <div class=\"footer-area\">
  11.             <div class=\"container\">
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/post-item.html.twig"));
  3.         $this->parent $this->load("base.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1.                 ob_start();
  2.             } else {
  3.                 ob_start(function () { return ''; });
  4.             }
  5.             try {
  6.                 $this->display($context);
  7.             } catch (\Throwable $e) {
  8.                 while (ob_get_level() > $level) {
  9.                     ob_end_clean();
  10.                 }
  1.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if (null !== $block) {
  2.             return $this->container->get('twig')->load($view)->renderBlock($block$parameters);
  3.         }
  4.         return $this->container->get('twig')->render($view$parameters);
  5.     }
  6.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  7.     {
  8.         $content $this->doRenderView($view$block$parameters$method);
  1.         return $this->container->get('twig')->render($view$parameters);
  2.     }
  3.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  4.     {
  5.         $content $this->doRenderView($view$block$parameters$method);
  6.         $response ??= new Response();
  7.         if (200 === $response->getStatusCode()) {
  8.             foreach ($parameters as $v) {
  9.                 if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1.      * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2.      * Forms found in parameters are auto-cast to form views.
  3.      */
  4.     protected function render(string $view, array $parameters = [], ?Response $response null): Response
  5.     {
  6.         return $this->doRender($viewnull$parameters$response__FUNCTION__);
  7.     }
  8.     /**
  9.      * Renders a block in a view.
  10.      *
AbstractController->render('front/post-item.html.twig', array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article)))) in src/Controller/Front/FrontController.php (line 231)
  1.         ArticleRepository $arepo
  2.     ): Response
  3.     {
  4.         $actus $arepo->findAll();
  5.         return $this->render('front/post-item.html.twig', [
  6.             'post'=> $post,
  7.             'actus'=> $actus
  8.         ]);
  9.     }
  10. }
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response$event);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2.         $this->requestStack->push($request);
  3.         $response null;
  4.         try {
  5.             return $response $this->handleRaw($request$type);
  6.         } catch (\Throwable $e) {
  7.             if ($e instanceof \Error && !$this->handleAllThrowables) {
  8.                 throw $e;
  9.             }
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
  1.     ) {
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         if (Kernel::VERSION_ID >= 60400) {
  7.             $response->send(false);
  8.             if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/htdocs/service.confection-mada.fr/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 22:32:38 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "b670d2"
    },
    "request_uri": "https://service.confection-mada.fr/_profiler/b670d2",
    "method": "GET"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\Turbo\\Request\\RequestListener::__invoke"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 22:32:38 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 22:32:38 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 22:32:38 event Notified event "kernel.controller_arguments" to listener "ContainerJYun9KP\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerJYun9KP\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 22:32:38 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 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\Turbo\\Request\\RequestListener::__invoke"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 22:32:38 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 22:32:38 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 22:32:38 event Notified event "kernel.controller_arguments" to listener "ContainerJYun9KP\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerJYun9KP\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 22:32:38 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 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Csrf\\SameOriginCsrfTokenManager::onKernelResponse"
}
DEBUG 22:32:38 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 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveUrlSubscriber::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 22:32:38 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 22:32:38 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 22:32:38 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 22:32:38 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 22:32:38 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 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\Turbo\\Request\\RequestListener::__invoke"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 22:32:38 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 22:32:38 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 22:32:38 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 22:32:38 event Notified event "kernel.controller_arguments" to listener "ContainerJYun9KP\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerJYun9KP\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 22:32:38 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 Trace

RuntimeError
Twig\Error\RuntimeError:
Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Proxies\__CG__\App\Entity\User\User" in "front/post-item.html.twig" at line 31.

  at templates/front/post-item.html.twig:31
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), object(User), 'name', array(), 'any', false, false, false, 31)
     (var/cache/dev/twig/b8/b8780e929c7cc587521dfce38d6c4563.php:131)
  at __TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa->block_body(array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_title'), 'javascripts' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_importmap'), 'stylesheets' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_body')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_title'), 'javascripts' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_importmap'), 'stylesheets' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_body')))
     (var/cache/dev/twig/59/5994ef44404734c18bbd06932bea97f1.php:193)
  at __TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7->doDisplay(array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_title'), 'javascripts' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_importmap'), 'stylesheets' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_title'), 'javascripts' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_javascripts'), 'importmap' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_importmap'), 'stylesheets' => array(object(__TwigTemplate_1c33bda86714e1f3b90bcb1388dfe9c7), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_body')))
     (var/cache/dev/twig/b8/b8780e929c7cc587521dfce38d6c4563.php:54)
  at __TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa->doDisplay(array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_title'), 'body' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_body')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_title'), 'body' => array(object(__TwigTemplate_c84e6bff0ff37d9d8a4e6a3ed38b59fa), 'block_body')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article))))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article))))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article))))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('front/post-item.html.twig', array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('front/post-item.html.twig', null, array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article))), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('front/post-item.html.twig', null, array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article))), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('front/post-item.html.twig', array('post' => object(Article), 'actus' => array(object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article), object(Article))))
     (src/Controller/Front/FrontController.php:231)
  at App\Controller\Front\FrontController->viewPost(object(Article), object(ArticleRepository))
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:182)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/htdocs/service.confection-mada.fr/vendor/autoload_runtime.php')
     (public/index.php:5)