Symfony Exception

RuntimeError

HTTP 500 Internal Server Error

Impossible to access an attribute ("url") on a null variable.

Exception

Twig\Error\ RuntimeError

  1.         </div>
  2.         <div class="card-body">
  3.             <div class="mb-3">
  4.                 <p class="h6">
  5.                     <a class="text-inherit" target="_blank" href="{% verbatim %}{{= p.link }}{% endverbatim %}{{ 'product_url_utm'|trans({},'application') }}&utm_term={{ (parent is defined) ? parent.url }}">{% verbatim %}{{= p.title }}{% endverbatim %}</a>
  6.                 </p>
  7.             </div>
  8.         </div>
  9.         <div class="card-footer border-0 pt-0">
  1.                     <a class=\"text-inherit\" target=\"_blank\" href=\"";
  2.         // line 10
  3.         echo "{{= p.link }}";
  4.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_url_utm", [], "application"), "html"nulltrue);
  5.         echo "&utm_term=";
  6.         (((isset($context["parent"]) || array_key_exists("parent"$context))) ? (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["parent"]) || array_key_exists("parent"$context) ? $context["parent"] : (function () { throw new RuntimeError('Variable "parent" does not exist.'10$this->source); })()), "url", [], "any"falsefalsefalse10), "html"nulltrue))) : (print ("")));
  7.         echo "\">";
  8.         echo "{{= p.title }}";
  9.         echo "</a>
  10.                 </p>
  11.             </div>
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  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 378)
  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.             // line 120
  2.             echo "                ";
  3.         } else {
  4.             // line 121
  5.             echo "                    ";
  6.             $this->loadTemplate("product/app/components/_card_scarab.html.twig""block/app/scarab.html.twig"121)->display($context);
  7.             // line 122
  8.             echo "            ";
  9.         }
  10.         // line 123
  11.         echo "        </div>
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  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 378)
  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 390)
  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.      *
  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('block/app/scarab.html.twig', array('block' => object(Block), 'parent' => null)) in src/Service/Block.php (line 214)
  1.             case 'elanco23_highlighted' :
  2.                 $data['competition'] = $this->competitionRepository->showRandom($locale,1);
  3.         }
  4.         return $this->templating->render($block->getTemplate()->getUrl(), $data);
  5.     }
  6. }
  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.                     // line 73
  2.                     echo "                        ";
  3.                     if (twig_get_attribute($this->env$this->source$context["block"], "status", [], "any"falsefalsefalse73)) {
  4.                         // line 74
  5.                         echo "                            ";
  6.                         echo twig_get_attribute($this->env$this->source, (isset($context["blockService"]) || array_key_exists("blockService"$context) ? $context["blockService"] : (function () { throw new RuntimeError('Variable "blockService" does not exist.'74$this->source); })()), "get", [=> $context["block"]], "method"falsefalsefalse74);
  7.                         echo "
  8.                         ";
  9.                     }
  10.                     // line 76
  11.                     echo "                    ";
in vendor/twig/twig/src/Template.php->block_body (line 182)
  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.         echo "
  2.         <main id=\"content\" role=\"main\" class=\"overflow-hidden\">
  3.             ";
  4.         // line 85
  5.         $this->displayBlock('body'$context$blocks);
  6.         // line 86
  7.         echo "        </main>
  8. ";
  9.         // line 88
  10.         echo "
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  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 378)
  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""search/app/index.html.twig"));
  4.         $this->parent $this->loadTemplate("application/layout.html.twig""search/app/index.html.twig"1);
  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 405)
  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 378)
  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 390)
  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.      *
  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.      *
  1.     protected function render(string $view, array $parameters = [], Response $response null): Response
  2.     {
  3.         if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
  4.             @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  5.             $content $this->container->get('templating')->render($view$parameters);
  6.         } elseif ($this->container->has('twig')) {
  7.             $content $this->container->get('twig')->render($view$parameters);
  8.         } else {
  9.             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".');
  10.         }
AbstractController->render('search/app/index.html.twig', array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page))) in src/Controller/SearchController.php (line 108)
  1.         return $this->render('search/app/index.html.twig', [
  2.             'keyword' => $keyword,
  3.             'results' => $results,
  4.             'topSearches' => $topSearches,
  5.             'page' => $pageRepository->findOneById(10)
  6.         ]);
  7.     }
  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 $request$type HttpKernelInterface::MASTER_REQUEST$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.     }
Kernel->handle(object(Request)) in public/index.php (line 27)
  1. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  2. $request Request::createFromGlobals();
  3. $response $kernel->handle($request);
  4. /*$response->setCache([
  5.     'max_age' => 31536000,
  6. ]);*/
  7. $response->send();
  8. $kernel->terminate($request$response);

