Error 500 Internal Server Error

GET https://primigenagroup.com/it/servizi/prodotti-interattivi/prodotto/scheda/rose-terriccio-professionale-45l

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"5ed869"
exception
Twig\Error\RuntimeError {#3032
  #message: "Neither the property "jtpdcs" nor one of the methods "jtpdcs()", "getjtpdcs()", "isjtpdcs()", "hasjtpdcs()" or "__call()" exist and have public access in class "App\Entity\Catalogue\ProductDetail" in "default/interactive_products/product_sheet.html.twig" at line 19."
  #code: 0
  #file: "/var/www/vhosts/primigenagroup.com/templates/default/interactive_products/product_sheet.html.twig"
  #line: 19
  -lineno: 19
  -rawMessage: "Neither the property "jtpdcs" nor one of the methods "jtpdcs()", "getjtpdcs()", "isjtpdcs()", "hasjtpdcs()" or "__call()" exist and have public access in class "App\Entity\Catalogue\ProductDetail"."
  -source: Twig\Source {#2767 …}
  -phpFile: "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1893
  trace: {
    /var/www/vhosts/primigenagroup.com/templates/default/interactive_products/product_sheet.html.twig:19 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › {% set jtpdrs = pd.jtpdrs %}{% set jtpdcs = pd.jtpdcs %}{% set attachments = pd.attachments %}
    }
    /var/www/vhosts/primigenagroup.com/var/cache/dev/twig/c1/c188e0c467d3d162e8260805006170b7.php:161 {
      __TwigTemplate_8ece1f7658498302097832a01f9f0727->block_content(array $context, array $blocks = []): iterable …
      › yield "            ";$context["jtpdcs"] = CoreExtension::getAttribute($this->env, $this->source, $context["pd"], "jtpdcs", [], "any", false, false, false, 19);// line 20
    }
    /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php:446 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?Template $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/vhosts/primigenagroup.com/templates/base.html.twig:387 {
      __TwigTemplate_a7bc179c89ed51fe2a1af9c631133ebc->doDisplay(array $context, array $blocks = []): iterable …
      › \r{% block content %}{% endblock %}\r\r
    }
    /var/www/vhosts/primigenagroup.com/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) {
    }
    /var/www/vhosts/primigenagroup.com/var/cache/dev/twig/c1/c188e0c467d3d162e8260805006170b7.php:57 {
      __TwigTemplate_8ece1f7658498302097832a01f9f0727->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/vhosts/primigenagroup.com/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) {
    }
    /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:284 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1177 {
      App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
      › 
      › return $this->render('default/interactive_products/product_sheet.html.twig', array(    'brand' => $brand,
    }
    /var/www/vhosts/primigenagroup.com/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);}
    /var/www/vhosts/primigenagroup.com/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) {
    }
    /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
      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 {
    }
    /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#316
  -records: [
    2 => [
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.134+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "interactive_products_product_sheet"
          "route_parameters" => [
            "_route" => "interactive_products_product_sheet"
            "_locale" => "it"
            "_controller" => "App\Controller\DefaultServicesController::interactiveProductsProductSheet"
            "slug" => "rose-terriccio-professionale-45l"
          ]
          "request_uri" => "https://primigenagroup.com/it/servizi/prodotti-interattivi/prodotto/scheda/rose-terriccio-professionale-45l"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.136+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.136+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.136+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.137+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.139+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#712
            #message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
                trait_exists(string $trait, bool $autoload = true): bool …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyGhostTrait::class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Configuration.php:1113 {
                Doctrine\ORM\Configuration->setLazyGhostObjectEnabled(bool $flag): void …
                › // @phpstan-ignore classConstant.deprecatedTrait (Because we support Symfony < 7.3)if ($flag && ! trait_exists(LazyGhostTrait::class)) {    throw new LogicException(
              }
              /var/www/vhosts/primigenagroup.com/var/cache/dev/ContainerT24KzaB/App_KernelDevDebugContainer.php:1718 {
                ContainerT24KzaB\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($container));$instance->setLazyGhostObjectEnabled(true);$instance->setIdentityGenerationPreferences([]);
              }
              /var/www/vhosts/primigenagroup.com/var/cache/dev/ContainerT24KzaB/App_KernelDevDebugContainer.php:890 {
                ContainerT24KzaB\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/vhosts/primigenagroup.com/var/cache/dev/ContainerT24KzaB/App_KernelDevDebugContainer.php:881 {
                ContainerT24KzaB\App_KernelDevDebugContainer::{closure:ContainerT24KzaB\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():881} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:95 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:59 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › 
                › if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:37 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php:175 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.147+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "primigena_user"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "primigena_db"
            "serverVersion" => "11.4.10-MariaDB"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.150+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.website AS website_4, t0.image_path AS image_path_5, t0.description AS description_6, t0.notes AS notes_7, t0.product_id AS product_id_8, t0.language_id AS language_id_9 FROM prim_catalogue_product_detail t0 WHERE t0.slug = ? LIMIT 1"
          "params" => [
            1 => "rose-terriccio-professionale-45l"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.154+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1627
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/EntityRepository.php:240 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/EntityRepository.php:364 {
                Doctrine\ORM\EntityRepository->resolveMagicCall(string $method, string $by, array $arguments) …
                › 
                ›     return $this->$method([$fieldName => $arguments[0]], ...array_slice($arguments, 1));}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/EntityRepository.php:275 {
                Doctrine\ORM\EntityRepository->__call($method, $arguments) …
                › if (str_starts_with($method, 'findOneBy')) {    return $this->resolveMagicCall('findOneBy', substr($method, 9), $arguments);}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1140 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › 
                › $productDetail = $em->getRepository('App\Entity\Catalogue\ProductDetail')->findOneBySlug($slug);$product = $productDetail->getProduct();
              }
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.156+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1696
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/EntityRepository.php:240 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/EntityRepository.php:364 {
                Doctrine\ORM\EntityRepository->resolveMagicCall(string $method, string $by, array $arguments) …
                › 
                ›     return $this->$method([$fieldName => $arguments[0]], ...array_slice($arguments, 1));}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/EntityRepository.php:275 {
                Doctrine\ORM\EntityRepository->__call($method, $arguments) …
                › if (str_starts_with($method, 'findOneBy')) {    return $this->resolveMagicCall('findOneBy', substr($method, 9), $arguments);}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1140 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › 
                › $productDetail = $em->getRepository('App\Entity\Catalogue\ProductDetail')->findOneBySlug($slug);$product = $productDetail->getProduct();
              }
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.160+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.is_expirable AS is_expirable_3, t0.directory_path AS directory_path_4, t0.warranty_path AS warranty_path_5, t0.iqb_code_id AS iqb_code_id_6, t0.ean_code_id AS ean_code_id_7, t0.watermark_id AS watermark_id_8, t0.category_id AS category_id_9, t0.producer_id AS producer_id_10, t0.trademark_id AS trademark_id_11, t0.subcategory_1_id AS subcategory_1_id_12, t0.subcategory_2_id AS subcategory_2_id_13, t0.subcategory_3_id AS subcategory_3_id_14, t0.subcategory_4_id AS subcategory_4_id_15 FROM prim_catalogue_product t0 WHERE t0.id = ?"
          "params" => [
            1 => "1189"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.161+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1905
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\App\Entity\Catalogue\Product::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\App\Entity\Catalogue\Product->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/primigenagroup.com/src/Entity/Catalogue/Product.php:241 {
                App\Entity\Catalogue\Product->getIqbCode(): IqbCode …
                › {    return $this->iqbCode;}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1142 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › $product = $productDetail->getProduct();$brand = $product->getIqbCode()->getBrand();}
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.162+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1962
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\App\Entity\Catalogue\Product::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\App\Entity\Catalogue\Product->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/primigenagroup.com/src/Entity/Catalogue/Product.php:241 {
                App\Entity\Catalogue\Product->getIqbCode(): IqbCode …
                › {    return $this->iqbCode;}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1142 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › $product = $productDetail->getProduct();$brand = $product->getIqbCode()->getBrand();}
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.165+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2080
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\App\Entity\Catalogue\Product::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\App\Entity\Catalogue\Product->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/primigenagroup.com/src/Entity/Catalogue/Product.php:241 {
                App\Entity\Catalogue\Product->getIqbCode(): IqbCode …
                › {    return $this->iqbCode;}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1142 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › $product = $productDetail->getProduct();$brand = $product->getIqbCode()->getBrand();}
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.165+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2101
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\App\Entity\Catalogue\Product::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\App\Entity\Catalogue\Product->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/primigenagroup.com/src/Entity/Catalogue/Product.php:241 {
                App\Entity\Catalogue\Product->getIqbCode(): IqbCode …
                › {    return $this->iqbCode;}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1142 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › $product = $productDetail->getProduct();$brand = $product->getIqbCode()->getBrand();}
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.166+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2147
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\App\Entity\Catalogue\Product::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\App\Entity\Catalogue\Product->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/primigenagroup.com/src/Entity/Catalogue/Product.php:241 {
                App\Entity\Catalogue\Product->getIqbCode(): IqbCode …
                › {    return $this->iqbCode;}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1142 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › $product = $productDetail->getProduct();$brand = $product->getIqbCode()->getBrand();}
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.166+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2175
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\App\Entity\Catalogue\Product::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\App\Entity\Catalogue\Product->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/primigenagroup.com/src/Entity/Catalogue/Product.php:241 {
                App\Entity\Catalogue\Product->getIqbCode(): IqbCode …
                › {    return $this->iqbCode;}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1142 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › $product = $productDetail->getProduct();$brand = $product->getIqbCode()->getBrand();}
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.172+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.value AS value_3, t0.rfid AS rfid_4, t0.description AS description_5, t0.json_msg AS json_msg_6, t0.creation_date AS creation_date_7, t8.id AS id_9, t8.directory_path AS directory_path_10, t8.is_active AS is_active_11, t8.is_reload_active AS is_reload_active_12, t8.title AS title_13, t8.text AS text_14, t8.start_time AS start_time_15, t8.end_time AS end_time_16, t8.backup_path AS backup_path_17, t8.iqb_code_id AS iqb_code_id_18, t8.brand_id AS brand_id_19, t20.id AS id_21, t20.title AS title_22, t20.slug AS slug_23, t20.url_link AS url_link_24, t20.description AS description_25, t20.image_path AS image_path_26, t20.cover_path AS cover_path_27, t20.campaign_points_per_read AS campaign_points_per_read_28, t20.primigena_points_per_read AS primigena_points_per_read_29, t20.max_num_of_reads_per_user AS max_num_of_reads_per_user_30, t20.status AS status_31, t20.is_ean_campaign AS is_ean_campaign_32, t20.is_product_campaign AS is_product_campaign_33, t20.has_receipt AS has_receipt_34, t20.iqb_code_id AS iqb_code_id_35, t20.algorithm_id AS algorithm_id_36, t20.campaign_type_id AS campaign_type_id_37, t20.brand_id AS brand_id_38, t39.id AS id_40, t39.is_active AS is_active_41, t39.is_expirable AS is_expirable_42, t39.directory_path AS directory_path_43, t39.warranty_path AS warranty_path_44, t39.iqb_code_id AS iqb_code_id_45, t39.ean_code_id AS ean_code_id_46, t39.watermark_id AS watermark_id_47, t39.category_id AS category_id_48, t39.producer_id AS producer_id_49, t39.trademark_id AS trademark_id_50, t39.subcategory_1_id AS subcategory_1_id_51, t39.subcategory_2_id AS subcategory_2_id_52, t39.subcategory_3_id AS subcategory_3_id_53, t39.subcategory_4_id AS subcategory_4_id_54, t55.id AS id_56, t55.is_active AS is_active_57, t55.directory_path AS directory_path_58, t55.iqb_code_id AS iqb_code_id_59, t55.category_id AS category_id_60, t55.subcategory_1_id AS subcategory_1_id_61, t55.subcategory_2_id AS subcategory_2_id_62, t55.subcategory_3_id AS subcategory_3_id_63, t64.id AS id_65, t64.is_active AS is_active_66, t64.name AS name_67, t64.surname AS surname_68, t64.graduation_date AS graduation_date_69, t64.birth_date AS birth_date_70, t64.birth_city AS birth_city_71, t64.birth_province AS birth_province_72, t64.graduation_num AS graduation_num_73, t64.image_path AS image_path_74, t64.iqb_code_id AS iqb_code_id_75, t64.ordering_id AS ordering_id_76, t77.id AS id_78, t77.priority AS priority_79, t77.image_path AS image_path_80, t77.directory_path AS directory_path_81, t77.iqb_code_id AS iqb_code_id_82, t77.brand_id AS brand_id_83, t84.id AS id_85, t84.title AS title_86, t84.url AS url_87, t84.iqb_code_id AS iqb_code_id_88, t84.brand_id AS brand_id_89, t0.brand_id AS brand_id_90, t0.service_id AS service_id_91 FROM prim_iqb_code t0 LEFT JOIN prim_advertising t8 ON t8.iqb_code_id = t0.id LEFT JOIN prim_campaign t20 ON t20.iqb_code_id = t0.id LEFT JOIN prim_catalogue_product t39 ON t39.iqb_code_id = t0.id LEFT JOIN prim_disability_article t55 ON t55.iqb_code_id = t0.id LEFT JOIN prim_graduation_graduate t64 ON t64.iqb_code_id = t0.id LEFT JOIN prim_maintenance_category t77 ON t77.iqb_code_id = t0.id LEFT JOIN prim_redirect t84 ON t84.iqb_code_id = t0.id WHERE t0.id = ?"
          "params" => [
            1 => "1694"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.175+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2519
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
                › 
                ›     return $this->_uow->createEntity($className, $data, $this->_hints);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:502 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
                › if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {    $element = $this->getEntity($data, $dqlAlias);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\App\Entity\IqbCode::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\App\Entity\IqbCode->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/primigenagroup.com/src/Entity/IqbCode.php:471 {
                App\Entity\IqbCode->getBrand(): Brand …
                › {    return $this->brand;}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1142 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › $product = $productDetail->getProduct();$brand = $product->getIqbCode()->getBrand();}
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.177+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2585
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
                › 
                ›     return $this->_uow->createEntity($className, $data, $this->_hints);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:502 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
                › if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {    $element = $this->getEntity($data, $dqlAlias);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /var/www/vhosts/primigenagroup.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\App\Entity\IqbCode::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\App\Entity\IqbCode->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/primigenagroup.com/src/Entity/IqbCode.php:471 {
                App\Entity\IqbCode->getBrand(): Brand …
                › {    return $this->brand;}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1142 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › $product = $productDetail->getProduct();$brand = $product->getIqbCode()->getBrand();}
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.178+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.name AS name_3, t0.vat AS vat_4, t0.fiscal_code AS fiscal_code_5, t0.address AS address_6, t0.zip AS zip_7, t0.city AS city_8, t0.country AS country_9, t0.email AS email_10, t0.phone AS phone_11, t0.website AS website_12, t0.logo_path AS logo_path_13, t0.directory_name AS directory_name_14, t0.warranty_email AS warranty_email_15, t16.id AS id_17, t16.logo_path AS logo_path_18, t16.splash_path AS splash_path_19, t16.color_splash_back AS color_splash_back_20, t16.color_back AS color_back_21, t16.brand_id AS brand_id_22 FROM prim_brand t0 LEFT JOIN prim_application t16 ON t16.brand_id = t0.id WHERE t0.id = ?"
          "params" => [
            1 => "1"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.182+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.slug AS slug_3, t0.code AS code_4, t0.name AS name_5, t0.vat AS vat_6, t0.fiscal_code AS fiscal_code_7, t0.address AS address_8, t0.city AS city_9, t0.zip AS zip_10, t0.country AS country_11, t0.email AS email_12, t0.phone AS phone_13, t0.directory_path AS directory_path_14, t0.logo_path AS logo_path_15, t0.latitude AS latitude_16, t0.longitude AS longitude_17 FROM prim_point_of_sale t0 WHERE t0.id IS NULL LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.183+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.website AS website_4, t0.image_path AS image_path_5, t0.description AS description_6, t0.notes AS notes_7, t0.product_id AS product_id_8, t0.language_id AS language_id_9 FROM prim_catalogue_product_detail t0 WHERE t0.product_id = ?"
          "params" => [
            1 => "1189"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.183+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.slug AS slug_3 FROM prim_language t0 WHERE t0.id = ?"
          "params" => [
            1 => "1"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.202+02:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "jtpdcs" nor one of the methods "jtpdcs()", "getjtpdcs()", "isjtpdcs()", "hasjtpdcs()" or "__call()" exist and have public access in class "App\Entity\Catalogue\ProductDetail" in "default/interactive_products/product_sheet.html.twig" at line 19." at product_sheet.html.twig line 19"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#3032
            #message: "Neither the property "jtpdcs" nor one of the methods "jtpdcs()", "getjtpdcs()", "isjtpdcs()", "hasjtpdcs()" or "__call()" exist and have public access in class "App\Entity\Catalogue\ProductDetail" in "default/interactive_products/product_sheet.html.twig" at line 19."
            #code: 0
            #file: "/var/www/vhosts/primigenagroup.com/templates/default/interactive_products/product_sheet.html.twig"
            #line: 19
            -lineno: 19
            -rawMessage: "Neither the property "jtpdcs" nor one of the methods "jtpdcs()", "getjtpdcs()", "isjtpdcs()", "hasjtpdcs()" or "__call()" exist and have public access in class "App\Entity\Catalogue\ProductDetail"."
            -source: Twig\Source {#2767 …}
            -phpFile: "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Extension/CoreExtension.php"
            -phpLine: 1893
            trace: {
              /var/www/vhosts/primigenagroup.com/templates/default/interactive_products/product_sheet.html.twig:19 {
                Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
                › {% set jtpdrs = pd.jtpdrs %}{% set jtpdcs = pd.jtpdcs %}{% set attachments = pd.attachments %}
              }
              /var/www/vhosts/primigenagroup.com/var/cache/dev/twig/c1/c188e0c467d3d162e8260805006170b7.php:161 {
                __TwigTemplate_8ece1f7658498302097832a01f9f0727->block_content(array $context, array $blocks = []): iterable …
                › yield "            ";$context["jtpdcs"] = CoreExtension::getAttribute($this->env, $this->source, $context["pd"], "jtpdcs", [], "any", false, false, false, 19);// line 20
              }
              /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php:446 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?Template $templateContext = null): iterable …
                › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /var/www/vhosts/primigenagroup.com/templates/base.html.twig:387 {
                __TwigTemplate_a7bc179c89ed51fe2a1af9c631133ebc->doDisplay(array $context, array $blocks = []): iterable …
                › \r{% block content %}{% endblock %}\r\r
              }
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/var/cache/dev/twig/c1/c188e0c467d3d162e8260805006170b7.php:57 {
                __TwigTemplate_8ece1f7658498302097832a01f9f0727->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:284 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php:1177 {
                App\Controller\DefaultServicesController->interactiveProductsProductSheet(Request $request, TranslatorInterface $translator, $slug) …
                › 
                › return $this->render('default/interactive_products/product_sheet.html.twig', array(    'brand' => $brand,
              }
              /var/www/vhosts/primigenagroup.com/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);}
              /var/www/vhosts/primigenagroup.com/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) {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/primigenagroup.com/httpdocs/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
                arguments: {
                  "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.271+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.272+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.272+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.272+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.272+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.272+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    3025 => [
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.203+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.204+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.204+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.204+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.204+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.204+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.204+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.204+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.204+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1781642344
        "timestamp_rfc3339" => "2026-06-16T22:39:04.263+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    3025 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#315 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br"
amp-cache-transform
"google;v="1..8""
from
"googlebot(at)googlebot.com"
host
"primigenagroup.com"
if-modified-since
"Sun, 17 May 2026 23:01:47 GMT"
user-agent
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.7778.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"66.249.66.36"

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
"Tue, 16 Jun 2026 20:39:04 GMT"
vary
"Accept"
x-debug-exception
"Neither%20the%20property%20%22jtpdcs%22%20nor%20one%20of%20the%20methods%20%22jtpdcs%28%29%22%2C%20%22getjtpdcs%28%29%22%2C%20%22isjtpdcs%28%29%22%2C%20%22hasjtpdcs%28%29%22%20or%20%22__call%28%29%22%20exist%20and%20have%20public%20access%20in%20class%20%22App%5CEntity%5CCatalogue%5CProductDetail%22%20in%20%22default%2Finteractive_products%2Fproduct_sheet.html.twig%22%20at%20line%2019."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fprimigenagroup.com%2Ftemplates%2Fdefault%2Finteractive_products%2Fproduct_sheet.html.twig:19"
x-debug-token
"bb8af7"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 9

Session Metadata

Key Value
Created
"Tue, 16 Jun 26 22:39:04 +0200"
Last used
"Tue, 16 Jun 26 22:39:04 +0200"
Lifetime
0

Session Attributes

No session attributes

Session Usage

9 Usages
Stateless check enabled
Usage
App\Controller\DefaultServicesController:1138
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php"
    "line" => 1138
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "interactiveProductsProductSheet"
    "class" => "App\Controller\DefaultServicesController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\DefaultServicesController:1163
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php"
    "line" => 1163
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "interactiveProductsProductSheet"
    "class" => "App\Controller\DefaultServicesController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\DefaultServicesController:1165
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php"
    "line" => 1165
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "interactiveProductsProductSheet"
    "class" => "App\Controller\DefaultServicesController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Twig\Extension\CoreExtension:1919
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1919
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/var/cache/dev/twig/07/07a747e8982b0d8791f0b32fc22be85e.php"
    "line" => 130
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_a7bc179c89ed51fe2a1af9c631133ebc"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/var/cache/dev/twig/c1/c188e0c467d3d162e8260805006170b7.php"
    "line" => 57
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_8ece1f7658498302097832a01f9f0727"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 467
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 284
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/src/Controller/DefaultServicesController.php"
    "line" => 1177
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "interactiveProductsProductSheet"
    "class" => "App\Controller\DefaultServicesController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/primigenagroup.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"4fbaf1c03678fae474536f7b8841af75"
DATABASE_URL
"mysql://primigena_user:primigena_psw@localhost:3306/primigena_db?serverVersion=11.4.10-MariaDB&charset=utf8mb4"
MAILER_DSN
"smtp://noreply@primigenagroup.com:primNORE2021!@out.postassl.it:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/vhosts/primigenagroup.com"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/vhosts/primigenagroup.com"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/primigenagroup.com/httpdocs"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/primigenagroup.com/httpdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/primigenagroup.com"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_AMP_CACHE_TRANSFORM
"google;v="1..8""
HTTP_FROM
"googlebot(at)googlebot.com"
HTTP_HOST
"primigenagroup.com"
HTTP_IF_MODIFIED_SINCE
"Sun, 17 May 2026 23:01:47 GMT"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.7778.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"66.249.66.36"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_SCRIPT_URI
"https://primigenagroup.com/it/servizi/prodotti-interattivi/prodotto/scheda/rose-terriccio-professionale-45l"
REDIRECT_SCRIPT_URL
"/it/servizi/prodotti-interattivi/prodotto/scheda/rose-terriccio-professionale-45l"
REDIRECT_SSL_TLS_SNI
"primigenagroup.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ajG0aGJ8g7FDUXsHlUrzIgAAAYg"
REDIRECT_URL
"/it/servizi/prodotti-interattivi/prodotto/scheda/rose-terriccio-professionale-45l"
REMOTE_ADDR
"66.249.66.36"
REMOTE_PORT
"59680"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1781642344
REQUEST_TIME_FLOAT
1781642344.0956
REQUEST_URI
"/it/servizi/prodotti-interattivi/prodotto/scheda/rose-terriccio-professionale-45l"
SCRIPT_FILENAME
"/var/www/vhosts/primigenagroup.com/httpdocs/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://primigenagroup.com/it/servizi/prodotti-interattivi/prodotto/scheda/rose-terriccio-professionale-45l"
SCRIPT_URL
"/it/servizi/prodotti-interattivi/prodotto/scheda/rose-terriccio-professionale-45l"
SERVER_ADDR
"80.211.141.101"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"primigenagroup.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"primigenagroup.com"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/primigenagroup.com/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
UNIQUE_ID
"ajG0aGJ8g7FDUXsHlUrzIgAAAYg"
USER
"primigenagroup.com_jbl6caqkirn"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 0954d1)

Key Value
_controller
"App\Controller\DefaultServicesController::interactiveProductsProductSheet"
_firewall_context
"security.firewall.map.context.main"
_locale
"it"
_remove_csp_headers
true
_route
"interactive_products_product_sheet"
_route_params
[
  "_locale" => "it"
  "slug" => "rose-terriccio-professionale-45l"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#557
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\FormLoginAuthenticator {#607 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#567
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#556 …}
  }
]
_stopwatch_token
"e68222"
slug
"rose-terriccio-professionale-45l"