Symfony Exception

LoaderError

HTTP 500 Internal Server Error

Unable to find template "app/_inc/_modal-addtobasket.html.twig" (looked into: /home/a2d/home/http/app/Resources/views, /home/a2d/home/http/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form) in app/catalog/list.html.twig at line 99.

Exception

Twig\Error\ LoaderError

  1.         if (!$throw) {
  2.             return false;
  3.         }
  4.         throw new LoaderError($this->errorCache[$name]);
  5.     }
  6.     private function normalizeName($name)
  7.     {
  8.         return preg_replace('#/{2,}#''/'str_replace('\\''/'$name));
FilesystemLoader->findTemplate('app/_inc/_modal-addtobasket.html.twig') in vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php (line 76)
  1.             return $this->cache[$logicalName];
  2.         }
  3.         $file null;
  4.         try {
  5.             $file parent::findTemplate($logicalName);
  6.         } catch (LoaderError $e) {
  7.             $twigLoaderException $e;
  8.             // for BC
  9.             try {
FilesystemLoader->findTemplate('app/_inc/_modal-addtobasket.html.twig') in vendor/twig/twig/src/Loader/FilesystemLoader.php (line 150)
  1.         return new Source(file_get_contents($path), $name$path);
  2.     }
  3.     public function getCacheKey($name)
  4.     {
  5.         if (null === ($path $this->findTemplate($name)) || false === $path) {
  6.             return '';
  7.         }
  8.         $len = \strlen($this->rootPath);
  9.         if (=== strncmp($this->rootPath$path$len)) {
  10.             return substr($path$len);
FilesystemLoader->getCacheKey('app/_inc/_modal-addtobasket.html.twig') in vendor/twig/twig/src/Environment.php (line 299)
  1.      *
  2.      * @internal
  3.      */
  4.     public function getTemplateClass($name$index null)
  5.     {
  6.         $key $this->getLoader()->getCacheKey($name).$this->optionsHash;
  7.         return $this->templateClassPrefix.hash('sha256'$key).(null === $index '' '___'.$index);
  8.     }
  9.     /**
Environment->getTemplateClass('app/_inc/_modal-addtobasket.html.twig') in vendor/twig/twig/src/Environment.php (line 381)
  1.      *
  2.      * @internal
  3.      */
  4.     public function loadTemplate($name$index null)
  5.     {
  6.         return $this->loadClass($this->getTemplateClass($name), $name$index);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
Environment->loadTemplate('app/_inc/_modal-addtobasket.html.twig', null) in vendor/twig/twig/src/Template.php (line 335)
  1.                 }
  2.                 return $this->env->loadClass($class$template$index);
  3.             }
  4.             return $this->env->loadTemplate($template$index);
  5.         } catch (Error $e) {
  6.             if (!$e->getSourceContext()) {
  7.                 $e->setSourceContext($templateName ? new Source(''$templateName) : $this->getSourceContext());
  8.             }
Template->loadTemplate('app/_inc/_modal-addtobasket.html.twig', 'app/catalog/list.html.twig', 99) in var/cache/prod/twig/00/0088e3bbd0869611641813d1d5d848b4aa83943a97ddf6b9104557a720d8fb33.php (line 249)
  1.         </div>
  2.     </section>
  3.     ";
  4.         // line 99
  5.         $this->loadTemplate("app/_inc/_modal-addtobasket.html.twig""app/catalog/list.html.twig"99)->display($context);
  6.         // line 100
  7.         echo "
  8.     ";
  9.         // line 101
  10.         $context["data"] = ["catid" => twig_get_attribute($this->env$this->source,         // line 102
__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7->block_content(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute), 'path' => 'product_list'), array('seo' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_seo'), 'meta' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_meta'), 'libcss' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libcss'), 'css' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_css'), 'header' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_header'), 'content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'real' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_real'), 'libjs' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libjs'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js'))) in vendor/twig/twig/src/Template.php (line 184)
  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.                 }
Template->displayBlock('content', array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute), 'path' => 'product_list'), array('seo' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_seo'), 'meta' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_meta'), 'libcss' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libcss'), 'css' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_css'), 'header' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_header'), 'content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'real' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_real'), 'libjs' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libjs'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js'))) in var/cache/prod/twig/a2/a2c573aa2a14856d8a5b53edf93b2aae2c90ae891dff5f8c89a9e6911dfc5982.php (line 94)
  1.         $this->displayBlock('header'$context$blocks);
  2.         // line 25
  3.         echo "            <main>
  4.                 ";
  5.         // line 26
  6.         $this->displayBlock('content'$context$blocks);
  7.         // line 28
  8.         echo "                ";
  9.         $this->displayBlock('real'$context$blocks);
  10.         // line 31
  11.         echo "            </main>
