https://pim.vivog.fr/en/p/26552/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"092233"
exception
Twig\Error\RuntimeError {#9367
  #message: "An exception has been thrown during the rendering of a template ("Warning: Undefined property: App\Entity\ProductModel::$pictures") in "front/catalog/product/view/list-item.html.twig" at line 21."
  #code: 0
  #file: "/var/www/dogcat.com/pim/templates/front/catalog/product/view/list-item.html.twig"
  #line: 21
  -previous: ErrorException {#9372 …}
  -lineno: 21
  -rawMessage: "An exception has been thrown during the rendering of a template ("Warning: Undefined property: App\Entity\ProductModel::$pictures")."
  -source: Twig\Source {#9368 …}
  -phpFile: "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
  -phpLine: 425
  trace: {
    /var/www/dogcat.com/pim/templates/front/catalog/product/view/list-item.html.twig:21 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › </div>#}{% if product.pictures|length > 0 %}    <img src="{{ asset(attribute(product.pictures,0).webPath) | imagine_filter('product_medium') }}" width="300" height="300" alt="{{ product.name }}">
    }
    /var/www/dogcat.com/pim/var/cache/dev/twig/0a/0af15d92b277bdc84ff6ca46911dbc54.php:107 {
      __TwigTemplate_072cd256f8634c69a8717ca34622f0b1->doDisplay(array $context, array $blocks = []): iterable …
      › yield "            ";yield from $this->load("front/catalog/product/view/list-item.html.twig", 20)->unwrap()->yield(CoreExtension::merge($context, ["product" => $context["p"]]));// line 21
    }
    /var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php:847 {
      __TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035->block_content(array $context, array $blocks = []): iterable …
      › yield "            ";yield from $this->load("front/catalog/product/carousel.html.twig", 244)->unwrap()->yield(CoreExtension::merge($context, ["products" => (isset($context["associates"]) || array_key_exists("associates", $context) ? $context["associates"] : (function () { throw new RuntimeError('Variable "associates" does not exist.', 244, $this->source); })()), "title" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Produits associés"), "withWrapper" => true]));// line 245
    }
    /var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php:456 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php:182 {
      __TwigTemplate_346c54e6363c169e045bef5498c76dae->doDisplay(array $context, array $blocks = []): iterable …
      › yield "            ";yield from $this->unwrap()->yieldBlock('content', $context, $blocks);// line 62
    }
    /var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php:59 {
      __TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("front/front.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php:366 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php:381 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /var/www/dogcat.com/pim/src/Controller/Front/ProductController.php:107 {
      App\Controller\Front\ProductController->renderProductModel(ProductModel $productModel, Product $product, $locale) …
      › $defaultProduct = $products[0];\rreturn $this->render('front/catalog/model/view.html.twig',[\r    'attributes'=>$this->attributeMgr->getAttributesByProductModel($productModel),\r
    }
    /var/www/dogcat.com/pim/src/Controller/Front/ProductController.php:43 {
      App\Controller\Front\ProductController->product(Request $request, $id, $url) …
      › if($product->hasProductModel()) {\r    return $this->renderProductModel($product->getTopProductModel(), $product, $request->getLocale());\r}else{\r
    }
    /var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/dogcat.com/pim/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#318 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"PHPSESSID=kbgk43gtf1d92cf455pp4s2651"
host
"pim.vivog.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 31 Aug 2026 12:13:54 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Warning%3A%20Undefined%20property%3A%20App%5CEntity%5CProductModel%3A%3A%24pictures%22%29%20in%20%22front%2Fcatalog%2Fproduct%2Fview%2Flist-item.html.twig%22%20at%20line%2021."
x-debug-exception-file
"%2Fvar%2Fwww%2Fdogcat.com%2Fpim%2Ftemplates%2Ffront%2Fcatalog%2Fproduct%2Fview%2Flist-item.html.twig:21"
x-debug-token
"9f0de2"

Cookies

Request Cookies

Key Value
PHPSESSID
"kbgk43gtf1d92cf455pp4s2651"

Response Cookies

No response cookies

Session 14

Session Metadata

Key Value
Created
"Mon, 31 Aug 26 14:13:48 +0200"
Last used
"Mon, 31 Aug 26 14:13:53 +0200"
Lifetime
172800

Session Attributes

Attribute Value
seen-products
"23028-22485-27728-25124-21274-21644-26601-23245-22642-25824-20845-25428-24418-25668-22867-26552"

Session Usage

14 Usages
Stateless check enabled
Usage
App\EventSubscriber\LocaleSubscriber:34
[
  [
    "file" => "/var/www/dogcat.com/pim/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 34
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\LanguageManager:20
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/LanguageManager.php"
    "line" => 20
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/ContainerRVmy8xW/App_KernelDevDebugContainer.php"
    "line" => 1277
    "function" => "__construct"
    "class" => "App\Manager\LanguageManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/ContainerRVmy8xW/App_KernelDevDebugContainer.php"
    "line" => 740
    "function" => "getLanguageManagerService"
    "class" => "ContainerRVmy8xW\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/ContainerRVmy8xW/App_KernelDevDebugContainer.php"
    "line" => 1334
    "function" => "get_Container_Private_TwigService"
    "class" => "ContainerRVmy8xW\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/ContainerRVmy8xW/App_KernelDevDebugContainer.php"
    "line" => 1229
    "function" => "getMailerService"
    "class" => "ContainerRVmy8xW\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/ContainerRVmy8xW/App_KernelDevDebugContainer.php"
    "line" => 1292
    "function" => "getCartManagerService"
    "class" => "ContainerRVmy8xW\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/ContainerRVmy8xW/getProductController2Service.php"
    "line" => 25
    "function" => "getPriceManagerService"
    "class" => "ContainerRVmy8xW\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/ContainerRVmy8xW/App_KernelDevDebugContainer.php"
    "line" => 535
    "function" => "do"
    "class" => "ContainerRVmy8xW\getProductController2Service"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/dependency-injection/Container.php"
    "line" => 238
    "function" => "load"
    "class" => "ContainerRVmy8xW\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/dependency-injection/Container.php"
    "line" => 220
    "function" => "make"
    "class" => "Symfony\Component\DependencyInjection\Container"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php"
    "line" => 53
    "function" => "get"
    "class" => "Symfony\Component\DependencyInjection\Container"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/ControllerResolver.php"
    "line" => 29
    "function" => "instantiateController"
    "class" => "Symfony\Component\HttpKernel\Controller\ContainerControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Controller/ControllerResolver.php"
    "line" => 120
    "function" => "instantiateController"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php"
    "line" => 42
    "function" => "createController"
    "class" => "Symfony\Component\HttpKernel\Controller\ControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Controller/ControllerResolver.php"
    "line" => 86
    "function" => "createController"
    "class" => "Symfony\Component\HttpKernel\Controller\ContainerControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php"
    "line" => 39
    "function" => "getController"
    "class" => "Symfony\Component\HttpKernel\Controller\ControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 146
    "function" => "getController"
    "class" => "Symfony\Component\HttpKernel\Controller\TraceableControllerResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\SeenProductManager:33
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/SeenProductManager.php"
    "line" => 33
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/SeenProductManager.php"
    "line" => 21
    "function" => "getSeenProducts"
    "class" => "App\Manager\SeenProductManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 41
    "function" => "addToSeenProducts"
    "class" => "App\Manager\SeenProductManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\SeenProductManager:28
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/SeenProductManager.php"
    "line" => 28
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 41
    "function" => "addToSeenProducts"
    "class" => "App\Manager\SeenProductManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\CustomerManager:27
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/CustomerManager.php"
    "line" => 27
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 122
    "function" => "getCustomer"
    "class" => "App\Manager\CustomerManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\CartManager:123
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/CartManager.php"
    "line" => 123
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/CartManager.php"
    "line" => 155
    "function" => "getCartSession"
    "class" => "App\Manager\CartManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 123
    "function" => "getCart"
    "class" => "App\Manager\CartManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\CustomerManager:53
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/CustomerManager.php"
    "line" => 53
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/CartManager.php"
    "line" => 158
    "function" => "getPriceContext"
    "class" => "App\Manager\CustomerManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 123
    "function" => "getCart"
    "class" => "App\Manager\CartManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\CustomerManager:68
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/CustomerManager.php"
    "line" => 68
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/Modules/MenuController.php"
    "line" => 22
    "function" => "isExpert"
    "class" => "App\Manager\CustomerManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "main"
    "class" => "App\Controller\Front\Modules\MenuController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/36/36546dc875a7262e54d6d31dac591746.php"
    "line" => 71
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6e756bf87e277070ca95cd5455814329"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 500
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_header"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 171
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 59
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 107
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\WishlistManager:73
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/WishlistManager.php"
    "line" => 73
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/Modules/WishlistController.php"
    "line" => 24
    "function" => "getCountFromSession"
    "class" => "App\Manager\WishlistManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "block"
    "class" => "App\Controller\Front\Modules\WishlistController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/16/16e089298c2f37d3523271f9203b3802.php"
    "line" => 81
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7118b87925bea7c3136c55626293fdb8"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/Modules/MenuController.php"
    "line" => 35
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "main"
    "class" => "App\Controller\Front\Modules\MenuController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/36/36546dc875a7262e54d6d31dac591746.php"
    "line" => 71
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6e756bf87e277070ca95cd5455814329"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 500
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_header"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 171
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 59
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 107
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\WishlistManager:74
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/WishlistManager.php"
    "line" => 74
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/Modules/WishlistController.php"
    "line" => 24
    "function" => "getCountFromSession"
    "class" => "App\Manager\WishlistManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "block"
    "class" => "App\Controller\Front\Modules\WishlistController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/16/16e089298c2f37d3523271f9203b3802.php"
    "line" => 81
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7118b87925bea7c3136c55626293fdb8"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/Modules/MenuController.php"
    "line" => 35
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "main"
    "class" => "App\Controller\Front\Modules\MenuController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/36/36546dc875a7262e54d6d31dac591746.php"
    "line" => 71
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6e756bf87e277070ca95cd5455814329"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 500
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_header"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 171
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 59
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 107
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\WishlistManager:75
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/WishlistManager.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/Modules/WishlistController.php"
    "line" => 24
    "function" => "getCountFromSession"
    "class" => "App\Manager\WishlistManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "block"
    "class" => "App\Controller\Front\Modules\WishlistController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/16/16e089298c2f37d3523271f9203b3802.php"
    "line" => 81
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7118b87925bea7c3136c55626293fdb8"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/Modules/MenuController.php"
    "line" => 35
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "main"
    "class" => "App\Controller\Front\Modules\MenuController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/36/36546dc875a7262e54d6d31dac591746.php"
    "line" => 71
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6e756bf87e277070ca95cd5455814329"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 500
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_header"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 171
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 59
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 107
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Twig\Extension\CoreExtension:1918
[
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1918
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/fb/fb776e5597f5f641d816b134106de576.php"
    "line" => 48
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_edde74e70dcae92d6ab12c7f3d22cbbf"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 505
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_content"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 182
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 59
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 107
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Manager\WishlistManager:132
[
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/WishlistManager.php"
    "line" => 132
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Manager/WishlistManager.php"
    "line" => 189
    "function" => "getSessionProducts"
    "class" => "App\Manager\WishlistManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1918
    "function" => "isProductInList"
    "class" => "App\Manager\WishlistManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/af/af4ebd07949387cfa8e805ff574724b6.php"
    "line" => 54
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c1dc5ecd63e1bd005ce067c09b1d2a75"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/89/890d1d6ad9a96160262334965c841c67.php"
    "line" => 52
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_16f4a6741ae02ea7aca7b2473be09faf"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 629
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_content"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 182
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 59
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 107
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    "line" => 70
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/twig-bridge/Extension/SecurityExtension.php"
    "line" => 52
    "function" => "isGranted"
    "class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 634
    "function" => "isGranted"
    "class" => "Symfony\Bridge\Twig\Extension\SecurityExtension"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_content"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/b1/b10da10fd15a2444accc0daaf065923d.php"
    "line" => 182
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_346c54e6363c169e045bef5498c76dae"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/var/cache/dev/twig/38/38ea325e94b624ea1437ec5d85c35cf8.php"
    "line" => 59
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_feeb4aaf90c3a20cb4ccd0e17f4f2035"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 107
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/src/Controller/Front/ProductController.php"
    "line" => 43
    "function" => "renderProductModel"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "product"
    "class" => "App\Controller\Front\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dogcat.com/pim/public/index.php"
    "line" => 24
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
AKENEO_CLIENT_ID
"3_12sv9we5rxjk84kco80kc0c4ws8sw440o48ko4swsswok8ck44"
AKENEO_CLIENT_PASSWORD
"7669a512d"
AKENEO_CLIENT_SECRET
"xwx9mb4t7u8s44k8wcocc4sw08oo80cgkgo0wc84gw4g8k40c"
AKENEO_CLIENT_USER
"vivog_5460"
AKENEO_PATH
"/var/www/dogcat.com/akeneo/prod/"
APP_ENV
"dev"
APP_SECRET
"5ad6b3d113858e55d2223538dfa741ed"
BASE_URL
"https://test.vivog.fr"
CNP_BOUTIQUE
"69895024"
CNP_KEY
"kyvVfyiNWjREn8kd"
CNP_MODE
"TEST"
DATABASE_URL
"mysql://dogcat-33113:ZS6wTgSwAVCU4Khj@127.0.0.1:3306/dogcat-com_pim"
EDICOT_DIR
"/Incoming_Test"
EDICOT_HOST
"edi10.edicot.net"
EDICOT_LOGIN
"MarTin$eLliEr"
EDICOT_PORT
"22"
EDICOT_PWD
"M@Rt1n$ElLieR"
GOOGLE_RECAPTCHA_KEY
"6LfUJ8InAAAAAIBM4Nco8MkIHMck_7SVhjrvLPnF"
GOOGLE_SITE_KEY
"AIzaSyC9g3uzqSuZ93Wnf60z2AJSQEpVa_Y2J3U"
MAILER_DSN
"smtp://nc1377.nexylan.net:25?encryption=&auth_mode="
NETREVIEWS_ID
"efa3e291-b4f6-f9e4-b1fc-9733ced49b5f"
NETREVIEWS_KEY
"9ace1b2f-e977-fd74-01a4-f6f9399eafd4"
PAYPAL_CLIENT_ID
"AWUx45S-LeN7OmEweCuh5mgbeX2u_QGhblXmuutpdjmCIL3vzV4_1hcGsoTHBAkFigP1fzyK3X66B866"
PAYPAL_CLIENT_SECRET
"EE-94G2wU07HcoQqojxx0qJwrX90p21CEJ-H1Fx7EDW4cs7Mst3iCPQZeAQAzH8GmYJ1CbP8Dw7aZOWh"
PAYPAL_MODE
"sandbox"
RECAPTCHA3_KEY
"6LfC4d0UAAAAAAsB5-occscKcsPXzI-UhLfgcqRQ"
RECAPTCHA3_SECRET
"6LfC4d0UAAAAAEUK2YixcJn6HfOlW6zrXPQiNkg5"
SAP_LOG
"/var/www/dogcat.com/echanges-erp-preprod/dogcat.log"
SAP_ORDERS_DIR
"/var/www/dogcat.com/echanges-erp-preprod/commandes/"
SAP_ORDERS_STATUS
"/var/www/dogcat.com/echanges-erp-preprod/STATUT_VV_SAP"
SAP_PRICES_EX
"/var/www/dogcat.com/echanges-erp-preprod/PRICES_EX_SAP"
SAP_PRICES_VV
"/var/www/dogcat.com/echanges-erp-preprod/PRICES_VV_SAP"
SAP_STOCK
"/var/www/dogcat.com/echanges-erp-preprod/STOCK_VV_SAP"
SITE_DOMAIN
"pim.vivog.fr"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/dogcat.com/pim/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/dogcat.com/pim/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
""
H2_STREAM_TAG
"000"
HOME
"/var/www/dogcat.com"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"PHPSESSID=kbgk43gtf1d92cf455pp4s2651"
HTTP_HOST
"pim.vivog.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
""
REDIRECT_H2_STREAM_TAG
"000"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"pim.vivog.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"apVwAdvK@oZne9DqhW-hcgABRg8"
REDIRECT_URL
"/en/p/26552/"
REMOTE_ADDR
"216.73.216.226"
REMOTE_PORT
"45045"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1788178433
REQUEST_TIME_FLOAT
1788178433.6579
REQUEST_URI
"/en/p/26552/"
SCRIPT_FILENAME
"/var/www/dogcat.com/pim/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.10.101.77"
SERVER_ADMIN
"contact@nexylan.com"
SERVER_NAME
"pim.vivog.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"pim.vivog.fr"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,BASE_URL,MAILER_DSN,CNP_BOUTIQUE,CNP_KEY,CNP_MODE,NETREVIEWS_ID,NETREVIEWS_KEY,SITE_DOMAIN,SAP_STOCK,SAP_ORDERS_STATUS,SAP_ORDERS_DIR,SAP_LOG,EDICOT_HOST,EDICOT_PORT,EDICOT_LOGIN,EDICOT_PWD,EDICOT_DIR,GOOGLE_SITE_KEY,GOOGLE_RECAPTCHA_KEY,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,AKENEO_CLIENT_ID,AKENEO_CLIENT_SECRET,AKENEO_CLIENT_USER,AKENEO_CLIENT_PASSWORD,PAYPAL_MODE,PAYPAL_CLIENT_ID,PAYPAL_CLIENT_SECRET,AKENEO_PATH,SAP_PRICES_VV,SAP_PRICES_EX"
UNIQUE_ID
"apVwAdvK@oZne9DqhW-hcgABRg8"
USER
"dogcat-33113"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 625269)

Key Value
_controller
"App\Controller\Front\ProductController::product"
_firewall_context
"security.firewall.map.context.main"
_locale
"en"
_remove_csp_headers
true
_route
"product"
_route_params
[
  "_locale" => "en"
  "id" => "26552"
  "url" => ""
]
_security_firewall_run
"_security_main"
_stopwatch_token
"44a80d"
id
"26552"
url
""