Symfony Exception

ErrorException RuntimeError

HTTP 500 Internal Server Error

An exception has been thrown during the rendering of a template ("Warning: imagecreatefrompng(/home/ed_lal/espace-dickens.ch/2022/src/Dickens/MoreBundle/Entity/../../../../public/data/files/Visuel-Rigaux-Insta.png): failed to open stream: No such file or directory").

Exceptions 2

Twig\Error\ RuntimeError

  1.         <div class="side">
  2.             <div class="wrapper">
  3.                 <div class="agenda-side">
  4.                     {% if not event.image is null %}
  5.                         <div class="visuel" onclick="window.location='{{url('dickens_site_agenda', {'id':event.id})}}';" style="cursor:pointer;">
  6.                             <img src="{{asset(event.getImageFormat(440, 440))}}">
  7.                         </div>
  8.                     {% endif %}
  9.                 </div>
  10.             </div>
  11.         </div>
  1.         $this->loadTemplate("@DickensSite/Default/menu.html.twig""@DickensSite/layout-content.html.twig"6)->display($context);
  2.         // line 7
  3.         echo "    </div>
  4.     ";
  5.         // line 8
  6.         $this->displayBlock('content'$context$blocks);
  7.         // line 11
  8.         echo "    <div class=\"clearfix\"></div>
  9. ";
  10.         
  11.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
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/autres.html.twig"));
  4.         $this->parent $this->loadTemplate("@DickensSite/layout-content.html.twig""@DickensSite/Agenda/autres.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/autres.html.twig', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'))) in src/Dickens/SiteBundle/Controller/AgendaController.php (line 146)
  1.             }
  2.             if(!in_array($etYear$years)) $years[] = $etYear;
  3.         }
  4.         rsort($years);
  5.         return $this->render('@DickensSite/Agenda/autres.html.twig', array('site_page' => 'activites/autres''body_class' => 'agenda''events' => $events'year' => $year'years' => $years));
  6.     }
  7.     public function view($id){
  8.         $rep $this->getDoctrine()->getRepository('DickensWebBundle:Conference');
  9.         $event $rep->find($id);
  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. };

ErrorException

Warning: imagecreatefrompng(/home/ed_lal/espace-dickens.ch/2022/src/Dickens/MoreBundle/Entity/../../../../public/data/files/Visuel-Rigaux-Insta.png): failed to open stream: No such file or directory

  1.                 case "jpg":
  2.                 case "jpeg":
  3.                         $imgOrg imagecreatefromjpeg($imgOrgPath);
  4.                         break;
  5.                 case "png":
  6.                         $imgOrg imagecreatefrompng($imgOrgPath);
  7.                         imagealphablending($imgOrgtrue);
  8.                         break;
  9.                 case "gif":
  10.                         $imgOrg imagecreatefromgif($imgOrgPath);
  11.                         break;
ImageTools->generateImage('/home/ed_lal/espace-dickens.ch/2022/src/Dickens/WebBundle/Entity/../../../../public/data/images_gen/440x440_0', 'Visuel-Rigaux-Insta.png', 440, 440, false) in src/Dickens/WebBundle/Entity/ImageTools.php (line 27)
  1.             //mkdir($this->getUploadRootDir()."/".$styleDir);
  2.             $filesystem->mkdir($this->getUploadRootDir()."/".$styleDir);
  3.         }
  4.         $f $this->getUploadRootDir()."/".$styleDir."/".$this->_fileName;
  5.         if(!file_exists($f) || !$cache){
  6.             $this->generateImage($this->getUploadRootDir()."/".$styleDir$this->_fileName$width$height$crop);
  7.         }
  8.         
  9.         return $this->getUploadDir()."/".$styleDir."/".$this->_fileName;
  10.     }
  11.     