Logs

No log messages

Stack Trace

RuntimeError

Twig\Error\RuntimeError:
Impossible to access an attribute ("url") on a null variable.

  at templates/product/app/components/_card_scarab.html.twig:10
  at twig_get_attribute(object(Environment), object(Source), null, 'url', array(), 'any', false, false, false, 10)
     (var/cache/app/twig/84/84f793a5f5998650a068a5810b8e01bb42136aca27edd67df07b84ad4c039c73.php:59)
  at __TwigTemplate_36b0ef011af2b07a1db1397f3380ad09952c2ff49e605506bfed8cfd389fb56c->doDisplay(array('block' => object(Block), 'parent' => null, 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block), 'col' => '12'), array())
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('block' => object(Block), 'parent' => null, 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block), 'col' => '12'), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('block' => object(Block), 'parent' => null, 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block), 'col' => '12'))
     (var/cache/app/twig/83/83211c39162a9d8e7b7f03de11b1da704e80df265720f71e90c3d9281fb7bbcd.php:224)
  at __TwigTemplate_766e1d3423cbfba93ea117a344728c7a8d02f165704f2c9725dd2485cd1a12e3->doDisplay(array('block' => object(Block), 'parent' => null, 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block), 'col' => '12'), array())
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('block' => object(Block), 'parent' => null, 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block)), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('block' => object(Block), 'parent' => null))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('block' => object(Block), 'parent' => null))
     (vendor/symfony/twig-bridge/TwigEngine.php:54)
  at Symfony\Bridge\Twig\TwigEngine->render('block/app/scarab.html.twig', array('block' => object(Block), 'parent' => null))
     (src/Service/Block.php:214)
  at App\Service\Block->get(object(Block))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1511)
  at twig_get_attribute(object(Environment), object(Source), object(Block), 'get', array(object(Block)), 'method', false, false, false, 74)
     (var/cache/app/twig/12/125511fbdf86f5e9ceb605a682e734177215dd4ebffeec8b0871d8b803fec896.php:313)
  at __TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40->block_body(array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page), 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block), '_parent' => array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page), 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block)), '_seq' => object(PersistentCollection), 'block' => object(Block), '_key' => 1), array('meta' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_meta'), 'stylesheets' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40), 'block_body'), 'javascript_vendor' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_vendor'), 'javascript_component' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_component'), 'javascript_init' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_init')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('body', array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page), 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block)), array('meta' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_meta'), 'stylesheets' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40), 'block_body'), 'javascript_vendor' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_vendor'), 'javascript_component' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_component'), 'javascript_init' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_init')))
     (var/cache/app/twig/ae/ae6991510ea4b393fcb66d6877b7ea3d9b68b4c479b80a50f61c4f3de67db2de.php:143)
  at __TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3->doDisplay(array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page), 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block)), array('meta' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_meta'), 'stylesheets' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40), 'block_body'), 'javascript_vendor' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_vendor'), 'javascript_component' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_component'), 'javascript_init' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_init')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page), 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block)), array('meta' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_meta'), 'stylesheets' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40), 'block_body'), 'javascript_vendor' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_vendor'), 'javascript_component' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_component'), 'javascript_init' => array(object(__TwigTemplate_0316445f804b2ebab6067409f4bfd41643f19fe2c9e136a284c8fca7d67d1ce3), 'block_javascript_init')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page), 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block)), array('body' => array(object(__TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40), 'block_body')))
     (var/cache/app/twig/12/125511fbdf86f5e9ceb605a682e734177215dd4ebffeec8b0871d8b803fec896.php:45)
  at __TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40->doDisplay(array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page), 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block)), array('body' => array(object(__TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40), 'block_body')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page), 'app' => object(AppVariable), 'extension' => object(Extension), 'owner' => object(Owner), 'blockService' => object(Block)), array('body' => array(object(__TwigTemplate_830a59dbc3c92c3d51038d7beb0d2b6537b4c53437393ca13edd32c32a45ee40), 'block_body')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page)))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page)))
     (vendor/symfony/twig-bridge/TwigEngine.php:54)
  at Symfony\Bridge\Twig\TwigEngine->render('search/app/index.html.twig', array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page)))
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:233)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('search/app/index.html.twig', array('keyword' => null, 'results' => array(), 'topSearches' => array(array('keyword' => 'kutya', '8918'), array('keyword' => ' Macska', '6928'), array('keyword' => 'németjuhász', '954'), array('keyword' => 'husky', '862'), array('keyword' => 'macska', '844')), 'page' => object(Page)))
     (src/Controller/SearchController.php:108)
  at App\Controller\SearchController->index(object(Request), object(LanguageRepository), null, object(SearchRepository), object(PageRepository))
     (vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:80)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:201)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:27)