__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f->doDisplay(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute), 'path' => 'product_list'), array('seo' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_seo'), 'meta' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_meta'), 'libcss' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libcss'), 'css' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_css'), 'header' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_header'), 'content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'real' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_real'), 'libjs' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libjs'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js'))) in vendor/twig/twig/src/Template.php (line 407)
  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.             }
Template->displayWithErrorHandling(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute)), array('seo' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_seo'), 'meta' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_meta'), 'libcss' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libcss'), 'css' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_css'), 'header' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_header'), 'content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'real' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_real'), 'libjs' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libjs'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js'))) in vendor/twig/twig/src/Template.php (line 380)
  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();
Template->display(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute)), array('content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js'))) in var/cache/prod/twig/00/0088e3bbd0869611641813d1d5d848b4aa83943a97ddf6b9104557a720d8fb33.php (line 46)
  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""app/catalog/list.html.twig"));
  4.         $this->parent $this->loadTemplate("base.html.twig""app/catalog/list.html.twig"1);
  5.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  6.         
  7.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  8.     }
__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7->doDisplay(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute)), array('content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js'))) in vendor/twig/twig/src/Template.php (line 407)
  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.             }
Template->displayWithErrorHandling(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute)), array('content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js'))) in vendor/twig/twig/src/Template.php (line 380)
  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();
Template->display(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection))) in vendor/twig/twig/src/Template.php (line 392)
  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.             }