ImageTools->getImageFormat(440, 440, false, true) in src/Dickens/WebBundle/Entity/Conference.php (line 506)
  1.     public function getImageFormat($width$height$crop=false$cache=true)
  2.     {        
  3.         $img = new \App\Dickens\WebBundle\Entity\ImageTools($this->image->getFile()->getFileName(), $this->image->getFile()->getUploadRootDir());
  4.         
  5.         
  6.         return $img->getImageFormat($width$height$crop$cache);
  7.     }
  8.     /**
  9.      * Set vignette
  10.      *
  1.     }
  2.     // Some objects throw exceptions when they have __call, and the method we try
  3.     // to call is not supported. If ignoreStrictCheck is true, we should return null.
  4.     try {
  5.         $ret $object->$method(...$arguments);
  6.     } catch (\BadMethodCallException $e) {
  7.         if ($call && ($ignoreStrictCheck || !$env->isStrictVariables())) {
  8.             return;
  9.         }
  10.         throw $e;
  1.                 echo "                        <div class=\"visuel\" onclick=\"window.location='";
  2.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("dickens_site_agenda", ["id" => twig_get_attribute($this->env$this->source$context["event"], "id", [], "any"falsefalsefalse59)]), "html"nulltrue);
  3.                 echo "';\" style=\"cursor:pointer;\">
  4.                             <img src=\"";
  5.                 // line 60
  6.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->source$context["event"], "getImageFormat", [=> 440=> 440], "method"falsefalsefalse60)), "html"nulltrue);
  7.                 echo "\">
  8.                         </div>
  9.                     ";
  10.             }
  11.             // line 63
in vendor/twig/twig/src/Template.php -> block_content (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.         $this->loadTemplate("@DickensSite/Default/menu.html.twig""@DickensSite/layout-content.html.twig"6)->display($context);
  2.         // line 7
  3.         echo "    </div>
  4.     ";
  5.         // line 8
  6.         $this->displayBlock('content'$context$blocks);
  7.         // line 11
  8.         echo "    <div class=\"clearfix\"></div>
  9. ";
  10.         
  11.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
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/autres.html.twig"));
  4.         $this->parent $this->loadTemplate("@DickensSite/layout-content.html.twig""@DickensSite/Agenda/autres.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/autres.html.twig', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'))) in src/Dickens/SiteBundle/Controller/AgendaController.php (line 146)
  1.             }
  2.             if(!in_array($etYear$years)) $years[] = $etYear;
  3.         }
  4.         rsort($years);
  5.         return $this->render('@DickensSite/Agenda/autres.html.twig', array('site_page' => 'activites/autres''body_class' => 'agenda''events' => $events'year' => $year'years' => $years));
  6.     }
  7.     public function view($id){
  8.         $rep $this->getDoctrine()->getRepository('DickensWebBundle:Conference');
  9.         $event $rep->find($id);
  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 Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Warning: imagecreatefrompng(/home/ed_lal/espace-dickens.ch/2022/src/Dickens/MoreBundle/Entity/../../../../public/data/files/Visuel-Rigaux-Insta.png): failed to open stream: No such file or directory").

  at src/Dickens/SiteBundle/Resources/views/Agenda/autres.html.twig:60
  at Twig\Template->displayBlock('content', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (var/cache/prod/twig/a4/a4830410665886b89da5ac03f8c3734c66d8ea4819d96de3a389b42e3491bec8.php:68)
  at __TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103->block_body(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('body', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (var/cache/prod/twig/b4/b4afae4df49678ab16da8a4a8dbf4616353d61974d5e47f98c9bd1198e4ed166.php:248)
  at __TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0->doDisplay(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content'), 'title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head')))
     (var/cache/prod/twig/a4/a4830410665886b89da5ac03f8c3734c66d8ea4819d96de3a389b42e3491bec8.php:46)
  at __TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103->doDisplay(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content'), 'title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content'), 'title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (var/cache/prod/twig/6b/6b68b810b0e99b4373baa7154ef80be0c80512cd10bcd4697969ddf18ae731d5.php:47)
  at __TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa->doDisplay(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (vendor/twig/twig/src/Environment.php:277)
  at Twig\Environment->render('@DickensSite/Agenda/autres.html.twig', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@DickensSite/Agenda/autres.html.twig', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@DickensSite/Agenda/autres.html.twig', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (src/Dickens/SiteBundle/Controller/AgendaController.php:146)
  at App\Dickens\SiteBundle\Controller\AgendaController->autres('2023')
     (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)                
[1/2] ErrorException
ErrorException:
Warning: imagecreatefrompng(/home/ed_lal/espace-dickens.ch/2022/src/Dickens/MoreBundle/Entity/../../../../public/data/files/Visuel-Rigaux-Insta.png): failed to open stream: No such file or directory

  at src/Dickens/WebBundle/Entity/ImageTools.php:46
  at App\Dickens\WebBundle\Entity\ImageTools->generateImage('/home/ed_lal/espace-dickens.ch/2022/src/Dickens/WebBundle/Entity/../../../../public/data/images_gen/440x440_0', 'Visuel-Rigaux-Insta.png', 440, 440, false)
     (src/Dickens/WebBundle/Entity/ImageTools.php:27)
  at App\Dickens\WebBundle\Entity\ImageTools->getImageFormat(440, 440, false, true)
     (src/Dickens/WebBundle/Entity/Conference.php:506)
  at App\Dickens\WebBundle\Entity\Conference->getImageFormat(440, 440)
     (vendor/twig/twig/src/Extension/CoreExtension.php:1597)
  at twig_get_attribute(object(Environment), object(Source), object(Conference), 'getImageFormat', array(440, 440), 'method', false, false, false, 60)
     (var/cache/prod/twig/6b/6b68b810b0e99b4373baa7154ef80be0c80512cd10bcd4697969ddf18ae731d5.php:219)
  at __TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa->block_content(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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'), '_seq' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'event' => object(Conference), '_key' => 11), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('content', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (var/cache/prod/twig/a4/a4830410665886b89da5ac03f8c3734c66d8ea4819d96de3a389b42e3491bec8.php:68)
  at __TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103->block_body(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('body', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (var/cache/prod/twig/b4/b4afae4df49678ab16da8a4a8dbf4616353d61974d5e47f98c9bd1198e4ed166.php:248)
  at __TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0->doDisplay(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), '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_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'test' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_test'), 'mainNews' => array(object(__TwigTemplate_bbfc68b97d15af874ed0aa51d9ddd70488775cecb0856328bdfbacc5aeedc6b0), 'block_mainNews'), 'body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content'), 'title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head')))
     (var/cache/prod/twig/a4/a4830410665886b89da5ac03f8c3734c66d8ea4819d96de3a389b42e3491bec8.php:46)
  at __TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103->doDisplay(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content'), 'title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_ec91dd94ed295f69dc7706c30926216aaf9a6767f02d0b02a75d80f2fce57103), 'block_body'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content'), 'title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (var/cache/prod/twig/6b/6b68b810b0e99b4373baa7154ef80be0c80512cd10bcd4697969ddf18ae731d5.php:47)
  at __TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa->doDisplay(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_title'), 'head' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_head'), 'content' => array(object(__TwigTemplate_23a0999e0205e2d5c389806a942ccefa1d4979d192cb480c3f7c51da9c0fd0fa), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (vendor/twig/twig/src/Environment.php:277)
  at Twig\Environment->render('@DickensSite/Agenda/autres.html.twig', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@DickensSite/Agenda/autres.html.twig', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@DickensSite/Agenda/autres.html.twig', array('site_page' => 'activites/autres', 'body_class' => 'agenda', 'events' => array(object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference), object(Conference)), 'year' => '2023', 'years' => array('2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014')))
     (src/Dickens/SiteBundle/Controller/AgendaController.php:146)
  at App\Dickens\SiteBundle\Controller\AgendaController->autres('2023')
     (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)