Error 404 Not Found

GET https://dev2.fourniresto.eu/fr_FR/taxons/pieces-detachees-temp?id=344&sorting%5BcreatedAt%5D=asc

ErrorController

Request

GET Parameters

Key Value
id
"344"
sorting
[
  "createdAt" => "asc"
]

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"968e94"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#5303
  #message: "Requested page is invalid."
  #code: 0
  #file: "/var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/ExpressionLanguage/NotNullExpressionFunctionProvider.php"
  #line: 41
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/ExpressionLanguage/NotNullExpressionFunctionProvider.php:41 {
      Sylius\Bundle\ResourceBundle\ExpressionLanguage\NotNullExpressionFunctionProvider->{closure:Sylius\Bundle\ResourceBundle\ExpressionLanguage\NotNullExpressionFunctionProvider::getFunctions():39} …
      › if (null === $result) {    throw new NotFoundHttpException('Requested page is invalid.');}
    }
    /var/www/dev2.fourniresto.eu/public/vendor/symfony/expression-language/Node/FunctionNode.php:50 {
      Symfony\Component\ExpressionLanguage\Node\FunctionNode->evaluate(array $functions, array $values): mixed …
      › 
      ›     return $functions[$this->attributes['name']]['evaluator'](...$arguments);}
    }
    /var/www/dev2.fourniresto.eu/public/vendor/symfony/expression-language/ExpressionLanguage.php:59 {
      Symfony\Component\ExpressionLanguage\ExpressionLanguage->evaluate(Symfony\Component\ExpressionLanguage\Expression|string $expression, array $values = []): mixed …
      › {    return $this->parse($expression, array_keys($values))->getNodes()->evaluate($this->functions, $values);}
    }
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:103 {
      Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValueExpression(string $expression, Request $request) …
      › 
      ›     return $this->expression->evaluate($expression, ['container' => $this->container]);}
    }
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:69 {
      Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValue($parameter, Request $request) …
      › if (0 === strpos($parameter, 'expr:')) {    return $this->parseRequestValueExpression(substr($parameter, 5), $request);}
    }
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:47 {
      Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42} …
      › 
      ›     return $this->parseRequestValue($parameter, $request);},
    }
    Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42}() {}
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:36 {
      Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValues(array $parameters, Request $request): array …
      › {    return array_map(        /**
    }
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:44 {
      Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42} …
      › if (is_array($parameter)) {    return $this->parseRequestValues($parameter, $request);}
    }
    Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42}() {}
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:36 {
      Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValues(array $parameters, Request $request): array …
      › {    return array_map(        /**
    }
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:44 {
      Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42} …
      › if (is_array($parameter)) {    return $this->parseRequestValues($parameter, $request);}
    }
    Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42}() {}
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:36 {
      Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValues(array $parameters, Request $request): array …
      › {    return array_map(        /**
    }
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Grid/View/ResourceGridViewFactory.php:44 {
      Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory->create(Grid $grid, Parameters $parameters, MetadataInterface $metadata, RequestConfiguration $requestConfiguration): ResourceGridView …
      › 
      › $grid->setDriverConfiguration($this->parametersParser->parseRequestValues($driverConfiguration, $request));}
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Grid/Controller/ResourcesResolver.php:55 {
      Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver->getResources(RequestConfiguration $requestConfiguration, RepositoryInterface $repository) …
      › 
      › $gridView = $this->gridViewFactory->create($gridDefinition, $parameters, $requestConfiguration->getMetadata(), $requestConfiguration);}
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourcesCollectionProvider.php:35 {
      Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider->get(RequestConfiguration $requestConfiguration, RepositoryInterface $repository) …
      › {    $resources = $this->resourcesResolver->getResources($requestConfiguration, $repository);    $paginationLimits = [];
    }
    /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php:141 {
      Sylius\Bundle\ResourceBundle\Controller\ResourceController->indexAction(Request $request): Response …
      › $this->isGrantedOr403($configuration, ResourceActions::INDEX);$resources = $this->resourcesCollectionProvider->get($configuration, $this->repository);}
    /var/www/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:182 {
      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/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1448
  -records: [
    "" => [
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.641+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1486
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/var/www/dev2.fourniresto.eu/public/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dev2.fourniresto.eu/public/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:1980 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::{closure:ContainerI5CDUMx\App_KernelDevDebugContainer::__construct():1580} …
                › include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:410 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:744 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.642+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1463
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/var/www/dev2.fourniresto.eu/public/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dev2.fourniresto.eu/public/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:1981 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::{closure:ContainerI5CDUMx\App_KernelDevDebugContainer::__construct():1580} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:410 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:744 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.642+00:00"
        "message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1441
            #message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
            #code: 0
            #file: "/var/www/dev2.fourniresto.eu/public/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
                Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
                › if (PHP_VERSION_ID >= 80400) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
                Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
                › 
                ›     $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:177 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
    58 => [
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.652+00:00"
        "message" => "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1557
            #message: "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
            #code: 0
            #file: "/var/www/dev2.fourniresto.eu/public/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:176 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->getMariaDbMysqlVersionNumber(string $versionString): string …
                › if (stripos($versionString, 'MariaDB') === 0) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:45 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
                › if ($mariadb) {    $mariaDbVersion = $this->getMariaDbMysqlVersionNumber($version);    if (version_compare($mariaDbVersion, '11.7.0', '>=')) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/dbal/src/Connection.php:421 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › 
                ›     return $this->_driver->createDatabasePlatformForVersion($version);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/dbal/src/Connection.php:323 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:740 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:550 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:178 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:4458 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::getSylius_Repository_ProductService($container) …
                › 
                ›     return $container->services['sylius.repository.product'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductRepository($a, $a->getClassMetadata('App\\Entity\\Product\\Product'));}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:3967 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::getRouterService($container) …
                › {    $a = ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container));}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:8120 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::getLocaleListenerService($container) …
                › {    $a = ($container->services['router'] ?? self::getRouterService($container));}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:3570 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::{closure:ContainerI5CDUMx\App_KernelDevDebugContainer::getEventDispatcherService():3570} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:182 {
                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/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.677+00:00"
        "message" => "User Deprecated: Method "Payum\Core\Model\DetailsAggregateInterface::getDetails()" might add "?object" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\PayumBundle\Model\PaymentSecurityToken" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1777
            #message: "User Deprecated: Method "Payum\Core\Model\DetailsAggregateInterface::getDetails()" might add "?object" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\PayumBundle\Model\PaymentSecurityToken" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/dev2.fourniresto.eu/public/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 347
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/error-handler/DebugClassLoader.php:347 {
                require_once …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php:188 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->getAllClassNames() …
                › 
                › require_once $sourceFile;}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
                Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
                › if (! isset($driverClasses[$oid])) {    $driverClasses[$oid] = $driver->getAllClassNames();}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:117 {
                Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
                › if ($this->defaultDriver !== null) {    foreach ($this->defaultDriver->getAllClassNames() as $className) {        $classNames[$className] = true;
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:25 {
                Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames(): array …
                › {    return $this->driver->getAllClassNames();}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:62 {
                Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->setAssociationMappings(ClassMetadata $metadata, Configuration $configuration): void …
                › foreach ($parents as $parent) {    if (false === in_array($parent, $metadataDriver->getAllClassNames(), true)) {        continue;
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:42 {
                Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->loadClassMetadata(LoadClassMetadataEventArgs $eventArgs): void …
                › if (!$metadata->isMappedSuperclass) {    $this->setAssociationMappings($metadata, $eventArgs->getEntityManager()->getConfiguration());} else {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
                › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:4458 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::getSylius_Repository_ProductService($container) …
                › 
                ›     return $container->services['sylius.repository.product'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductRepository($a, $a->getClassMetadata('App\\Entity\\Product\\Product'));}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:3967 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::getRouterService($container) …
                › {    $a = ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container));}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:8120 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::getLocaleListenerService($container) …
                › {    $a = ($container->services['router'] ?? self::getRouterService($container));}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:3570 {
                ContainerI5CDUMx\App_KernelDevDebugContainer::{closure:ContainerI5CDUMx\App_KernelDevDebugContainer::getEventDispatcherService():3570} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:182 {
                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/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.713+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "sylius_dev2"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "sylius_dev2"
            "serverVersion" => "mariadb-11.8.3"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.714+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1"
          "params" => [
            1 => "dev2.fourniresto.eu"
            2 => 1
          ]
          "types" => [
            1 => 2
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.716+00: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 {#6865
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/var/www/dev2.fourniresto.eu/public/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:468 {
                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/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:435 {
                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/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:413 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:358 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = [];
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:233 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/UnitOfWork.php:2539 {
                Doctrine\ORM\UnitOfWork->createEntity(string $className, array $data, array &$hints = []): object …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc->targetEntity, $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:268 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias): object …
                › 
                ›     return $this->uow->createEntity($className, $data, $this->hints);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:495 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result): void …
                › if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {    $element = $this->getEntity($data, $dqlAlias);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:147 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData(): array …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:171 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:748 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, ?object $entity = null, ?AssociationMapping $assoc = null, array $hints = [], Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $limit = null, ?array $orderBy = null): ?object …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/EntityRepository.php:125 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null): ?object …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Doctrine/ORM/ChannelRepository.php:37 {
                Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository->findOneEnabledByHostname(string $hostname): ChannelInterface …
                › {    return $this->findOneBy(['hostname' => $hostname, 'enabled' => true], self::ORDER_BY);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/HostnameBasedRequestResolver.php:28 {
                Sylius\Component\Channel\Context\RequestBased\HostnameBasedRequestResolver->findChannel(Request $request): ChannelInterface …
                › {    return $this->channelRepository->findOneEnabledByHostname($request->getHost());}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/CompositeRequestResolver.php:38 {
                Sylius\Component\Channel\Context\RequestBased\CompositeRequestResolver->findChannel(Request $request): ChannelInterface …
                › foreach ($this->requestResolvers as $requestResolver) {    $channel = $requestResolver->findChannel($request);}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php:39 {
                Sylius\Component\Channel\Context\RequestBased\ChannelContext->getChannelForRequest(Request $request): ChannelInterface …
                › {    $channel = $this->requestResolver->findChannel($request);}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php:31 {
                Sylius\Component\Channel\Context\RequestBased\ChannelContext->getChannel(): ChannelInterface …
                › try {    return $this->getChannelForRequest($this->getMainRequest());} catch (\UnexpectedValueException $exception) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:38 {
                Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface …
                › try {    return $channelContext->getChannel();} catch (ChannelNotFoundException) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php:44 {
                Sylius\Component\Channel\Context\CachedPerRequestChannelContext->getChannel(): ChannelInterface …
                › if (!isset($this->requestToChannelMap[$objectIdentifier])) {    $this->requestToChannelMap[$objectIdentifier] = $this->decoratedChannelContext->getChannel();}
              }
              /var/www/dev2.fourniresto.eu/public/src/EventSubscriber/LocalePrefixSubscriber.php:56 {
                App\EventSubscriber\LocalePrefixSubscriber->onKernelRequest(RequestEvent $event): void …
                › try {    $channel = $this->channelContext->getChannel();} catch (\Exception $e) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:182 {
                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/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.716+00: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 {#6894
            #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/dev2.fourniresto.eu/public/vendor/symfony/var-exporter/LazyGhostTrait.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
                ReflectionClass->__construct(object|string $objectOrClass) …
                › 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/dev2.fourniresto.eu/public/vendor/symfony/var-exporter/ProxyHelper.php:53 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › static $traitMethods;$traitMethods ??= (new \ReflectionClass(LazyGhostTrait::class))->getMethods();}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:468 {
                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/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:435 {
                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/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:413 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:358 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = [];
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:233 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/UnitOfWork.php:2539 {
                Doctrine\ORM\UnitOfWork->createEntity(string $className, array $data, array &$hints = []): object …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc->targetEntity, $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:268 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias): object …
                › 
                ›     return $this->uow->createEntity($className, $data, $this->hints);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:495 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result): void …
                › if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {    $element = $this->getEntity($data, $dqlAlias);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:147 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData(): array …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:171 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:748 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, ?object $entity = null, ?AssociationMapping $assoc = null, array $hints = [], Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $limit = null, ?array $orderBy = null): ?object …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /var/www/dev2.fourniresto.eu/public/vendor/doctrine/orm/src/EntityRepository.php:125 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null): ?object …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Doctrine/ORM/ChannelRepository.php:37 {
                Sylius\Bundle\ChannelBundle\Doctrine\ORM\ChannelRepository->findOneEnabledByHostname(string $hostname): ChannelInterface …
                › {    return $this->findOneBy(['hostname' => $hostname, 'enabled' => true], self::ORDER_BY);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/HostnameBasedRequestResolver.php:28 {
                Sylius\Component\Channel\Context\RequestBased\HostnameBasedRequestResolver->findChannel(Request $request): ChannelInterface …
                › {    return $this->channelRepository->findOneEnabledByHostname($request->getHost());}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/CompositeRequestResolver.php:38 {
                Sylius\Component\Channel\Context\RequestBased\CompositeRequestResolver->findChannel(Request $request): ChannelInterface …
                › foreach ($this->requestResolvers as $requestResolver) {    $channel = $requestResolver->findChannel($request);}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php:39 {
                Sylius\Component\Channel\Context\RequestBased\ChannelContext->getChannelForRequest(Request $request): ChannelInterface …
                › {    $channel = $this->requestResolver->findChannel($request);}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php:31 {
                Sylius\Component\Channel\Context\RequestBased\ChannelContext->getChannel(): ChannelInterface …
                › try {    return $this->getChannelForRequest($this->getMainRequest());} catch (\UnexpectedValueException $exception) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:38 {
                Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface …
                › try {    return $channelContext->getChannel();} catch (ChannelNotFoundException) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php:44 {
                Sylius\Component\Channel\Context\CachedPerRequestChannelContext->getChannel(): ChannelInterface …
                › if (!isset($this->requestToChannelMap[$objectIdentifier])) {    $this->requestToChannelMap[$objectIdentifier] = $this->decoratedChannelContext->getChannel();}
              }
              /var/www/dev2.fourniresto.eu/public/src/EventSubscriber/LocalePrefixSubscriber.php:56 {
                App\EventSubscriber\LocalePrefixSubscriber->onKernelRequest(RequestEvent $event): void …
                › try {    $channel = $this->channelContext->getChannel();} catch (\Exception $e) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:182 {
                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/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.725+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "sylius_shop_product_index"
          "route_parameters" => [
            "_route" => "sylius_shop_product_index"
            "_controller" => "sylius.controller.product::indexAction"
            "_sylius" => [
              "template" => "@SyliusShop/product/index.html.twig"
              "grid" => "sylius_shop_product"
            ]
            "_locale" => "fr_FR"
            "slug" => "pieces-detachees-temp"
          ]
          "request_uri" => "https://dev2.fourniresto.eu/fr_FR/taxons/pieces-detachees-temp?id=344&sorting%5BcreatedAt%5D=asc"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.726+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ?"
          "params" => [
            1 => 3
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber::validateApi"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocalePrefixSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\ProductUrlSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\TaxonUrlSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Resource\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\ApiTokenRevocationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\NonChannelLocaleListener::restrictRequestLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Fournir\PermissionBundle\EventListener\AccessControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.730+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.730+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\RedirectProductToVariantSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.730+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.730+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.730+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.734+00:00"
        "message" => "User Deprecated: Since sylius/grid 1.8: Sylius\Component\Grid\Filter\MoneyFilter is deprecated, replace it with your own implementation."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7218
            #message: "User Deprecated: Since sylius/grid 1.8: Sylius\Component\Grid\Filter\MoneyFilter is deprecated, replace it with your own implementation."
            #code: 0
            #file: "/var/www/dev2.fourniresto.eu/public/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php:19 {
                include_once …
                › 
                › \trigger_deprecation('sylius/grid', '1.8', '%s is deprecated, replace it with your own implementation.', MoneyFilter::class);}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/getSylius_Registry_GridFilterService.php:32 {
                ContainerI5CDUMx\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Filter/SelectFilter.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php';}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:2733 {
                ContainerI5CDUMx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/getSylius_Grid_FiltersApplicatorService.php:26 {
                ContainerI5CDUMx\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:2733 {
                ContainerI5CDUMx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/getProviderService.php:25 {
                ContainerI5CDUMx\getProviderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Sylius\Component\Grid\Data\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService'))));}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:2733 {
                ContainerI5CDUMx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/getSylius_Grid_ResourceViewFactoryService.php:24 {
                ContainerI5CDUMx\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:2733 {
                ContainerI5CDUMx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
                ContainerI5CDUMx\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:2733 {
                ContainerI5CDUMx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
                ContainerI5CDUMx\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:2733 {
                ContainerI5CDUMx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/getSylius_Controller_ProductService.php:31 {
                ContainerI5CDUMx\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
                › 
                › $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));}
              /var/www/dev2.fourniresto.eu/public/var/cache/dev/ContainerI5CDUMx/App_KernelDevDebugContainer.php:2733 {
                ContainerI5CDUMx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/dependency-injection/Container.php:221 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/HttpKernel.php:166 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:182 {
                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/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.736+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.736+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.736+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventSubscriber\Gdpr\AdminCustomerAuditSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.736+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.740+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.740+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.740+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.740+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.748+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s1_.name AS name_9, s1_.slug AS slug_10, s1_.description AS description_11, s1_.id AS id_12, s1_.locale AS locale_13, s0_.tree_root AS tree_root_14, s0_.parent_id AS parent_id_15, s1_.translatable_id AS translatable_id_16 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.enabled = ? AND s1_.slug = ? AND s1_.locale = ? ORDER BY s0_.id ASC"
          "params" => [
            1 => 1
            2 => "pieces-detachees-temp"
            3 => "fr_FR"
          ]
          "types" => [
            1 => 5
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Requested page is invalid." at NotNullExpressionFunctionProvider.php line 41"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#5303
            #message: "Requested page is invalid."
            #code: 0
            #file: "/var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/ExpressionLanguage/NotNullExpressionFunctionProvider.php"
            #line: 41
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/ExpressionLanguage/NotNullExpressionFunctionProvider.php:41 {
                Sylius\Bundle\ResourceBundle\ExpressionLanguage\NotNullExpressionFunctionProvider->{closure:Sylius\Bundle\ResourceBundle\ExpressionLanguage\NotNullExpressionFunctionProvider::getFunctions():39} …
                › if (null === $result) {    throw new NotFoundHttpException('Requested page is invalid.');}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/expression-language/Node/FunctionNode.php:50 {
                Symfony\Component\ExpressionLanguage\Node\FunctionNode->evaluate(array $functions, array $values): mixed …
                › 
                ›     return $functions[$this->attributes['name']]['evaluator'](...$arguments);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/symfony/expression-language/ExpressionLanguage.php:59 {
                Symfony\Component\ExpressionLanguage\ExpressionLanguage->evaluate(Symfony\Component\ExpressionLanguage\Expression|string $expression, array $values = []): mixed …
                › {    return $this->parse($expression, array_keys($values))->getNodes()->evaluate($this->functions, $values);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:103 {
                Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValueExpression(string $expression, Request $request) …
                › 
                ›     return $this->expression->evaluate($expression, ['container' => $this->container]);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:69 {
                Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValue($parameter, Request $request) …
                › if (0 === strpos($parameter, 'expr:')) {    return $this->parseRequestValueExpression(substr($parameter, 5), $request);}
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:47 {
                Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42} …
                › 
                ›     return $this->parseRequestValue($parameter, $request);},
              }
              Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42}() {}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:36 {
                Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValues(array $parameters, Request $request): array …
                › {    return array_map(        /**
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:44 {
                Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42} …
                › if (is_array($parameter)) {    return $this->parseRequestValues($parameter, $request);}
              }
              Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42}() {}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:36 {
                Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValues(array $parameters, Request $request): array …
                › {    return array_map(        /**
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:44 {
                Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42} …
                › if (is_array($parameter)) {    return $this->parseRequestValues($parameter, $request);}
              }
              Sylius\Bundle\ResourceBundle\Controller\ParametersParser->{closure:Sylius\Bundle\ResourceBundle\Controller\ParametersParser::parseRequestValues():42}() {}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ParametersParser.php:36 {
                Sylius\Bundle\ResourceBundle\Controller\ParametersParser->parseRequestValues(array $parameters, Request $request): array …
                › {    return array_map(        /**
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Grid/View/ResourceGridViewFactory.php:44 {
                Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory->create(Grid $grid, Parameters $parameters, MetadataInterface $metadata, RequestConfiguration $requestConfiguration): ResourceGridView …
                › 
                › $grid->setDriverConfiguration($this->parametersParser->parseRequestValues($driverConfiguration, $request));}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Grid/Controller/ResourcesResolver.php:55 {
                Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver->getResources(RequestConfiguration $requestConfiguration, RepositoryInterface $repository) …
                › 
                › $gridView = $this->gridViewFactory->create($gridDefinition, $parameters, $requestConfiguration->getMetadata(), $requestConfiguration);}
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourcesCollectionProvider.php:35 {
                Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider->get(RequestConfiguration $requestConfiguration, RepositoryInterface $repository) …
                › {    $resources = $this->resourcesResolver->getResources($requestConfiguration, $repository);    $paginationLimits = [];
              }
              /var/www/dev2.fourniresto.eu/public/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php:141 {
                Sylius\Bundle\ResourceBundle\Controller\ResourceController->indexAction(Request $request): Response …
                › $this->isGrantedOr403($configuration, ResourceActions::INDEX);$resources = $this->resourcesCollectionProvider->get($configuration, $this->repository);}
              /var/www/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/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/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php:182 {
                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/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev2.fourniresto.eu/public/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Resource\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteExceptionListener::onResourceDeleteException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteListener::onResourceDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.890+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.hostname AS hostname_2 FROM sylius_channel s0_ ORDER BY s0_.id ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\EventSubscriber\CarrierGridRedirectSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    11271 => [
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber::validateApi"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocalePrefixSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\ProductUrlSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\TaxonUrlSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Resource\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\ApiTokenRevocationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\NonChannelLocaleListener::restrictRequestLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Fournir\PermissionBundle\EventListener\AccessControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\RedirectProductToVariantSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventSubscriber\Gdpr\AdminCustomerAuditSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.868+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.hostname AS hostname_2 FROM sylius_channel s0_ ORDER BY s0_.id ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\EventSubscriber\CarrierGridRedirectSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.872+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00: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" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1778683614
        "timestamp_rfc3339" => "2026-05-13T14:46:54.873+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    58 => 1
    11271 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1446 …}
}

Request Headers

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

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 13 May 2026 14:46:54 GMT"
vary
"Accept"
x-debug-exception
"Requested%20page%20is%20invalid."
x-debug-exception-file
"%2Fvar%2Fwww%2Fdev2.fourniresto.eu%2Fpublic%2Fvendor%2Fsylius%2Fresource-bundle%2Fsrc%2FBundle%2FExpressionLanguage%2FNotNullExpressionFunctionProvider.php:41"
x-debug-token
"91b059"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 79
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 67
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 120
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev2.fourniresto.eu/public/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/dev2.fourniresto.eu/public/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ANTHROPIC_API_KEY
"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"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"iEMigAytzIbChmGQ+oqPO4bQgNl0E5KnQxD0aYIWZzo="
BIN_PACKING_API_KEY
"9ec824dbec79a9961cba3f2b671dbc22"
BIN_PACKING_API_URL
"https://eu.api.3dbinpacking.com"
BIN_PACKING_TIMEOUT
"15"
BIN_PACKING_USERNAME
"jcarpino@impex-food.com"
CHANNEL_AT_HOSTNAME
"at.dev2.fourniresto.eu"
CHANNEL_BE_HOSTNAME
"be.dev2.fourniresto.eu"
CHANNEL_DE_HOSTNAME
"de.dev2.fourniresto.eu"
CHANNEL_EE_HOSTNAME
"ee.dev2.fourniresto.eu"
CHANNEL_ES_HOSTNAME
"es.dev2.fourniresto.eu"
CHANNEL_FI_HOSTNAME
"fi.dev2.fourniresto.eu"
CHANNEL_FR_HOSTNAME
"dev2.fourniresto.eu"
CHANNEL_GR_HOSTNAME
"gr.dev2.fourniresto.eu"
CHANNEL_HR_HOSTNAME
"hr.dev2.fourniresto.eu"
CHANNEL_IT_HOSTNAME
"it.dev2.fourniresto.eu"
CHANNEL_LT_HOSTNAME
"lt.dev2.fourniresto.eu"
CHANNEL_LU_HOSTNAME
"lu.dev2.fourniresto.eu"
CHANNEL_LV_HOSTNAME
"lv.dev2.fourniresto.eu"
CHANNEL_NL_HOSTNAME
"nl.dev2.fourniresto.eu"
CHANNEL_PT_HOSTNAME
"pt.dev2.fourniresto.eu"
CHANNEL_SI_HOSTNAME
"si.dev2.fourniresto.eu"
CHANNEL_SK_HOSTNAME
"sk.dev2.fourniresto.eu"
CHECKCARRIER_ANTHROPIC_API_KEY
"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"
DATABASE_URL
"mysql://sylius_dev2:WWr2SPAmquAqp820ZV6Z@127.0.0.1:3306/sylius_dev2?serverVersion=mariadb-11.8.3&charset=utf8mb4"
JWT_PASSPHRASE
"e7c5fca1060bdf6ad23c33e4c236081f"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOGISTIQUE_EVENT_STORE_HMAC_KEY
"TeEjhs4zLA3iIiUg2CXDgdX3k/eXqBzMBNja3BM4E7VL+ol8JvGiVr3X84MF5piF"
LOGISTIQUE_MESSENGER_CRITICAL_DSN
"doctrine://default?queue_name=lb_critical"
LOGISTIQUE_MESSENGER_DEFAULT_DSN
"doctrine://default?queue_name=lb_default"
LOGISTIQUE_MESSENGER_LOW_DSN
"doctrine://default?queue_name=lb_low"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
MONDAY_API_TOKEN
"eyJhbGciOiJIUzI1NiJ9.eyJ0aWQiOjExMzUzMTQ5OCwiYWFpIjoxMSwidWlkIjozNjI0MzU0LCJpYWQiOiIyMDIxLTA2LTE0VDA5OjA5OjA5LjAwMFoiLCJwZXIiOiJtZTp3cml0ZSIsImFjdGlkIjoxNjU0NzE5LCJyZ24iOiJ1c2UxIn0.7QvqmDK8fRdvj6FtC-Lw4cJDJzxOtPfPTwjpnlKyYmc"
MONDAY_BOARD_ID
"5548119079"
PROD_ADV_DATABASE_URL
"mysql://claude_ai_read_only:ogEHbw2D3soixBZb@151.80.25.238:3306/adv?serverVersion=mariadb-10.5.0&charset=utf8mb4"
PROD_CHECKCARRIER_DATABASE_URL
"mysql://claude_ai_read_only:ogEHbw2D3soixBZb@51.210.113.45:3306/checkcarrierprice?serverVersion=mariadb-10.5.0&charset=utf8mb4"
PROD_CRONBASE_DATABASE_URL
"mysql://claude_ai_read_only:ogEHbw2D3soixBZb@51.210.113.45:3306/cronbase?serverVersion=mariadb-10.5.0&charset=utf8mb4"
PROD_CR_BG_DATABASE_URL
"mysql://claude_ai_read_only:ogEHbw2D3soixBZb@57.128.92.110:3306/cr_bg?serverVersion=mariadb-10.5.0&charset=utf8mb4"
PROD_INTER_DATABASE_URL
"mysql://claude_ai_read_only:ogEHbw2D3soixBZb@135.125.98.196:3306/inter?serverVersion=mariadb-10.5.0&charset=utf8mb4"
PROD_MAIN_DATABASE_URL
"mysql://claude_ai_read_only:ogEHbw2D3soixBZb@57.128.92.110:3306/preprod?serverVersion=mariadb-10.5.0&charset=utf8mb4"
PROD_SCRIPTING_DATABASE_URL
"mysql://claude_ai_read_only:ogEHbw2D3soixBZb@57.128.92.110:3306/scripting?serverVersion=mariadb-10.5.0&charset=utf8mb4"
REFLEX_API_BASE_URL
""
REFLEX_API_LOGIN
""
REFLEX_API_PASSWORD
""
REFLEX_SFTP_HOSTNAME
""
REFLEX_SFTP_PASSWORD
""
REFLEX_SFTP_PORT
"2022"
REFLEX_SFTP_SEND_LOCATION
"/Descente/"
REFLEX_SFTP_USERNAME
""
ROUTER_DEFAULT_URI
"https://dev2.fourniresto.eu"
SCRAPER_API_KEY
"b941e77006cfe88c2ac7a8f140fa00c6"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN
"doctrine://default?queue_name=catalog_promotion_removal"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN
"doctrine://default?queue_name=catalog_promotion_removal_failed"
SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN
"doctrine://default"
SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN
"doctrine://default?queue_name=main_failed"
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN
"sync://"
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN
"sync://"
SYLIUS_PAYMENT_ENCRYPTION_KEY_PATH
"%kernel.project_dir%/config/encryption/dev.key"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/dev2.fourniresto.eu/public/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"dev2.fourniresto.eu"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
"id=344&sorting%5BcreatedAt%5D=asc"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.86"
REMOTE_PORT
"21773"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1778683614
REQUEST_TIME_FLOAT
1778683614.5335
REQUEST_URI
"/fr_FR/taxons/pieces-detachees-temp"
SCRIPT_FILENAME
"/var/www/dev2.fourniresto.eu/public/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"164.132.247.212"
SERVER_NAME
"dev2.fourniresto.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.26.3"
SYMFONY_DOTENV_PATH
"/var/www/dev2.fourniresto.eu/public/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN,SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN,SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN,SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_DSN,SYLIUS_PAYMENT_ENCRYPTION_KEY_PATH,PROD_MAIN_DATABASE_URL,PROD_CR_BG_DATABASE_URL,PROD_SCRIPTING_DATABASE_URL,PROD_ADV_DATABASE_URL,PROD_INTER_DATABASE_URL,PROD_CHECKCARRIER_DATABASE_URL,PROD_CRONBASE_DATABASE_URL,MONDAY_API_TOKEN,MONDAY_BOARD_ID,ROUTER_DEFAULT_URI,CHANNEL_FR_HOSTNAME,CHANNEL_IT_HOSTNAME,CHANNEL_DE_HOSTNAME,CHANNEL_NL_HOSTNAME,CHANNEL_HR_HOSTNAME,CHANNEL_ES_HOSTNAME,CHANNEL_EE_HOSTNAME,CHANNEL_FI_HOSTNAME,CHANNEL_LU_HOSTNAME,CHANNEL_LT_HOSTNAME,CHANNEL_LV_HOSTNAME,CHANNEL_PT_HOSTNAME,CHANNEL_SK_HOSTNAME,CHANNEL_SI_HOSTNAME,CHANNEL_AT_HOSTNAME,CHANNEL_BE_HOSTNAME,CHANNEL_GR_HOSTNAME,ANTHROPIC_API_KEY,SCRAPER_API_KEY,BIN_PACKING_API_URL,BIN_PACKING_USERNAME,BIN_PACKING_API_KEY,BIN_PACKING_TIMEOUT,CHECKCARRIER_ANTHROPIC_API_KEY,LOGISTIQUE_EVENT_STORE_HMAC_KEY,LOGISTIQUE_MESSENGER_CRITICAL_DSN,LOGISTIQUE_MESSENGER_DEFAULT_DSN,LOGISTIQUE_MESSENGER_LOW_DSN,REFLEX_API_BASE_URL,REFLEX_API_LOGIN,REFLEX_API_PASSWORD,REFLEX_SFTP_HOSTNAME,REFLEX_SFTP_PORT,REFLEX_SFTP_USERNAME,REFLEX_SFTP_PASSWORD,REFLEX_SFTP_SEND_LOCATION"
USER
"www-data"

Parent Request

Return to parent request (token = c9aaa8)

Key Value
_controller
"sylius.controller.product::indexAction"
_firewall_context
"security.firewall.map.context.shop"
_locale
"fr_FR"
_remove_csp_headers
true
_route
"sylius_shop_product_index"
_route_params
[
  "_sylius" => [
    "template" => "@SyliusShop/product/index.html.twig"
    "grid" => "sylius_shop_product"
  ]
  "_locale" => "fr_FR"
  "slug" => "pieces-detachees-temp"
]
_security_authenticators
[]
_security_firewall_run
"_security_shop"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#7084
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#7175 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#7078
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator {#7089 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#7076
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#7075 …}
  }
]
_stopwatch_token
"d09089"
_sylius
[
  "template" => "@SyliusShop/product/index.html.twig"
  "grid" => "sylius_shop_product"
]
slug
"pieces-detachees-temp"