https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum

Exceptions

An exception has been thrown during the rendering of a template ("Sonata\MediaBundle\Twig\MediaRuntime::path(): Argument #1 ($media) must be of type Sonata\MediaBundle\Model\MediaInterface|string|int, null given, called in /var/www/vidi.ua/releases/251031-da518f26/var/cache/dev/twig/f9/f9672f2245d7eb6a40cb5a916a403f42.php on line 292") in @Portal/Service/body-repair-category.html.twig at line 122.

Exceptions 2

Twig\Error\ RuntimeError

  1.         <div class="container">
  2.             <div class="service__information__wrapper">
  3.                 <div class="service__information__content">
  4.                     <p class="service__information__content__text">{{ category.getContentByLocale(app.request.locale).description|raw }}</p>
  5.                 </div>
  6.                 <img class="service__information__img" src="{{ sonata_path(category.image, 'reference') }}" alt="">
  7.             </div>
  8.         </div>
  9.     </section>
  10.     <section class="section__all__services__item">
  1.     ";
  2.         // line 39
  3.         yield from $this->load("@Portal/new-header.html.twig"39)->unwrap()->yield($context);
  4.         // line 40
  5.         yield "    ";
  6.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  7.         // line 42
  8.         yield "    <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  9.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/portal/css/modules/contacts-call.css"), "html"nulltrue);
  10.         yield "\">
  11.     ";
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 yield from $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         yield from $this->unwrap()->yieldBlock('socialPreview'$context$blocks);
  2.         // line 93
  3.         yield "
  4. ";
  5.         // line 94
  6.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  7.         // line 96
  8.         yield from $this->load("@My/Modules/auth.html.twig"96)->unwrap()->yield($context);
  9.         // line 97
  10.         yield from $this->unwrap()->yieldBlock('coreMessage'$context$blocks);
  11.         // line 100
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Portal/base.html.twig"));
  3.         $this->parent $this->load("@Core/DCSite/core-dc-template.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Portal/Service/body-repair-category.html.twig"));
  3.         $this->parent $this->load("@Portal/base.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1.                 ob_start();
  2.             } else {
  3.                 ob_start(function () { return ''; });
  4.             }
  5.             try {
  6.                 $this->display($context);
  7.             } catch (\Throwable $e) {
  8.                 while (ob_get_level() > $level) {
  9.                     ob_end_clean();
  10.                 }
  1.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.     {
  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('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)), object(Response)) in src/PortalBundle/Controller/BaseController.php (line 84)
  1.         $defaultType VehicleType::getTypeDataById(VehicleType::DEFAULT_TYPE);
  2.         $catalogUrl $this->router->generate('portal_new_catalog_b', ['state' => 'new''type' => $defaultType['url'], 'brand' => 'all']);
  3.         $parameters['catalogUrl'] = $catalogUrl;
  4.         return parent::render($view$parameters$response);
  5.     }
  6.     public function buildForms(): array
  7.     {
  8.         return [
BaseController->basePortalRender('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)), object(Response)) in src/PortalBundle/Controller/ServiceController.php (line 111)
  1.         $defaultType VehicleType::getTypeDataById(VehicleType::DEFAULT_TYPE);
  2.         $catalogUrl $this->router->generate('portal_new_catalog_b', ['state' => 'new''type' => $defaultType['url'], 'brand' => 'all']);
  3.         $parameters['catalogUrl'] = $catalogUrl;
  4.         return parent::basePortalRender($view$parameters$response);
  5.     }
  6.     public function to(Request $requestEntityManagerInterface $em)
  7.     {
  8.         $brands $em->getRepository(Brand::class)->getBrandsHasRegulation();
ServiceController->serviceRender('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/')) in src/PortalBundle/Controller/ServiceController.php (line 232)
  1.         return $this->serviceRender('@Portal/Service/body-repair-category.html.twig', [
  2.             'dealer' => $dealer,
  3.             'serviceActions' => $serviceActions,
  4.             'category' => $category,
  5.             'subCategories' => $subCategories,
  6.             'repairPhotoForm' => $this->CoreFormFactory()->repairPhotoForm()->createView(),
  7.         ]);
  8.     }
  9.     public function bodyRepairSubCategory(Request $requestEntityManagerInterface $em): Response
  10.     {
in vendor/symfony/http-kernel/HttpKernel.php -> bodyRepairCategory (line 163)
  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.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  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 19)
  1.     Debug::enable();
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

TypeError

Sonata\MediaBundle\Twig\MediaRuntime::path(): Argument #1 ($media) must be of type Sonata\MediaBundle\Model\MediaInterface|string|int, null given, called in /var/www/vidi.ua/releases/251031-da518f26/var/cache/dev/twig/f9/f9672f2245d7eb6a40cb5a916a403f42.php on line 292

  1.             'media' => $media,
  2.             'options' => $options,
  3.         ]);
  4.     }
  5.     public function path(int|string|MediaInterface $mediastring $format): string
  6.     {
  7.         $media $this->getMedia($media);
  8.         if (null === $media) {
  9.             return '';
  1.         yield CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["category"]) || array_key_exists("category"$context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.'120$this->source); })()), "getContentByLocale", [CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'120$this->source); })()), "request", [], "any"falsefalsefalse120), "locale", [], "any"falsefalsefalse120)], "method"falsefalsefalse120), "description", [], "any"falsefalsefalse120);
  2.         yield "</p>
  3.                 </div>
  4.                 <img class=\"service__information__img\" src=\"";
  5.         // line 122
  6.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Sonata\MediaBundle\Twig\MediaRuntime')->path(CoreExtension::getAttribute($this->env$this->source, (isset($context["category"]) || array_key_exists("category"$context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.'122$this->source); })()), "image", [], "any"falsefalsefalse122), "reference"), "html"nulltrue);
  7.         yield "\" alt=\"\">
  8.             </div>
  9.         </div>
  10.     </section>
