| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#140
-records: [
2 => [
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.388+00:00"
"message" => "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#215
#message: "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php"
#line: 45
#severity: E_USER_DEPRECATED
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:45 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› {
› trigger_deprecation('symfony/routing', '7.4', 'XML configuration format is deprecated, use YAML, PHP or attributes instead.');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:92 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/home/net/symfony/vhosts/test-zdeal-frontend/src/EventSubscriber/LocaleSubscriber.php:48 {
App\EventSubscriber\LocaleSubscriber->__construct($defaultLocale, RouterInterface $router, array $supportedLocales = […2], $localeRouteParam = '_locale') …
› $this->router = $router;
› $this->routeCollection = $router->getRouteCollection();
› $this->defaultLocale = $defaultLocale;
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:1318 {
ContainerDqt9KcI\App_KernelDevDebugContainer::getLocaleSubscriberService($container) …
› {
› return $container->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr', ($container->services['router'] ?? self::getRouterService($container)));
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:907 {
ContainerDqt9KcI\App_KernelDevDebugContainer::ContainerDqt9KcI\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelResponse'], 17);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelRequest'], 20);
› $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'argument_resolver.request_payload', class: 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver')] fn () => ($container->privates['argument_resolver.request_payload'] ?? self::getArgumentResolver_RequestPayloadService($container)), 'onKernelControllerArguments'], 0);
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.390+00:00"
"message" => "User Deprecated: Since symfony/routing 7.3: The "errors.xml" routing configuration file is deprecated, import "errors.php" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#228
#message: "User Deprecated: Since symfony/routing 7.3: The "errors.xml" routing configuration file is deprecated, import "errors.php" instead."
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Resources/config/routing/errors.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Resources/config/routing/errors.php:19 {
{closure} …
› if (__DIR__ === dirname(realpath($trace['args'][3]))) {
› trigger_deprecation('symfony/routing', '7.3', 'The "errors.xml" routing configuration file is deprecated, import "errors.php" instead.');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/PhpFileLoader.php:94 {
Symfony\Component\Routing\Loader\PhpFileLoader->callConfigurator(callable $callback, string $path, string $file): RouteCollection …
›
› $callback(new RoutingConfigurator($collection, $this, $path, $file, $this->env));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/PhpFileLoader.php:70 {
Symfony\Component\Routing\Loader\PhpFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (\is_object($result) && \is_callable($result)) {
› $collection = $this->callConfigurator($result, $path, $file);
› } elseif (\is_array($result)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:203 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseImport(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($resource, '' !== $type ? $type : null, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:82 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseNode(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› case 'import':
› $this->parseImport($collection, $node, $path, $file);
› break;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:60 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->parseNode($collection, $node, $path, $file);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:92 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/home/net/symfony/vhosts/test-zdeal-frontend/src/EventSubscriber/LocaleSubscriber.php:48 {
App\EventSubscriber\LocaleSubscriber->__construct($defaultLocale, RouterInterface $router, array $supportedLocales = […2], $localeRouteParam = '_locale') …
› $this->router = $router;
› $this->routeCollection = $router->getRouteCollection();
› $this->defaultLocale = $defaultLocale;
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:1318 {
ContainerDqt9KcI\App_KernelDevDebugContainer::getLocaleSubscriberService($container) …
› {
› return $container->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr', ($container->services['router'] ?? self::getRouterService($container)));
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:907 {
ContainerDqt9KcI\App_KernelDevDebugContainer::ContainerDqt9KcI\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelResponse'], 17);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelRequest'], 20);
› $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'argument_resolver.request_payload', class: 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver')] fn () => ($container->privates['argument_resolver.request_payload'] ?? self::getArgumentResolver_RequestPayloadService($container)), 'onKernelControllerArguments'], 0);
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.391+00:00"
"message" => "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#231
#message: "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php"
#line: 45
#severity: E_USER_DEPRECATED
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:45 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› {
› trigger_deprecation('symfony/routing', '7.4', 'XML configuration format is deprecated, use YAML, PHP or attributes instead.');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:92 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/home/net/symfony/vhosts/test-zdeal-frontend/src/EventSubscriber/LocaleSubscriber.php:48 {
App\EventSubscriber\LocaleSubscriber->__construct($defaultLocale, RouterInterface $router, array $supportedLocales = […2], $localeRouteParam = '_locale') …
› $this->router = $router;
› $this->routeCollection = $router->getRouteCollection();
› $this->defaultLocale = $defaultLocale;
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:1318 {
ContainerDqt9KcI\App_KernelDevDebugContainer::getLocaleSubscriberService($container) …
› {
› return $container->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr', ($container->services['router'] ?? self::getRouterService($container)));
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:907 {
ContainerDqt9KcI\App_KernelDevDebugContainer::ContainerDqt9KcI\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelResponse'], 17);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelRequest'], 20);
› $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'argument_resolver.request_payload', class: 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver')] fn () => ($container->privates['argument_resolver.request_payload'] ?? self::getArgumentResolver_RequestPayloadService($container)), 'onKernelControllerArguments'], 0);
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.393+00:00"
"message" => "User Deprecated: Since symfony/routing 7.3: The "wdt.xml" routing configuration file is deprecated, import "wdt.php" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#279
#message: "User Deprecated: Since symfony/routing 7.3: The "wdt.xml" routing configuration file is deprecated, import "wdt.php" instead."
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/web-profiler-bundle/Resources/config/routing/wdt.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/web-profiler-bundle/Resources/config/routing/wdt.php:19 {
{closure} …
› if (__DIR__ === dirname(realpath($trace['args'][3]))) {
› trigger_deprecation('symfony/routing', '7.3', 'The "wdt.xml" routing configuration file is deprecated, import "wdt.php" instead.');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/PhpFileLoader.php:94 {
Symfony\Component\Routing\Loader\PhpFileLoader->callConfigurator(callable $callback, string $path, string $file): RouteCollection …
›
› $callback(new RoutingConfigurator($collection, $this, $path, $file, $this->env));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/PhpFileLoader.php:70 {
Symfony\Component\Routing\Loader\PhpFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (\is_object($result) && \is_callable($result)) {
› $collection = $this->callConfigurator($result, $path, $file);
› } elseif (\is_array($result)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:203 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseImport(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($resource, '' !== $type ? $type : null, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:82 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseNode(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› case 'import':
› $this->parseImport($collection, $node, $path, $file);
› break;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:60 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->parseNode($collection, $node, $path, $file);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:92 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/home/net/symfony/vhosts/test-zdeal-frontend/src/EventSubscriber/LocaleSubscriber.php:48 {
App\EventSubscriber\LocaleSubscriber->__construct($defaultLocale, RouterInterface $router, array $supportedLocales = […2], $localeRouteParam = '_locale') …
› $this->router = $router;
› $this->routeCollection = $router->getRouteCollection();
› $this->defaultLocale = $defaultLocale;
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:1318 {
ContainerDqt9KcI\App_KernelDevDebugContainer::getLocaleSubscriberService($container) …
› {
› return $container->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr', ($container->services['router'] ?? self::getRouterService($container)));
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:907 {
ContainerDqt9KcI\App_KernelDevDebugContainer::ContainerDqt9KcI\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelResponse'], 17);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelRequest'], 20);
› $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'argument_resolver.request_payload', class: 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver')] fn () => ($container->privates['argument_resolver.request_payload'] ?? self::getArgumentResolver_RequestPayloadService($container)), 'onKernelControllerArguments'], 0);
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.393+00:00"
"message" => "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#186
#message: "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php"
#line: 45
#severity: E_USER_DEPRECATED
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:45 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› {
› trigger_deprecation('symfony/routing', '7.4', 'XML configuration format is deprecated, use YAML, PHP or attributes instead.');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:92 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/home/net/symfony/vhosts/test-zdeal-frontend/src/EventSubscriber/LocaleSubscriber.php:48 {
App\EventSubscriber\LocaleSubscriber->__construct($defaultLocale, RouterInterface $router, array $supportedLocales = […2], $localeRouteParam = '_locale') …
› $this->router = $router;
› $this->routeCollection = $router->getRouteCollection();
› $this->defaultLocale = $defaultLocale;
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:1318 {
ContainerDqt9KcI\App_KernelDevDebugContainer::getLocaleSubscriberService($container) …
› {
› return $container->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr', ($container->services['router'] ?? self::getRouterService($container)));
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:907 {
ContainerDqt9KcI\App_KernelDevDebugContainer::ContainerDqt9KcI\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelResponse'], 17);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelRequest'], 20);
› $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'argument_resolver.request_payload', class: 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver')] fn () => ($container->privates['argument_resolver.request_payload'] ?? self::getArgumentResolver_RequestPayloadService($container)), 'onKernelControllerArguments'], 0);
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.394+00:00"
"message" => "User Deprecated: Since symfony/routing 7.3: The "profiler.xml" routing configuration file is deprecated, import "profiler.php" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#281
#message: "User Deprecated: Since symfony/routing 7.3: The "profiler.xml" routing configuration file is deprecated, import "profiler.php" instead."
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/web-profiler-bundle/Resources/config/routing/profiler.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/web-profiler-bundle/Resources/config/routing/profiler.php:19 {
{closure} …
› if (__DIR__ === dirname(realpath($trace['args'][3]))) {
› trigger_deprecation('symfony/routing', '7.3', 'The "profiler.xml" routing configuration file is deprecated, import "profiler.php" instead.');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/PhpFileLoader.php:94 {
Symfony\Component\Routing\Loader\PhpFileLoader->callConfigurator(callable $callback, string $path, string $file): RouteCollection …
›
› $callback(new RoutingConfigurator($collection, $this, $path, $file, $this->env));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/PhpFileLoader.php:70 {
Symfony\Component\Routing\Loader\PhpFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (\is_object($result) && \is_callable($result)) {
› $collection = $this->callConfigurator($result, $path, $file);
› } elseif (\is_array($result)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:203 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseImport(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($resource, '' !== $type ? $type : null, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:82 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseNode(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› case 'import':
› $this->parseImport($collection, $node, $path, $file);
› break;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/XmlFileLoader.php:60 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->parseNode($collection, $node, $path, $file);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:106 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:175 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/FileLoader.php:92 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/home/net/symfony/vhosts/test-zdeal-frontend/src/EventSubscriber/LocaleSubscriber.php:48 {
App\EventSubscriber\LocaleSubscriber->__construct($defaultLocale, RouterInterface $router, array $supportedLocales = […2], $localeRouteParam = '_locale') …
› $this->router = $router;
› $this->routeCollection = $router->getRouteCollection();
› $this->defaultLocale = $defaultLocale;
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:1318 {
ContainerDqt9KcI\App_KernelDevDebugContainer::getLocaleSubscriberService($container) …
› {
› return $container->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr', ($container->services['router'] ?? self::getRouterService($container)));
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/var/cache/dev/ContainerDqt9KcI/App_KernelDevDebugContainer.php:907 {
ContainerDqt9KcI\App_KernelDevDebugContainer::ContainerDqt9KcI\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelResponse'], 17);
› $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\LocaleSubscriber')] fn () => ($container->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? self::getLocaleSubscriberService($container)), 'onKernelRequest'], 20);
› $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'argument_resolver.request_payload', class: 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver')] fn () => ($container->privates['argument_resolver.request_payload'] ?? self::getArgumentResolver_RequestPayloadService($container)), 'onKernelControllerArguments'], 0);
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.407+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.408+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.408+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.408+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.408+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.408+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.447+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://test.zdeal.cm/robots.txt"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#303
#message: "No route found for "GET https://test.zdeal.cm/robots.txt""
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#555 …}
-statusCode: 404
-headers: []
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1446
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/src/EventSubscriber/LocaleSubscriber.php:113 {
App\EventSubscriber\LocaleSubscriber->onKernelResponse(ResponseEvent $event): void …
› }
› elseif ($request->get($this->localeRouteParam) === null && $path === '/')
› $event->setResponse(new RedirectResponse('/'.$this->defaultLocale.'/'));
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:267 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.594+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventSubscriber\LocaleSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\CookieListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.595+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"
]
]
948 => [
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\CurrencySubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.454+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.455+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.455+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.461+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.461+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.466+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.467+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.467+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.467+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.467+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerDqt9KcI\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.467+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.548+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1118
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/src/EventSubscriber/LocaleSubscriber.php:113 {
App\EventSubscriber\LocaleSubscriber->onKernelResponse(ResponseEvent $event): void …
› }
› elseif ($request->get($this->localeRouteParam) === null && $path === '/')
› $event->setResponse(new RedirectResponse('/'.$this->defaultLocale.'/'));
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/net/symfony/vhosts/test-zdeal-frontend/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/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/net/symfony/vhosts/test-zdeal-frontend/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/net/symfony/vhosts/test-zdeal-frontend/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventSubscriber\LocaleSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\CookieListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.584+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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" => 1780280412
"timestamp_rfc3339" => "2026-06-01T02:20:12.585+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: [
2 => 1
948 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#142 …}
} |