[
"exception" => Twig\Error\RuntimeError {#2778
#message: "Variable "landingConfig" does not exist in "Landing/brands.html.twig" at line 5."
#code: 0
#file: "/var/www/templates/Landing/brands.html.twig"
#line: 5
-lineno: 5
-rawMessage: "Variable "landingConfig" does not exist."
-source: Twig\Source {#2591 …}
-phpFile: "/var/www/var/cache/dev/twig/a7/a7a3d570988d13711cb5075241e76809.php"
-phpLine: 58
trace: {
/var/www/templates/Landing/brands.html.twig:5 {
__TwigTemplate_f95d8df75b0273f2e4f7b51a64925388->{closure:__TwigTemplate_f95d8df75b0273f2e4f7b51a64925388::doDisplay():58} …
› {% set pageType = 'landing' %}
› {% set pageTitle = landingConfig.title[locale] %}
› {% set currency = config.get('system.regional.currency') %}
}
/var/www/templates/Landing/brands.html.twig:5 {
__TwigTemplate_f95d8df75b0273f2e4f7b51a64925388->doDisplay(array $context, array $blocks = []): iterable …
› {% set pageType = 'landing' %}
› {% set pageTitle = landingConfig.title[locale] %}
› {% set currency = config.get('system.regional.currency') %}
}
/var/www/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …28]
$blocks: [ …2]
}
}
/var/www/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …27]
$blocks: [ …2]
}
}
/var/www/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …16]
}
}
/var/www/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …16]
}
}
/var/www/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …16]
}
}
/var/www/src/Controller/AppController.php:133 {
App\Controller\AppController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->twig->render($view, $parameters);
› }
arguments: {
$name: "Landing/brands.html.twig"
$context: [ …16]
}
}
/var/www/src/Controller/AppController.php:93 {
App\Controller\AppController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "Landing/brands.html.twig"
$block: null
$parameters: [ …16]
$method: "render"
}
}
/var/www/src/Controller/AppController.php:76 {
App\Controller\AppController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "Landing/brands.html.twig"
$block: null
$parameters: [ …16]
$response: null
$method: "render"
}
}
/var/www/src/Controller/Pages/DocumentController.php:449 {
App\Controller\Pages\DocumentController->categoryDetailAction(Request $request, RouteHelper $routeHelper, string $path, string $id): Response …
›
› return $this->render(
› $landingCode ? "Landing/$landingCode.html.twig" : "Category/index.html.twig",
arguments: {
$view: "Landing/brands.html.twig"
$parameters: [ …16]
}
}
/var/www/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$routeHelper: App\Helper\RouteHelper {#270 …}
$path: "marke"
$id: "2573"
}
}
/var/www/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vendor/autoload_runtime.php"
}
}
}
}
]
{
/var/www/templates/Landing/brands.html.twig:5 {
__TwigTemplate_f95d8df75b0273f2e4f7b51a64925388->{closure:__TwigTemplate_f95d8df75b0273f2e4f7b51a64925388::doDisplay():58} …
› {% set pageType = 'landing' %}
› {% set pageTitle = landingConfig.title[locale] %}
› {% set currency = config.get('system.regional.currency') %}
}
/var/www/templates/Landing/brands.html.twig:5 {
__TwigTemplate_f95d8df75b0273f2e4f7b51a64925388->doDisplay(array $context, array $blocks = []): iterable …
› {% set pageType = 'landing' %}
› {% set pageTitle = landingConfig.title[locale] %}
› {% set currency = config.get('system.regional.currency') %}
}
/var/www/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …28]
$blocks: [ …2]
}
}
/var/www/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …27]
$blocks: [ …2]
}
}
/var/www/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …16]
}
}
/var/www/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …16]
}
}
/var/www/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …16]
}
}
/var/www/src/Controller/AppController.php:133 {
App\Controller\AppController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->twig->render($view, $parameters);
› }
arguments: {
$name: "Landing/brands.html.twig"
$context: [ …16]
}
}
/var/www/src/Controller/AppController.php:93 {
App\Controller\AppController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "Landing/brands.html.twig"
$block: null
$parameters: [ …16]
$method: "render"
}
}
/var/www/src/Controller/AppController.php:76 {
App\Controller\AppController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "Landing/brands.html.twig"
$block: null
$parameters: [ …16]
$response: null
$method: "render"
}
}
/var/www/src/Controller/Pages/DocumentController.php:449 {
App\Controller\Pages\DocumentController->categoryDetailAction(Request $request, RouteHelper $routeHelper, string $path, string $id): Response …
›
› return $this->render(
› $landingCode ? "Landing/$landingCode.html.twig" : "Category/index.html.twig",
arguments: {
$view: "Landing/brands.html.twig"
$parameters: [ …16]
}
}
/var/www/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$routeHelper: App\Helper\RouteHelper {#270 …}
$path: "marke"
$id: "2573"
}
}
/var/www/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vendor/autoload_runtime.php"
}
}
}