| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1668
-records: [
"" => [
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.423+00:00"
"message" => "User Deprecated: Method "Thelia\Form\BaseForm::buildForm()" might add "null" as a native return type declaration in the future. Do the same in child class "Navision\Form\NavisionRegisterForm" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1752
#message: "User Deprecated: Method "Thelia\Form\BaseForm::buildForm()" might add "null" as a native return type declaration in the future. Do the same in child class "Navision\Form\NavisionRegisterForm" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/httpd/thelia/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 363
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/symfony/error-handler/DebugClassLoader.php:363 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/httpd/thelia/vendor/symfony/config/Resource/ReflectionClassResource.php:106 {
Symfony\Component\Config\Resource\ReflectionClassResource->computeHash(): string …
› try {
› $this->classReflector ??= new \ReflectionClass($this->className);
› } catch (\ReflectionException) {
}
/home/httpd/thelia/vendor/symfony/config/Resource/ReflectionClassResource.php:52 {
Symfony\Component\Config\Resource\ReflectionClassResource->isFresh(int $timestamp): bool …
› if ($filemtime > $timestamp) {
› return $this->hash === $this->computeHash();
› }
}
/home/httpd/thelia/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:44 {
Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp): bool …
›
› return self::$cache[$key] ??= $resource->isFresh($timestamp);
› }
}
/home/httpd/thelia/vendor/symfony/config/ResourceCheckerConfigCache.php:90 {
Symfony\Component\Config\ResourceCheckerConfigCache->isFresh(): bool …
› }
› if ($checker->isFresh($resource, $time)) {
› break; // no need to further check this resource
}
/home/httpd/thelia/vendor/symfony/config/ConfigCache.php:58 {
Symfony\Component\Config\ConfigCache->isFresh(): bool …
›
› return parent::isFresh();
› }
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:426 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› if (is_file($cachePath) && \is_object($this->container = include $cachePath)
› && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))
› ) {
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:289 {
Thelia\Core\Thelia->initializeContainer(): void …
›
› parent::initializeContainer();
› }
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:422 {
Thelia\Core\Thelia->preBoot(): ContainerInterface …
›
› $this->initializeContainer();
›
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:446 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.423+00:00"
"message" => "Deprecated: Thelia\Tools\TokenProvider::__construct(): Implicitly marking parameter $tokenName as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1674
#message: "Deprecated: Thelia\Tools\TokenProvider::__construct(): Implicitly marking parameter $tokenName as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Tools/TokenProvider.php"
#line: 32
#severity: E_DEPRECATED
trace: {
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Tools/TokenProvider.php:32 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function __construct(
› protected RequestStack $requestStack,
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1238 {
include_once …
› include_once \dirname(__DIR__, 4).'/vendor/thelia/core/lib/Thelia/Core/EventListener/ControllerListener.php';
› include_once \dirname(__DIR__, 4).'/vendor/thelia/core/lib/Thelia/Tools/TokenProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryBuilderInterface.php';
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1238 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::__construct():621} …
› include_once \dirname(__DIR__, 4).'/vendor/thelia/core/lib/Thelia/Core/EventListener/ControllerListener.php';
› include_once \dirname(__DIR__, 4).'/vendor/thelia/core/lib/Thelia/Tools/TokenProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryBuilderInterface.php';
}
/home/httpd/thelia/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/DependencyInjection/TheliaContainer.php:39 {
Thelia\Core\DependencyInjection\TheliaContainer->set(string $id, ?object $service): void …
›
› parent::set($id, $service);
› }
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:429 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:289 {
Thelia\Core\Thelia->initializeContainer(): void …
›
› parent::initializeContainer();
› }
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:422 {
Thelia\Core\Thelia->preBoot(): ContainerInterface …
›
› $this->initializeContainer();
›
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:446 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
]
16 => [
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.425+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 {#2007
#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/httpd/thelia/vendor/symfony/var-exporter/LazyGhostTrait.php"
#line: 21
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/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/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1340 {
ContainerNKIhlZL\App_KernelDevDebugContainer->createProxy($class, Closure $factory) …
› {
› class_exists($class, false) || require __DIR__.'/'.$class.'.php';
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2297 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:5567 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
› $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), NULL));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:4645 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:4290 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_ValidatorService($container) …
› {
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3559 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiResourcePropelTransformerServiceService($container) …
› {
› $a = ($container->privates['api_platform.validator'] ?? self::getApiPlatform_ValidatorService($container));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3499 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getClassMetaDataFactoryService($container) …
› {
› $a = ($container->privates['Thelia\\Api\\Bridge\\Propel\\Service\\ApiResourcePropelTransformerService'] ?? self::getApiResourcePropelTransformerServiceService($container));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:4019 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
› {
› $a = ($container->privates['Thelia\\Api\\Bridge\\Propel\\Loader\\ClassMetaDataFactory'] ?? self::getClassMetaDataFactoryService($container));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:4093 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
› }
› $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3880 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
› {
› $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2334 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2334} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? $container->load('getApiPlatform_Listener_ExceptionService')), 'onKernelException'], -96);
› $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);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.426+00:00"
"message" => "User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2139
#message: "User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:23 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('api-platform/symfony', '4.1', 'The "api_platform.validator.query_parameter_validator" service is deprecated use "\\ApiPlatform\\Metadata\\Parameter::$constraints" instead.');
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.426+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2141
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php"
#line: 41
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:41 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.426+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2143
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php:25 {
ApiPlatform\ParameterValidator\Validator\ArrayItems->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:46 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› $this->validators = [
› new ArrayItems(),
› new Bounds(),
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.426+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2145
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php:25 {
ApiPlatform\ParameterValidator\Validator\Bounds->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:47 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new ArrayItems(),
› new Bounds(),
› new Enum(),
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.426+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2147
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php:25 {
ApiPlatform\ParameterValidator\Validator\Enum->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:48 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Bounds(),
› new Enum(),
› new Length(),
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.426+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2149
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php:25 {
ApiPlatform\ParameterValidator\Validator\Length->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:49 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Enum(),
› new Length(),
› new MultipleOf(),
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.426+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2151
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php:25 {
ApiPlatform\ParameterValidator\Validator\MultipleOf->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:50 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Length(),
› new MultipleOf(),
› new Pattern(),
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.426+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2153
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php:25 {
ApiPlatform\ParameterValidator\Validator\Pattern->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:51 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new MultipleOf(),
› new Pattern(),
› new Required(),
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.427+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2155
#message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php"
#line: 27
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php:27 {
ApiPlatform\ParameterValidator\Validator\Required->__construct() …
› {
› trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
› }
}
/home/httpd/thelia/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:52 {
ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
› new Pattern(),
› new Required(),
› ];
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
ContainerNKIhlZL\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
›
› return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)));
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3981 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› $instance = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2341 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2341} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('console.command', [#[\Closure(name: 'doctrine_migrations.schema_filter_listener', class: 'Doctrine\\Bundle\\MigrationsBundle\\EventListener\\SchemaFilterListener')] fn () => ($container->privates['doctrine_migrations.schema_filter_listener'] ??= new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')), 'onConsoleCommand'], 0);
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.427+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2210
#message: "User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x."
#code: 0
#file: "/home/httpd/thelia/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php"
#line: 45
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php:45 {
ApiPlatform\JsonSchema\SchemaFactory->__construct(?TypeFactoryInterface $typeFactory, ResourceMetadataCollectionFactoryInterface $resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, ?NameConverterInterface $nameConverter = null, ?ResourceClassResolverInterface $resourceClassResolver = null, ?array $distinctFormats = null, ?DefinitionNameFactoryInterface $definitionNameFactory = null) …
› if ($typeFactory) {
› trigger_deprecation('api-platform/core', '3.4', \sprintf('Injecting the "%s" inside "%s" is deprecated and "%s" will be removed in 4.x.', TypeFactoryInterface::class, self::class, TypeFactoryInterface::class));
› $this->typeFactory = $typeFactory;
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3833 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_JsonSchema_BackwardCompatibleSchemaFactoryService($container) …
›
› $instance = new \ApiPlatform\JsonSchema\BackwardCompatibleSchemaFactory(new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($d, $a, $b, ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container)), ($container->privates['api_platform.hydra.name_converter.hydra_prefix'] ?? self::getApiPlatform_Hydra_NameConverter_HydraPrefixService($container)), $c, $container->parameters['api_platform.jsonschema_formats'], new \ApiPlatform\JsonSchema\DefinitionNameFactory($container->parameters['api_platform.jsonschema_formats'])), $container->parameters['api_platform.serializer.default_context']));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:4759 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getLexikJwtAuthentication_ApiPlatform_Openapi_FactoryService($container) …
› }
› $c = ($container->privates['api_platform.json_schema.backward_compatible_schema_factory'] ?? self::getApiPlatform_JsonSchema_BackwardCompatibleSchemaFactoryService($container));
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:3959 {
ContainerNKIhlZL\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_ReadService($container) …
› 'api_platform.serializer.filter_parameter_provider' => 'ApiPlatform\\Serializer\\Parameter\\SerializerFilterParameterProvider',
› ])), ($container->privates['lexik_jwt_authentication.api_platform.openapi.factory'] ?? self::getLexikJwtAuthentication_ApiPlatform_Openapi_FactoryService($container))), $b), $b), $c, NULL, $d);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:2335 {
ContainerNKIhlZL\App_KernelDevDebugContainer::{closure:ContainerNKIhlZL\App_KernelDevDebugContainer::getEventDispatcherService():2335} …
› $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/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
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/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:282 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:136 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:157 {
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/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.434+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "thelia_kernel.session"
"listener" => "Thelia\Core\EventListener\SessionListener::testSession"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.434+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "thelia_kernel.session"
"listener" => "Thelia\Core\EventListener\SessionListener::prodSession"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 0
]
"channel" => "security"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\KernelListener::sessionInit"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\KernelListener::paramInit"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::checkCurrency"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::checkCurrency"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.442+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::rememberMeLoader"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::jsonBody"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::rememberMeLoader"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::jsonBody"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+00:00"
"message" => "User Deprecated: Since symfony/dependency-injection 6.4: "Symfony\Component\DependencyInjection\ContainerAwareTrait" is deprecated, use dependency injection instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2520
#message: "User Deprecated: Since symfony/dependency-injection 6.4: "Symfony\Component\DependencyInjection\ContainerAwareTrait" is deprecated, use dependency injection instead."
#code: 0
#file: "/home/httpd/thelia/vendor/symfony/dependency-injection/ContainerAwareTrait.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/home/httpd/thelia/vendor/symfony/dependency-injection/ContainerAwareTrait.php:14 {
include_once …
›
› trigger_deprecation('symfony/dependency-injection', '6.4', '"%s" is deprecated, use dependency injection instead.', ContainerAwareTrait::class);
›
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/getNavisionFrontControllerService.php:22 {
ContainerNKIhlZL\getNavisionFrontControllerService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/thelia/core/lib/Thelia/Controller/ControllerInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
› include_once \dirname(__DIR__, 4).'/vendor/thelia/core/lib/Thelia/Controller/BaseController.php';
}
/home/httpd/thelia/var/cache/dev/ContainerNKIhlZL/App_KernelDevDebugContainer.php:1335 {
ContainerNKIhlZL\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/httpd/thelia/vendor/symfony/dependency-injection/Container.php:229 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/home/httpd/thelia/vendor/symfony/dependency-injection/Container.php:211 {
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/httpd/thelia/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Controller/ControllerResolver.php:28 {
Thelia\Core\Controller\ControllerResolver->instantiateController($class): object …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/home/httpd/thelia/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Controller/ControllerResolver.php:56 {
Thelia\Core\Controller\ControllerResolver->createController(string $controller): callable …
› {
› $controller = parent::createController($controller);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:164 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Thelia\Core\EventListener\ControllerListener::adminFirewall"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.443+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.445+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.445+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerNKIhlZL\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.449+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "thelia.view_check"
"listener" => "Thelia\Action\Brand::viewCheck"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.449+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "thelia.view_check"
"listener" => "Thelia\Action\Category::viewCheck"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.450+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "thelia.view_check"
"listener" => "Thelia\Action\Content::viewCheck"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.450+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "thelia.view_check"
"listener" => "Thelia\Action\Folder::viewCheck"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.450+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "thelia.view_check"
"listener" => "Thelia\Action\Product::viewCheck"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.466+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "action.getTaxService"
"listener" => "Thelia\Action\Tax::getTaxTypeService"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.491+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "action.getTaxService"
"listener" => "Thelia\Action\Tax::getTaxTypeService"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.503+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "hook.1.main.head-bottom"
"listener" => "Thelia\Core\Hook\DefaultHook::insertTemplate"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.503+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "hook.1.main.head-bottom"
"listener" => "Thelia\Core\Hook\DefaultHook::insertTemplate"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.514+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "action.getTaxService"
"listener" => "Thelia\Action\Tax::getTaxTypeService"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.514+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "action.getTaxService"
"listener" => "Thelia\Action\Tax::getTaxTypeService"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.528+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "ApiPlatform\Symfony\EventListener\ValidateListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.528+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "ApiPlatform\Symfony\EventListener\WriteListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.528+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "ApiPlatform\Symfony\EventListener\SerializeListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.528+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "ApiPlatform\Symfony\EventListener\RespondListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.528+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Thelia\Core\EventListener\ViewListener::beforeKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.528+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Thelia\Core\EventListener\ViewListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.531+00:00"
"message" => "Uncaught PHP Exception ErrorException: "Warning: Undefined array key "current_stock_href"" at 65b0b033abd09d67be2743a9c5e53d58dcc48bd6_0.file.product.html.php line 553"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => ErrorException {#3900
#message: "Warning: Undefined array key "current_stock_href""
#code: 0
#file: "/home/httpd/thelia/var/cache/dev/smarty/compile/65b0b033abd09d67be2743a9c5e53d58dcc48bd6_0.file.product.html.php"
#line: 553
#severity: E_WARNING
trace: {
/home/httpd/thelia/var/cache/dev/smarty/compile/65b0b033abd09d67be2743a9c5e53d58dcc48bd6_0.file.product.html.php:553 {
Block_16090906226a558712a69068_07289150->callBlock(Smarty_Internal_Template $_smarty_tpl) …
› : </span>
› <span itemprop="availability" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['current_stock_href']->value,$_smarty_tpl);?>
› " class="" id="pse-availability">
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
› $tpl->source = $this->sources[ $block->tplIndex ];
› $block->callBlock($tpl);
› $tpl->source = array_pop($this->sourceStack);
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, ?Smarty_Internal_Block $parent = null) …
› if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {
› $this->callBlock($block, $tpl);
› } else {
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, ?Smarty_Internal_Block $parent = null) …
› } else {
› $this->process($tpl, $block->child, $block);
› }
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
› }
› $this->process($tpl, $block);
› }
}
/home/httpd/thelia/var/cache/dev/smarty/compile/527c9a1774e28e7f7baaa3c3229277d6756eca6f_0.file.layout.tpl.php:470 {
Block_14036197566a54bb78396a45_70773167->callBlock(Smarty_Internal_Template $_smarty_tpl) …
› <div id="content"><?php
› $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_20462742346a54bb78396ed9_75752745', "main-content", $this->tplIndex);
› ?>
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
› $tpl->source = $this->sources[ $block->tplIndex ];
› $block->callBlock($tpl);
› $tpl->source = array_pop($this->sourceStack);
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, ?Smarty_Internal_Block $parent = null) …
› if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {
› $this->callBlock($block, $tpl);
› } else {
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
› }
› $this->process($tpl, $block);
› }
}
/home/httpd/thelia/var/cache/dev/smarty/compile/527c9a1774e28e7f7baaa3c3229277d6756eca6f_0.file.layout.tpl.php:208 {
content_6a54bb7839b9b4_75763384(Smarty_Internal_Template $_smarty_tpl) …
› <?php
› $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_14036197566a54bb78396a45_70773167', "main-container");
› ?>
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
› }
› $unifunc($_template);
› foreach ($_template->endRenderCallbacks as $callback) {
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
› } else {
› $this->getRenderedTemplateCode($_template);
› }
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
› }
› $this->compiled->render($this);
› }
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
› } else {
› $tpl->render();
› }
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 {
Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
› ) {
› $tpl->_subTemplateRender(
› $template,
}
/home/httpd/thelia/var/cache/dev/smarty/compile/65b0b033abd09d67be2743a9c5e53d58dcc48bd6_0.file.product.html.php:75 {
content_6a558712ab57f9_74630609(Smarty_Internal_Template $_smarty_tpl) …
›
› <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, "layout.tpl");
› }
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
› }
› $unifunc($_template);
› foreach ($_template->endRenderCallbacks as $callback) {
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
› } else {
› $this->getRenderedTemplateCode($_template);
› }
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
› }
› $this->compiled->render($this);
› }
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
› }
› $result = $template->render(false, $function);
› $template->_cleanUp();
}
/home/httpd/thelia/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
› {
› $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
› return $result === null ? ob_get_clean() : $result;
}
/home/httpd/thelia/local/modules/TheliaSmarty/Template/SmartyParser.php:509 {
TheliaSmarty\Template\SmartyParser->internalRenderer($resourceType, $resourceContent, array $parameters, $compressOutput = true) …
›
› $output = $this->fetch($resourceType.':'.$resourceContent);
›
}
/home/httpd/thelia/local/modules/TheliaSmarty/Template/SmartyParser.php:537 {
TheliaSmarty\Template\SmartyParser->render($realTemplateName, array $parameters = [], $compressOutput = true) …
›
› return $this->internalRenderer('file', $realTemplateName, $parameters, $compressOutput);
› }
}
/home/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/EventListener/ViewListener.php:90 {
Thelia\Core\EventListener\ViewListener->onKernelView(ViewEvent $event): void …
›
› $content = $this->parser->render($view.'.html');
›
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/httpd/thelia/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/httpd/thelia/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/httpd/thelia/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/httpd/thelia/vendor/symfony/http-kernel/HttpKernel.php:186 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response, $event);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
}
/home/httpd/thelia/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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72 {
Thelia\Core\TheliaHttpKernel->handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): Response …
›
› $response = parent::handle($request, $type, $catch);
›
}
/home/httpd/thelia/vendor/symfony/http-kernel/Kernel.php:208 {
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/httpd/thelia/vendor/thelia/core/lib/Thelia/Core/Thelia.php:455 {
Thelia\Core\Thelia->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/home/httpd/thelia/web/index.php:32 {
› $request = Request::createFromGlobals();
› $response = $thelia->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Thelia\Action\HttpException::checkHttpException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Thelia\Action\RedirectException::checkRedirectException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Thelia\Core\EventListener\ErrorListener::authenticationException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Thelia\Core\EventListener\ErrorListener::logException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Thelia\Core\EventListener\ErrorListener::handleException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Thelia\Core\EventListener\RequestListener::registerPreviousUrl"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Thelia\Core\EventListener\ResponseListener::beforeResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Thelia\Core\EventListener\RequestListener::registerPreviousUrl"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
3196 => [
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\KernelListener::sessionInit"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\KernelListener::paramInit"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.532+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::checkCurrency"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::checkCurrency"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.532+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::rememberMeLoader"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::jsonBody"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::rememberMeLoader"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Thelia\Core\EventListener\RequestListener::jsonBody"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.533+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.535+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Thelia\Core\EventListener\ControllerListener::adminFirewall"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.535+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.535+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.535+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.535+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.535+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerNKIhlZL\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.535+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Thelia\Core\EventListener\RequestListener::registerPreviousUrl"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Thelia\Core\EventListener\ResponseListener::beforeResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Thelia\Core\EventListener\RequestListener::registerPreviousUrl"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.599+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" => 1784034825
"timestamp_rfc3339" => "2026-07-14T13:13:45.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
16 => 1
3196 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1667 …}
} |