Template->render(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection))) in vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php (line 49)
  1.      *
  2.      * @throws Error if something went wrong like a thrown exception while rendering the template
  3.      */
  4.     public function render($name, array $parameters = [])
  5.     {
  6.         return $this->load($name)->render($parameters);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      *
TwigEngine->render('app/catalog/list.html.twig', array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection))) in vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php (line 45)
  1.      * {@inheritdoc}
  2.      */
  3.     public function render($name, array $parameters = [])
  4.     {
  5.         try {
  6.             return parent::render($name$parameters);
  7.         } catch (Error $e) {
  8.             if ($name instanceof TemplateReference && !method_exists($e'setSourceContext')) {
  9.                 try {
  10.                     // try to get the real name of the template where the error occurred
  11.                     $name $e->getTemplateName();
TwigEngine->render('app/catalog/list.html.twig', array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection))) in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php (line 284)
  1.      * @final since version 3.4
  2.      */
  3.     protected function render($view, array $parameters = [], Response $response null)
  4.     {
  5.         if ($this->container->has('templating')) {
  6.             $content $this->container->get('templating')->render($view$parameters);
  7.         } elseif ($this->container->has('twig')) {
  8.             $content $this->container->get('twig')->render($view$parameters);
  9.         } else {
  10.             throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  11.         }
Controller->render('app/catalog/list.html.twig', array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection))) in src/CatalogBundle/Controller/DefaultController.php (line 99)
  1.                     $orderedfilters->get($filter['attribute_name'])->add(array('item_id' => $filter['item_id'], 'item_name' => $filter['item_name']));
  2.                 }
  3.             }
  4.         }
  5. //        die(VarDumper::dump($orderedfilters->toArray()));
  6.         return $this->render('app/catalog/list.html.twig', array('category' => $category'filters' => $orderedfilters'categories' => $categories'souscats' => $souscats,));
  7.     }
  8.     
  9.     /**
  10.      * @Route("/{idCategory}/{slugCategory}/{id}/{slug}", name="product_show", requirements={"_locale" = "en|fr"}, options={"sitemap": true, "priority": 0.7, "changefreq": "daily"})
  11.      * @ParamConverter("category", class="CatalogBundle:Category", options={"mapping": {"idCategory" = "id"}})
DefaultController->indexAction(object(Request), object(Category)) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 151)
  1.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS$event);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response = \call_user_func_array($controller$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new GetResponseForControllerResultEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch(KernelEvents::VIEW$event);
HttpKernel->handleRaw(object(Request), 1) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 68)
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level'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) {
HttpKernel->handle(object(Request), 1, true) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php (line 200)
  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.     }
Kernel->handle(object(Request)) in web/app.php (line 19)
  1. //$kernel = new AppCache($kernel);
  2. // When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter
  3. //Request::enableHttpMethodParameterOverride();
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs

No log messages

Stack Trace

LoaderError

Twig\Error\LoaderError:
Unable to find template "app/_inc/_modal-addtobasket.html.twig" (looked into: /home/a2d/home/http/app/Resources/views, /home/a2d/home/http/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form) in "app/catalog/list.html.twig" at line 99.

  at vendor/twig/twig/src/Loader/FilesystemLoader.php:250
  at Twig\Loader\FilesystemLoader->findTemplate('app/_inc/_modal-addtobasket.html.twig')
     (vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php:76)
  at Symfony\Bundle\TwigBundle\Loader\FilesystemLoader->findTemplate('app/_inc/_modal-addtobasket.html.twig')
     (vendor/twig/twig/src/Loader/FilesystemLoader.php:150)
  at Twig\Loader\FilesystemLoader->getCacheKey('app/_inc/_modal-addtobasket.html.twig')
     (vendor/twig/twig/src/Environment.php:299)
  at Twig\Environment->getTemplateClass('app/_inc/_modal-addtobasket.html.twig')
     (vendor/twig/twig/src/Environment.php:381)
  at Twig\Environment->loadTemplate('app/_inc/_modal-addtobasket.html.twig', null)
     (vendor/twig/twig/src/Template.php:335)
  at Twig\Template->loadTemplate('app/_inc/_modal-addtobasket.html.twig', 'app/catalog/list.html.twig', 99)
     (var/cache/prod/twig/00/0088e3bbd0869611641813d1d5d848b4aa83943a97ddf6b9104557a720d8fb33.php:249)
  at __TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7->block_content(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute), 'path' => 'product_list'), array('seo' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_seo'), 'meta' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_meta'), 'libcss' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libcss'), 'css' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_css'), 'header' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_header'), 'content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'real' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_real'), 'libjs' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libjs'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js')))
     (vendor/twig/twig/src/Template.php:184)
  at Twig\Template->displayBlock('content', array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute), 'path' => 'product_list'), array('seo' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_seo'), 'meta' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_meta'), 'libcss' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libcss'), 'css' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_css'), 'header' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_header'), 'content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'real' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_real'), 'libjs' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libjs'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js')))
     (var/cache/prod/twig/a2/a2c573aa2a14856d8a5b53edf93b2aae2c90ae891dff5f8c89a9e6911dfc5982.php:94)
  at __TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f->doDisplay(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute), 'path' => 'product_list'), array('seo' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_seo'), 'meta' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_meta'), 'libcss' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libcss'), 'css' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_css'), 'header' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_header'), 'content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'real' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_real'), 'libjs' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libjs'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js')))
     (vendor/twig/twig/src/Template.php:407)
  at Twig\Template->displayWithErrorHandling(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute)), array('seo' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_seo'), 'meta' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_meta'), 'libcss' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libcss'), 'css' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_css'), 'header' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_header'), 'content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'real' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_real'), 'libjs' => array(object(__TwigTemplate_f1567a117a9d428b81cee97edbf8d1da2ea4f85abb582789a0a12169559c284f), 'block_libjs'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js')))
     (vendor/twig/twig/src/Template.php:380)
  at Twig\Template->display(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute)), array('content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js')))
     (var/cache/prod/twig/00/0088e3bbd0869611641813d1d5d848b4aa83943a97ddf6b9104557a720d8fb33.php:46)
  at __TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7->doDisplay(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute)), array('content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js')))
     (vendor/twig/twig/src/Template.php:407)
  at Twig\Template->displayWithErrorHandling(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'app' => object(AppVariable), 'seo' => object(Seo), 'checkroute' => object(CheckRoute)), array('content' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_content'), 'js' => array(object(__TwigTemplate_721e0ca4639eb5a52bb9459ff29953331898eddecc4a3c901eed4712a82a6cb7), 'block_js')))
     (vendor/twig/twig/src/Template.php:380)
  at Twig\Template->display(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection)))
     (vendor/twig/twig/src/Template.php:392)
  at Twig\Template->render(array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection)))
     (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:49)
  at Symfony\Bridge\Twig\TwigEngine->render('app/catalog/list.html.twig', array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection)))
     (vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php:45)
  at Symfony\Bundle\TwigBundle\TwigEngine->render('app/catalog/list.html.twig', array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection)))
     (vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:284)
  at Symfony\Bundle\FrameworkBundle\Controller\Controller->render('app/catalog/list.html.twig', array('category' => object(Category), 'filters' => object(ArrayCollection), 'categories' => array(object(Category), object(Category)), 'souscats' => object(ArrayCollection)))
     (src/CatalogBundle/Controller/DefaultController.php:99)
  at CatalogBundle\Controller\DefaultController->indexAction(object(Request), object(Category))
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (web/app.php:19)