| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#232
-records: [
"" => [
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.513+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 {#239
#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: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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',
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
›
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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;
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.514+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 {#227
#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: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/var-exporter/LazyGhostTrait.php"
#line: 21
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
require …
› if (\PHP_VERSION_ID >= 80400) {
› trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyGhostTrait::class);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:2663 {
ContainerVZxJlDI\App_KernelDevDebugContainer->createProxy($class, Closure $factory) …
› {
› class_exists($class, false) || require __DIR__.'/'.$class.'.php';
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:3071 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/dependency-injection/Container.php:223 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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));
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:107 {
Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
› $this->container
› ->get('doctrine.orm.entity_manager')
› ->getConfiguration()
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:68 {
Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
› if ($this->container->getParameter('sylius_core.order_by_identifier')) {
› $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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;
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
]
58 => [
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.531+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 {#4909
#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: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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',
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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', '>=')) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/dbal/src/Connection.php:421 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
›
› return $this->_driver->createDatabasePlatformForVersion($version);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:740 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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()));
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:4725 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getSyliusWishlistPlugin_Repository_WishlistService($container) …
›
› return $container->services['sylius_wishlist_plugin.repository.wishlist'] = new \Sylius\WishlistPlugin\Repository\WishlistRepository($a, $a->getClassMetadata('Sylius\\WishlistPlugin\\Entity\\Wishlist'));
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:5552 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_Openapi_SerializerContextBuilderService($container) …
› }
› $c = ($container->services['sylius_wishlist_plugin.repository.wishlist'] ?? self::getSyliusWishlistPlugin_Repository_WishlistService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:2885 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_StateProvider_ParameterValidatorService($container) …
› }
› $c = new \ApiPlatform\State\Provider\ReadProvider($b, ($container->privates['api_platform.openapi.serializer_context_builder'] ?? self::getApiPlatform_Openapi_SerializerContextBuilderService($container)), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)));
› if ($container->has('debug.stopwatch')) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:5366 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_ReadService($container) …
› {
› $a = ($container->services['api_platform.state_provider.parameter_validator'] ?? self::getApiPlatform_StateProvider_ParameterValidatorService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:3216 {
ContainerVZxJlDI\App_KernelDevDebugContainer::{closure:ContainerVZxJlDI\App_KernelDevDebugContainer::getEventDispatcherService():3216} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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';
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.533+00:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyProxyTrait" trait is deprecated, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4754
#message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyProxyTrait" trait is deprecated, use native lazy objects instead."
#code: 0
#file: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/var-exporter/LazyProxyTrait.php"
#line: 22
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/var-exporter/LazyProxyTrait.php:22 {
require …
› if (\PHP_VERSION_ID >= 80400) {
› trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyProxyTrait::class);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:2663 {
ContainerVZxJlDI\App_KernelDevDebugContainer->createProxy($class, Closure $factory) …
› {
› class_exists($class, false) || require __DIR__.'/'.$class.'.php';
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:3989 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getSylius_Repository_LocaleService($container, $lazyLoad = true) …
› if (true === $lazyLoad) {
› return $container->services['sylius.repository.locale'] = $container->createProxy('EntityRepositoryProxyE3d6e2d', static fn () => \EntityRepositoryProxyE3d6e2d::createLazyProxy(static fn () => self::getSylius_Repository_LocaleService($container, false)));
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:8024 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getSylius_Provider_LocaleCollection_CachedService($container) …
› {
› $a = ($container->services['sylius.repository.locale'] ?? self::getSylius_Repository_LocaleService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:4189 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getSylius_TranslationLocaleProviderService($container) …
› {
› $a = ($container->privates['sylius.provider.locale_collection.cached'] ?? self::getSylius_Provider_LocaleCollection_CachedService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:4173 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getSylius_TranslatableEntityLocaleAssignerService($container) …
› }
› $b = ($container->services['sylius.translation_locale_provider'] ?? self::getSylius_TranslationLocaleProviderService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/getSylius_Translation_TranslatableListener_Doctrine_OrmService.php:24 {
ContainerVZxJlDI\getSylius_Translation_TranslatableListener_Doctrine_OrmService::do($container, $lazyLoad = true) …
›
› $a = ($container->services['sylius.translatable_entity_locale_assigner'] ?? self::getSylius_TranslatableEntityLocaleAssignerService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:2658 {
ContainerVZxJlDI\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:169 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeListeners(string $eventName): void …
› if (\is_string($listener)) {
› $listener = $this->container->get($listener);
› $newHash = $this->getHash($listener);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:52 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› if (!isset($this->initialized[$eventName])) {
› $this->initializeListeners($eventName);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:4725 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getSyliusWishlistPlugin_Repository_WishlistService($container) …
›
› return $container->services['sylius_wishlist_plugin.repository.wishlist'] = new \Sylius\WishlistPlugin\Repository\WishlistRepository($a, $a->getClassMetadata('Sylius\\WishlistPlugin\\Entity\\Wishlist'));
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:5552 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_Openapi_SerializerContextBuilderService($container) …
› }
› $c = ($container->services['sylius_wishlist_plugin.repository.wishlist'] ?? self::getSyliusWishlistPlugin_Repository_WishlistService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:2885 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_StateProvider_ParameterValidatorService($container) …
› }
› $c = new \ApiPlatform\State\Provider\ReadProvider($b, ($container->privates['api_platform.openapi.serializer_context_builder'] ?? self::getApiPlatform_Openapi_SerializerContextBuilderService($container)), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)));
› if ($container->has('debug.stopwatch')) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:5366 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_ReadService($container) …
› {
› $a = ($container->services['api_platform.state_provider.parameter_validator'] ?? self::getApiPlatform_StateProvider_ParameterValidatorService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:3216 {
ContainerVZxJlDI\App_KernelDevDebugContainer::{closure:ContainerVZxJlDI\App_KernelDevDebugContainer::getEventDispatcherService():3216} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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';
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.549+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 {#5043
#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: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/error-handler/DebugClassLoader.php:347 {
require_once …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php:188 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->getAllClassNames() …
›
› require_once $sourceFile;
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if (! isset($driverClasses[$oid])) {
› $driverClasses[$oid] = $driver->getAllClassNames();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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;
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:25 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames(): array …
› {
› return $this->driver->getAllClassNames();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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;
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:4040 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getSylius_Repository_PaymentMethodService($container) …
›
› return $container->services['sylius.repository.payment_method'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository($a, $a->getClassMetadata('App\\Entity\\Payment\\PaymentMethod'));
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:8040 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getSylius_Provider_PaymentRequest_DefaultActionService($container) …
› {
› $a = ($container->services['sylius.repository.payment_method'] ?? self::getSylius_Repository_PaymentMethodService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:5561 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_Openapi_SerializerContextBuilderService($container) …
›
› return $container->privates['api_platform.openapi.serializer_context_builder'] = new \ApiPlatform\OpenApi\Serializer\SerializerContextBuilder(new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, $b, new \Sylius\WishlistPlugin\Serializer\ContextBuilder\WishlistTokenValueAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\PaymentRequestActionAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LoggedInShopUserIdAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\HttpRequestMethodTypeContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LocaleContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LocaleCodeAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\ChannelContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LoggedInCustomerEmailAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\ChannelCodeAwareContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($a, true), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ChannelCodeAware', 'channelCode', $d), 'Sylius\\Bundle\\ApiBundle\\Attribute\\LoggedInCustomerEmailAware', 'email', $e), $d), 'Sylius\\Bundle\\ApiBundle\\Attribute\\LocaleCodeAware', 'localeCode', $f), $f)), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ShopUserIdAware', 'shopUserId', $e), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ShipmentIdAware', 'shipmentId', 'Sylius\\Component\\Core\\Model\\ShipmentInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentIdAware', 'paymentId', 'Sylius\\Component\\Core\\Model\\PaymentInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentRequestHashAware', 'hash', 'Sylius\\Component\\Payment\\Model\\PaymentRequestInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\OrderTokenValueAware', 'orderTokenValue', 'Sylius\\Component\\Core\\Model\\OrderInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\OrderItemIdAware', 'orderItemId', 'Sylius\\Component\\Core\\Model\\OrderItemInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PromotionCodeAware', 'promotionCode', 'Sylius\\Component\\Core\\Model\\PromotionInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Admin\\Account\\ResetPassword'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Account\\ResetPassword'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Account\\VerifyShopUser'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentRequestActionAware', 'action', ($container->privates['sylius.provider.payment_request.default_action'] ?? self::getSylius_Provider_PaymentRequest_DefaultActionService($container))), $c)));
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:2885 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_StateProvider_ParameterValidatorService($container) …
› }
› $c = new \ApiPlatform\State\Provider\ReadProvider($b, ($container->privates['api_platform.openapi.serializer_context_builder'] ?? self::getApiPlatform_Openapi_SerializerContextBuilderService($container)), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)));
› if ($container->has('debug.stopwatch')) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:5366 {
ContainerVZxJlDI\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_ReadService($container) …
› {
› $a = ($container->services['api_platform.state_provider.parameter_validator'] ?? self::getApiPlatform_StateProvider_ParameterValidatorService($container));
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/var/cache/dev/ContainerVZxJlDI/App_KernelDevDebugContainer.php:3216 {
ContainerVZxJlDI\App_KernelDevDebugContainer::{closure:ContainerVZxJlDI\App_KernelDevDebugContainer::getEventDispatcherService():3216} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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';
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.574+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.574+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.574+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.574+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.574+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.574+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.574+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.574+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.637+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://sap.preprod.4runners.fr/.env"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#6126
#message: "No route found for "GET https://sap.preprod.4runners.fr/.env""
#code: 0
#file: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#5971 …}
-statusCode: 404
-headers: []
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.756+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\WishlistPlugin\EventSubscriber\CreateNewWishlistSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.761+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"
]
]
9742 => [
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.648+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" => null
"user" => "sapbddad"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "sapbdd"
"serverVersion" => "mariadb-10.11.11"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.650+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 => "sap.preprod.4runners.fr"
2 => 1
]
"types" => [
1 => 2
2 => 5
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.652+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 {#10397
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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.');
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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{"));
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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;
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 = [];
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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, []);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:175 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:746 {
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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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());
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:38 {
Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface …
› try {
› return $channelContext->getChannel();
› } catch (ChannelNotFoundException) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ChannelBasedLocaleProvider.php:50 {
Sylius\Component\Core\Provider\ChannelBasedLocaleProvider->getDefaultLocaleCode(): string …
› /** @var ChannelInterface $channel */
› $channel = $this->channelContext->getChannel();
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php:47 {
Sylius\Bundle\LocaleBundle\Context\RequestHeaderBasedLocaleContext->getLocaleCode(): string …
› $this->availableLocalesCodes = array_unique(array_merge(
› [$this->localeProvider->getDefaultLocaleCode()],
› $this->localeProvider->getAvailableLocalesCodes(),
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php:39 {
Sylius\Component\Locale\Context\CompositeLocaleContext->getLocaleCode(): string …
› try {
› return $localeContext->getLocaleCode();
› } catch (LocaleNotFoundException $exception) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php:34 {
Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter->onKernelRequest(RequestEvent $event): void …
›
› $request->setLocale($this->localeContext->getLocaleCode());
› $request->setDefaultLocale($this->localeProvider->getDefaultLocaleCode());
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php:65 {
Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $this->decoratedListener->onKernelException($event);
› } catch (\Throwable $throwable) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.653+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 {#10457
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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.');
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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{"));
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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;
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 = [];
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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, []);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:175 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:746 {
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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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());
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:38 {
Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface …
› try {
› return $channelContext->getChannel();
› } catch (ChannelNotFoundException) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ChannelBasedLocaleProvider.php:50 {
Sylius\Component\Core\Provider\ChannelBasedLocaleProvider->getDefaultLocaleCode(): string …
› /** @var ChannelInterface $channel */
› $channel = $this->channelContext->getChannel();
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php:47 {
Sylius\Bundle\LocaleBundle\Context\RequestHeaderBasedLocaleContext->getLocaleCode(): string …
› $this->availableLocalesCodes = array_unique(array_merge(
› [$this->localeProvider->getDefaultLocaleCode()],
› $this->localeProvider->getAvailableLocalesCodes(),
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php:39 {
Sylius\Component\Locale\Context\CompositeLocaleContext->getLocaleCode(): string …
› try {
› return $localeContext->getLocaleCode();
› } catch (LocaleNotFoundException $exception) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php:34 {
Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter->onKernelRequest(RequestEvent $event): void …
›
› $request->setLocale($this->localeContext->getLocaleCode());
› $request->setDefaultLocale($this->localeProvider->getDefaultLocaleCode());
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php:65 {
Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $this->decoratedListener->onKernelException($event);
› } catch (\Throwable $throwable) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.654+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 {#10507
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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.');
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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{"));
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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;
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 = [];
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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, []);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:175 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:746 {
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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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());
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:38 {
Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface …
› try {
› return $channelContext->getChannel();
› } catch (ChannelNotFoundException) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ChannelBasedLocaleProvider.php:50 {
Sylius\Component\Core\Provider\ChannelBasedLocaleProvider->getDefaultLocaleCode(): string …
› /** @var ChannelInterface $channel */
› $channel = $this->channelContext->getChannel();
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php:47 {
Sylius\Bundle\LocaleBundle\Context\RequestHeaderBasedLocaleContext->getLocaleCode(): string …
› $this->availableLocalesCodes = array_unique(array_merge(
› [$this->localeProvider->getDefaultLocaleCode()],
› $this->localeProvider->getAvailableLocalesCodes(),
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php:39 {
Sylius\Component\Locale\Context\CompositeLocaleContext->getLocaleCode(): string …
› try {
› return $localeContext->getLocaleCode();
› } catch (LocaleNotFoundException $exception) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php:34 {
Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter->onKernelRequest(RequestEvent $event): void …
›
› $request->setLocale($this->localeContext->getLocaleCode());
› $request->setDefaultLocale($this->localeProvider->getDefaultLocaleCode());
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php:65 {
Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $this->decoratedListener->onKernelException($event);
› } catch (\Throwable $throwable) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.654+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 {#10536
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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.');
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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{"));
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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;
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 = [];
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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, []);
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:175 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:746 {
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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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());
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:38 {
Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface …
› try {
› return $channelContext->getChannel();
› } catch (ChannelNotFoundException) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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();
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ChannelBasedLocaleProvider.php:50 {
Sylius\Component\Core\Provider\ChannelBasedLocaleProvider->getDefaultLocaleCode(): string …
› /** @var ChannelInterface $channel */
› $channel = $this->channelContext->getChannel();
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php:47 {
Sylius\Bundle\LocaleBundle\Context\RequestHeaderBasedLocaleContext->getLocaleCode(): string …
› $this->availableLocalesCodes = array_unique(array_merge(
› [$this->localeProvider->getDefaultLocaleCode()],
› $this->localeProvider->getAvailableLocalesCodes(),
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php:39 {
Sylius\Component\Locale\Context\CompositeLocaleContext->getLocaleCode(): string …
› try {
› return $localeContext->getLocaleCode();
› } catch (LocaleNotFoundException $exception) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php:34 {
Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter->onKernelRequest(RequestEvent $event): void …
›
› $request->setLocale($this->localeContext->getLocaleCode());
› $request->setDefaultLocale($this->localeProvider->getDefaultLocaleCode());
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php:65 {
Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $this->decoratedListener->onKernelException($event);
› } catch (\Throwable $throwable) {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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);
› }
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/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 {
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/sap-preprod/htdocs/sap.preprod.4runners.fr/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/sap-preprod/htdocs/sap.preprod.4runners.fr/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.657+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 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\WishlistPlugin\EventSubscriber\CreateNewWishlistSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.658+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.659+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.659+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.659+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.659+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerVZxJlDI\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.659+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.725+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\WishlistPlugin\EventSubscriber\CreateNewWishlistSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.727+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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" => 1768284757
"timestamp_rfc3339" => "2026-01-13T06:12:37.728+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
9742 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#230 …}
} |