in vendor/twig/twig/src/Template.php -> block_content (line 446)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 yield from $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.     ";
  2.         // line 39
  3.         yield from $this->load("@Portal/new-header.html.twig"39)->unwrap()->yield($context);
  4.         // line 40
  5.         yield "    ";
  6.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  7.         // line 42
  8.         yield "    <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  9.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/portal/css/modules/contacts-call.css"), "html"nulltrue);
  10.         yield "\">
  11.     ";
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 yield from $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         yield from $this->unwrap()->yieldBlock('socialPreview'$context$blocks);
  2.         // line 93
  3.         yield "
  4. ";
  5.         // line 94
  6.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  7.         // line 96
  8.         yield from $this->load("@My/Modules/auth.html.twig"96)->unwrap()->yield($context);
  9.         // line 97
  10.         yield from $this->unwrap()->yieldBlock('coreMessage'$context$blocks);
  11.         // line 100
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Portal/base.html.twig"));
  3.         $this->parent $this->load("@Core/DCSite/core-dc-template.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Portal/Service/body-repair-category.html.twig"));
  3.         $this->parent $this->load("@Portal/base.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1.                 ob_start();
  2.             } else {
  3.                 ob_start(function () { return ''; });
  4.             }
  5.             try {
  6.                 $this->display($context);
  7.             } catch (\Throwable $e) {
  8.                 while (ob_get_level() > $level) {
  9.                     ob_end_clean();
  10.                 }
  1.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.     {
  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('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)), object(Response)) in src/PortalBundle/Controller/BaseController.php (line 84)
  1.         $defaultType VehicleType::getTypeDataById(VehicleType::DEFAULT_TYPE);
  2.         $catalogUrl $this->router->generate('portal_new_catalog_b', ['state' => 'new''type' => $defaultType['url'], 'brand' => 'all']);
  3.         $parameters['catalogUrl'] = $catalogUrl;
  4.         return parent::render($view$parameters$response);
  5.     }
  6.     public function buildForms(): array
  7.     {
  8.         return [
BaseController->basePortalRender('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)), object(Response)) in src/PortalBundle/Controller/ServiceController.php (line 111)
  1.         $defaultType VehicleType::getTypeDataById(VehicleType::DEFAULT_TYPE);
  2.         $catalogUrl $this->router->generate('portal_new_catalog_b', ['state' => 'new''type' => $defaultType['url'], 'brand' => 'all']);
  3.         $parameters['catalogUrl'] = $catalogUrl;
  4.         return parent::basePortalRender($view$parameters$response);
  5.     }
  6.     public function to(Request $requestEntityManagerInterface $em)
  7.     {
  8.         $brands $em->getRepository(Brand::class)->getBrandsHasRegulation();
ServiceController->serviceRender('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/')) in src/PortalBundle/Controller/ServiceController.php (line 232)
  1.         return $this->serviceRender('@Portal/Service/body-repair-category.html.twig', [
  2.             'dealer' => $dealer,
  3.             'serviceActions' => $serviceActions,
  4.             'category' => $category,
  5.             'subCategories' => $subCategories,
  6.             'repairPhotoForm' => $this->CoreFormFactory()->repairPhotoForm()->createView(),
  7.         ]);
  8.     }
  9.     public function bodyRepairSubCategory(Request $requestEntityManagerInterface $em): Response
  10.     {
in vendor/symfony/http-kernel/HttpKernel.php -> bodyRepairCategory (line 163)
  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.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  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 19)
  1.     Debug::enable();
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs

Level Channel Message
INFO 19:22:53 php User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead.
{
    "exception": {}
}
INFO 19:22:53 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "0027e1"
    },
    "request_uri": "https://shop.dev02.nissan-vidi.com.ua/index.php/_profiler/0027e1?panel=exception",
    "method": "GET"
}
INFO 19:22:53 php User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\RequestMatcher" class is deprecated, use "Symfony\Component\HttpFoundation\ChainRequestMatcher" instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 security Populated the TokenStorage with an anonymous Token.
INFO 19:22:53 php User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
{
    "exception": {}
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "CoreBundle\EventListener\RedirectListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CoreBundle\\EventListener\\RedirectListener::onKernelRequest"
}
INFO 19:22:53 php User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 19:22:53 php User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
{
    "exception": {}
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "CoreBundle\EventListener\ControllerTraceListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "CoreBundle\\EventListener\\ControllerTraceListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "CoreBundle\EventListener\AuthUserListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "CoreBundle\\EventListener\\AuthUserListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "CoreBundle\EventListener\RedirectListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CoreBundle\\EventListener\\RedirectListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "CoreBundle\EventListener\ControllerTraceListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "CoreBundle\\EventListener\\ControllerTraceListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "CoreBundle\EventListener\AuthUserListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "CoreBundle\\EventListener\\AuthUserListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
INFO 19:22:53 php User Deprecated: Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.
{
    "exception": {}
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sonata\\BlockBundle\\Cache\\HttpCacheHandler::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "CoreBundle\EventListener\RedirectListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CoreBundle\\EventListener\\RedirectListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "CoreBundle\EventListener\ControllerTraceListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "CoreBundle\\EventListener\\ControllerTraceListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "CoreBundle\EventListener\AuthUserListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "CoreBundle\\EventListener\\AuthUserListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sonata\\BlockBundle\\Cache\\HttpCacheHandler::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.request" to listener "CoreBundle\EventListener\RedirectListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CoreBundle\\EventListener\\RedirectListener::onKernelRequest"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "CoreBundle\EventListener\ControllerTraceListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "CoreBundle\\EventListener\\ControllerTraceListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "CoreBundle\EventListener\AuthUserListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "CoreBundle\\EventListener\\AuthUserListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 19:22:53 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Sonata\MediaBundle\Twig\MediaRuntime::path(): Argument #1 ($media) must be of type Sonata\MediaBundle\Model\MediaInterface|string|int, null given, called in /var/www/vidi.ua/releases/251031-da518f26/var/cache/dev/twig/f9/f9672f2245d7eb6a40cb5a916a403f42.php on line 292") in "@Portal/Service/body-repair-category.html.twig" at line 122.

  at src/PortalBundle/Resources/views/Service/body-repair-category.html.twig:122
  at Twig\Template->yieldBlock('content', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (var/cache/dev/twig/71/714bddffb8d2c6538985f667eb022412.php:193)
  at __TwigTemplate_9a874dba8395e99130faff04341b835d->block_body(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (var/cache/dev/twig/ab/abcc6f89abaf493079ff4f07a70fc725.php:171)
  at __TwigTemplate_62bd1affd9a72d924a5a14c7887c018a->doDisplay(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (var/cache/dev/twig/71/714bddffb8d2c6538985f667eb022412.php:60)
  at __TwigTemplate_9a874dba8395e99130faff04341b835d->doDisplay(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (var/cache/dev/twig/f9/f9672f2245d7eb6a40cb5a916a403f42.php:57)
  at __TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be->doDisplay(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)), object(Response))
     (src/PortalBundle/Controller/BaseController.php:84)
  at PortalBundle\Controller\BaseController->basePortalRender('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)), object(Response))
     (src/PortalBundle/Controller/ServiceController.php:111)
  at PortalBundle\Controller\ServiceController->serviceRender('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/'))
     (src/PortalBundle/Controller/ServiceController.php:232)
  at PortalBundle\Controller\ServiceController->bodyRepairCategory(object(Request), object(EntityManager))
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  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))
     (public/index.php:19)                
[1/2] TypeError
TypeError:
Sonata\MediaBundle\Twig\MediaRuntime::path(): Argument #1 ($media) must be of type Sonata\MediaBundle\Model\MediaInterface|string|int, null given, called in /var/www/vidi.ua/releases/251031-da518f26/var/cache/dev/twig/f9/f9672f2245d7eb6a40cb5a916a403f42.php on line 292

  at vendor/sonata-project/media-bundle/src/Twig/MediaRuntime.php:104
  at Sonata\MediaBundle\Twig\MediaRuntime->path(null, 'reference')
     (var/cache/dev/twig/f9/f9672f2245d7eb6a40cb5a916a403f42.php:292)
  at __TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be->block_content(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('content', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (var/cache/dev/twig/71/714bddffb8d2c6538985f667eb022412.php:193)
  at __TwigTemplate_9a874dba8395e99130faff04341b835d->block_body(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (var/cache/dev/twig/ab/abcc6f89abaf493079ff4f07a70fc725.php:171)
  at __TwigTemplate_62bd1affd9a72d924a5a14c7887c018a->doDisplay(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (var/cache/dev/twig/71/714bddffb8d2c6538985f667eb022412.php:60)
  at __TwigTemplate_9a874dba8395e99130faff04341b835d->doDisplay(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('head' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_head'), 'seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'body' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_body'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'coreBottomJs' => array(object(__TwigTemplate_9a874dba8395e99130faff04341b835d), 'block_coreBottomJs'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (var/cache/dev/twig/f9/f9672f2245d7eb6a40cb5a916a403f42.php:57)
  at __TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be->doDisplay(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.779', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('seo' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_seo'), 'css' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_css'), 'content' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_content'), 'pageJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_pageJS'), 'suChatJS' => array(object(__TwigTemplate_0e4aa0275c80c5f29af30fdc11b0c5be), 'block_suChatJS')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)), object(Response))
     (src/PortalBundle/Controller/BaseController.php:84)
  at PortalBundle\Controller\BaseController->basePortalRender('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/', 'announcementBar' => object(AnnouncementBar)), object(Response))
     (src/PortalBundle/Controller/ServiceController.php:111)
  at PortalBundle\Controller\ServiceController->serviceRender('@Portal/Service/body-repair-category.html.twig', array('dealer' => object(Dealer), 'serviceActions' => array(), 'category' => object(BodyRepairCategory), 'subCategories' => array(object(BodyRepairCategory), object(BodyRepairCategory)), 'repairPhotoForm' => object(FormView), 'backLoginUrl' => 'https://dev02.vidi.ua/ru/service/body-repair/repair-aluminum', 'countCompare' => '', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'privacyUrl' => '/ru/privacy-policy', 'isSubdomainShop' => false, 'forms' => array('supportForm' => object(FormView)), 'globalBrands' => array(array('name' => 'Citroen', 'url' => '/ru/new-car/citroen/'), array('name' => 'Ford', 'url' => '/ru/new-car/ford/'), array('name' => 'Honda', 'url' => '/ru/new-car/honda/'), array('name' => 'INFINITI', 'url' => '/ru/new-car/infiniti/'), array('name' => 'Jeep', 'url' => '/ru/new-car/jeep/'), array('name' => 'LAND ROVER', 'url' => '/ru/new-car/land-rover/'), array('name' => 'Lexus', 'url' => '/ru/new-car/lexus/'), array('name' => 'Maxus', 'url' => '/ru/new-car/maxus/'), array('name' => 'Mazda', 'url' => '/ru/new-car/mazda/'), array('name' => 'MG', 'url' => '/ru/new-car/mg/'), array('name' => 'Nissan', 'url' => '/ru/new-car/nissan/'), array('name' => 'Opel', 'url' => '/ru/new-car/opel/'), array('name' => 'Peugeot', 'url' => '/ru/new-car/peugeot/'), array('name' => 'Subaru', 'url' => '/ru/new-car/subaru/'), array('name' => 'Suzuki', 'url' => '/ru/new-car/suzuki/'), array('name' => 'Toyota', 'url' => '/ru/new-car/toyota/'), array('name' => 'Volvo', 'url' => '/ru/new-car/volvo/')), 'vehicleType' => object(VehicleType), 'catalogUrl' => '/ru/new-car/all/'))
     (src/PortalBundle/Controller/ServiceController.php:232)
  at PortalBundle\Controller\ServiceController->bodyRepairCategory(object(Request), object(EntityManager))
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  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))
     (public/index.php:19)