Symfony Exception

RuntimeError

HTTP 500 Internal Server Error

Variable "years" does not exist.

Exception

Twig\Error\ RuntimeError

  1.                             </div>
  2.                             <div class="grid-3 pad-2-right l-grid-12 l-pad-0-right">
  3.                                 <select name="filters[year]" onchange="filtersFormSubmit();">
  4.                                     <option value="">Années</option>
  5.                                     <option value="">-</option>
  6.                                     {% for year in years %}
  7.                                     <option value="{{ year }}"{% if filters['year'] is defined and year == filters['year'] %} selected{% endif %}>{{ year }}</option>
  8.                                     {% endfor %}
  9.                                 </select>
  10.                             </div>
  11.                             <div class="grid-6 pad-2-left l-grid-12 l-pad-0-right">
  1.                                     <option value=\"\">Années</option>
  2.                                     <option value=\"\">-</option>
  3.                                     ";
  4.         // line 44
  5.         $context['_parent'] = $context;
  6.         $context['_seq'] = twig_ensure_traversable((isset($context["years"]) || array_key_exists("years"$context) ? $context["years"] : (function () { throw new RuntimeError('Variable "years" does not exist.'44$this->source); })()));
  7.         foreach ($context['_seq'] as $context["_key"] => $context["year"]) {
  8.             // line 45
  9.             echo "                                    <option value=\"";
  10.             echo twig_escape_filter($this->env$context["year"], "html"nulltrue);
  11.             echo "\"";
in vendor/twig/twig/src/Template.php -> block_body (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.             </header>
  2.       ";
  3.         // line 100
  4.         echo "      ";
  5.         $this->displayBlock('body'$context$blocks);
  6.         // line 185
  7.         echo "      ";
  8.         // line 186
  9.         echo "            <footer id=\"footer\" role=\"contentinfo\">
  10.                 <div class=\"container\">
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $macros $this->macros;
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@DickensSite/layout-content.html.twig"));
  4.         $this->parent $this->loadTemplate("@DickensSite/layout.html.twig""@DickensSite/layout-content.html.twig"2);
  5.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  8.     }
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $macros $this->macros;
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@DickensSite/Agenda/conferences.html.twig"));
  4.         $this->parent $this->loadTemplate("@DickensSite/layout-content.html.twig""@DickensSite/Agenda/conferences.html.twig"2);
  5.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  8.     }
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  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.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context, \func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  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.     {
  2.         if (!$this->container->has('twig')) {
  3.             throw new \LogicException('You cannot use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
  4.         }
  5.         return $this->container->get('twig')->render($view$parameters);
  6.     }
  7.     /**
  8.      * Renders a view.
  9.      */
  1.     /**
  2.      * Renders a view.
  3.      */
  4.     protected function render(string $view, array $parameters = [], Response $response null): Response
  5.     {
  6.         $content $this->renderView($view$parameters);
  7.         if (null === $response) {
  8.             $response = new Response();
  9.         }
AbstractController->render('@DickensSite/Agenda/conferences.html.twig', array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)))) in src/Dickens/SiteBundle/Controller/AgendaController.php (line 67)
  1.                 array('site_page' => 'activites/conferences',
  2.                     'body_class' => 'agenda',
  3.                     //'eventsTab' => $eventsTab,
  4.                     'events' => $events,
  5.                     'cycle' => $cycle,
  6.                     'cycles' => $cycles));
  7.     }
  8.     public function index(Request $request){
  9.         $repConf $this->getDoctrine()->getRepository('DickensWebBundle:Conference');
  10.         $repCycle $this->getDoctrine()->getRepository('DickensWebBundle:ConferenceCycle');
in vendor/symfony/http-kernel/HttpKernel.php -> conferences (line 152)
  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);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $requestint $type HttpKernelInterface::MAIN_REQUESTbool $catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  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.         $this->request $request;
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         $response->send();
  7.         if ($this->kernel instanceof TerminableInterface) {
  8.             $this->kernel->terminate($this->request$response);
  9.         }
in vendor/autoload_runtime.php -> run (line 35)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/ed_lal/espace-dickens.ch/2022/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

No log messages

Stack Trace

RuntimeError
Twig\Error\RuntimeError:
Variable "years" does not exist.

  at src/Dickens/SiteBundle/Resources/views/Agenda/conferences.html.twig:44
  at __TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0->{closure}()
     (var/cache/prod/twig/1c/1c27aefd498342fbea39378805ca8024693810e708a8d5935e1e4892447280c9.php:151)
  at __TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0->block_body(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable), 'title' => 'Espace Dickens', 'description' => 'L\'Espace Dickens est un lieu qui a pour objectif de rassembler citoyens et organisations de la société civile autour de valeurs éthiques communes.', 'baseUrl' => '', 'mainNewsClass' => 'close', '_parent' => array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable), 'title' => 'Espace Dickens', 'description' => 'L\'Espace Dickens est un lieu qui a pour objectif de rassembler citoyens et organisations de la société civile autour de valeurs éthiques communes.', 'baseUrl' => '', 'mainNewsClass' => 'close')), array('title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body'), 'content' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_content')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('body', array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable), 'title' => 'Espace Dickens', 'description' => 'L\'Espace Dickens est un lieu qui a pour objectif de rassembler citoyens et organisations de la société civile autour de valeurs éthiques communes.', 'baseUrl' => '', 'mainNewsClass' => 'close'), array('title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body'), 'content' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_content')))
     (var/cache/prod/twig/b4/b4afae4df49678ab16da8a4a8dbf4616353d61974d5e47f98c9bd1198e4ed166.php:248)
  at __TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0->doDisplay(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable), 'title' => 'Espace Dickens', 'description' => 'L\'Espace Dickens est un lieu qui a pour objectif de rassembler citoyens et organisations de la société civile autour de valeurs éthiques communes.', 'baseUrl' => '', 'mainNewsClass' => 'close'), array('title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body'), 'content' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body'), 'content' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body'), 'content' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_content'), 'title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head')))
     (var/cache/prod/twig/a4/a4830410665886b89da5ac03f8c3734c66d8ea4819d96de3a389b42e3491bec8.php:46)
  at __TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103->doDisplay(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body'), 'content' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_content'), 'title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body'), 'content' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_content'), 'title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head'), 'body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body')))
     (var/cache/prod/twig/1c/1c27aefd498342fbea39378805ca8024693810e708a8d5935e1e4892447280c9.php:47)
  at __TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0->doDisplay(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head'), 'body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle)), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_title'), 'head' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_head'), 'body' => array(object(__TwigTemplate_3b674a9ecb064be8e25a60d6ef2920d974965f46c2ced25ed97dc02950d3c4a0), 'block_body')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle))))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle))), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle))))
     (vendor/twig/twig/src/Environment.php:277)
  at Twig\Environment->render('@DickensSite/Agenda/conferences.html.twig', array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@DickensSite/Agenda/conferences.html.twig', array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@DickensSite/Agenda/conferences.html.twig', array('site_page' => 'activites/conferences', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'cycle' => object(ConferenceCycle), 'cycles' => array(object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle), object(ConferenceCycle))))
     (src/Dickens/SiteBundle/Controller/AgendaController.php:67)
  at App\Dickens\SiteBundle\Controller\AgendaController->conferences('6')
     (vendor/symfony/http-kernel/HttpKernel.php:152)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  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:35)
  at require_once('/home/ed_lal/espace-dickens.ch/2022/vendor/autoload_runtime.php')
     (public/index.php:5)