| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#536
-records: [
2 => [
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.013+02:00"
"message" => "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Controller\Admin\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#863
#message: "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Controller\Admin\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
#code: 0
#file: "/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php"
#line: 265
#severity: E_USER_DEPRECATED
trace: {
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:265 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->getDashboardsRouteConfig(): array …
› } else {
› @trigger_deprecation(
› 'easycorp/easyadmin-bundle',
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:124 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
› $defaultRoutesConfig = $this->getDefaultRoutesConfig($dashboardFqcn);
› $dashboardRouteConfig = $this->getDashboardsRouteConfig()[$dashboardFqcn];
›
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› $collection = new RouteCollection();
› $adminRoutes = $this->generateAdminRoutes();
›
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
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);
› }
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
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) ?: [];
›
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
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 {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
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;
}
/var/www/pci_service/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)) {
}
/var/www/pci_service/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}');
›
}
/var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/pci_service/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);
›
}
/var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/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 {
}
/var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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);
}
/var/www/pci_service/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/pci_service/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pci_service/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pci_service/public/index.php:7 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pci_service/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.052+02:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Admin\ControleEtTestFinalCrudController::$request is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#669
#message: "Deprecated: Creation of dynamic property App\Controller\Admin\ControleEtTestFinalCrudController::$request is deprecated"
#code: 0
#file: "/var/www/pci_service/src/Controller/Admin/ControleEtTestFinalCrudController.php"
#line: 29
#severity: E_DEPRECATED
trace: {
/var/www/pci_service/src/Controller/Admin/ControleEtTestFinalCrudController.php:29 {
App\Controller\Admin\ControleEtTestFinalCrudController->__construct(EntityManagerInterface $em, RequestStack $request) …
› {
› $this->request = $request;
› $this->em = $em;
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getControleEtTestFinalCrudControllerService.php:32 {
ContainerA5nIq4N\getControleEtTestFinalCrudControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Admin\\ControleEtTestFinalCrudController'] = $instance = new \App\Controller\Admin\ControleEtTestFinalCrudController($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
›
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1568 {
ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
› yield 13 => ($container->services['App\\Controller\\Admin\\CompteCommerciauxCrudController'] ?? $container->load('getCompteCommerciauxCrudControllerService'));
› yield 14 => ($container->services['App\\Controller\\Admin\\ControleEtTestFinalCrudController'] ?? $container->load('getControleEtTestFinalCrudControllerService'));
› yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
› // then, create the routes of the CRUD controllers associated with the dashboard
› foreach ($this->crudControllers as $crudController) {
› $crudControllerFqcn = $crudController::class;
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› $collection = new RouteCollection();
› $adminRoutes = $this->generateAdminRoutes();
›
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
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);
› }
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
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) ?: [];
›
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
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 {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
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;
}
/var/www/pci_service/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)) {
}
/var/www/pci_service/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}');
›
}
/var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/pci_service/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);
›
}
/var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/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 {
}
/var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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);
}
/var/www/pci_service/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/pci_service/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pci_service/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pci_service/public/index.php:7 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pci_service/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.052+02:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Admin\ControleEtTestFinalCrudController::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#661
#message: "Deprecated: Creation of dynamic property App\Controller\Admin\ControleEtTestFinalCrudController::$em is deprecated"
#code: 0
#file: "/var/www/pci_service/src/Controller/Admin/ControleEtTestFinalCrudController.php"
#line: 30
#severity: E_DEPRECATED
trace: {
/var/www/pci_service/src/Controller/Admin/ControleEtTestFinalCrudController.php:30 {
App\Controller\Admin\ControleEtTestFinalCrudController->__construct(EntityManagerInterface $em, RequestStack $request) …
› $this->request = $request;
› $this->em = $em;
› }
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getControleEtTestFinalCrudControllerService.php:32 {
ContainerA5nIq4N\getControleEtTestFinalCrudControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Admin\\ControleEtTestFinalCrudController'] = $instance = new \App\Controller\Admin\ControleEtTestFinalCrudController($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
›
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1568 {
ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
› yield 13 => ($container->services['App\\Controller\\Admin\\CompteCommerciauxCrudController'] ?? $container->load('getCompteCommerciauxCrudControllerService'));
› yield 14 => ($container->services['App\\Controller\\Admin\\ControleEtTestFinalCrudController'] ?? $container->load('getControleEtTestFinalCrudControllerService'));
› yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
› // then, create the routes of the CRUD controllers associated with the dashboard
› foreach ($this->crudControllers as $crudController) {
› $crudControllerFqcn = $crudController::class;
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› $collection = new RouteCollection();
› $adminRoutes = $this->generateAdminRoutes();
›
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
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);
› }
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
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) ?: [];
›
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
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 {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
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;
}
/var/www/pci_service/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)) {
}
/var/www/pci_service/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}');
›
}
/var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/pci_service/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);
›
}
/var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/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 {
}
/var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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);
}
/var/www/pci_service/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/pci_service/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pci_service/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pci_service/public/index.php:7 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pci_service/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.053+02:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$request is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#609
#message: "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$request is deprecated"
#code: 0
#file: "/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php"
#line: 23
#severity: E_DEPRECATED
trace: {
/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php:23 {
App\Controller\Admin\CustomerCrudController->__construct(RequestStack $request, EntityManagerInterface $em, GoogleMapsService $googleMapsService) …
› {
› $this->request = $request;
› $this->em = $em;
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getCustomerCrudControllerService.php:33 {
ContainerA5nIq4N\getCustomerCrudControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Admin\\CustomerCrudController'] = $instance = new \App\Controller\Admin\CustomerCrudController(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, new \App\Service\GoogleMapsService(($container->privates['Symfony\\Contracts\\HttpClient\\HttpClientInterface'] ?? self::getHttpClientInterfaceService($container)), $container->getEnv('APP_GOOGLE_KEY')));
›
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1570 {
ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
› yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));
› yield 16 => ($container->services['App\\Controller\\Admin\\CustomerCrudController'] ?? $container->load('getCustomerCrudControllerService'));
› yield 17 => ($container->services['App\\Controller\\Admin\\DaCrudController'] ?? $container->load('getDaCrudControllerService'));
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
› // then, create the routes of the CRUD controllers associated with the dashboard
› foreach ($this->crudControllers as $crudController) {
› $crudControllerFqcn = $crudController::class;
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› $collection = new RouteCollection();
› $adminRoutes = $this->generateAdminRoutes();
›
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
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);
› }
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
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) ?: [];
›
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
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 {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
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;
}
/var/www/pci_service/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)) {
}
/var/www/pci_service/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}');
›
}
/var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/pci_service/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);
›
}
/var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/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 {
}
/var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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);
}
/var/www/pci_service/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/pci_service/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pci_service/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pci_service/public/index.php:7 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pci_service/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.053+02:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$em is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#608
#message: "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$em is deprecated"
#code: 0
#file: "/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php"
#line: 24
#severity: E_DEPRECATED
trace: {
/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php:24 {
App\Controller\Admin\CustomerCrudController->__construct(RequestStack $request, EntityManagerInterface $em, GoogleMapsService $googleMapsService) …
› $this->request = $request;
› $this->em = $em;
› $this->map = $googleMapsService;
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getCustomerCrudControllerService.php:33 {
ContainerA5nIq4N\getCustomerCrudControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Admin\\CustomerCrudController'] = $instance = new \App\Controller\Admin\CustomerCrudController(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, new \App\Service\GoogleMapsService(($container->privates['Symfony\\Contracts\\HttpClient\\HttpClientInterface'] ?? self::getHttpClientInterfaceService($container)), $container->getEnv('APP_GOOGLE_KEY')));
›
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1570 {
ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
› yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));
› yield 16 => ($container->services['App\\Controller\\Admin\\CustomerCrudController'] ?? $container->load('getCustomerCrudControllerService'));
› yield 17 => ($container->services['App\\Controller\\Admin\\DaCrudController'] ?? $container->load('getDaCrudControllerService'));
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
› // then, create the routes of the CRUD controllers associated with the dashboard
› foreach ($this->crudControllers as $crudController) {
› $crudControllerFqcn = $crudController::class;
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› $collection = new RouteCollection();
› $adminRoutes = $this->generateAdminRoutes();
›
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
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);
› }
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
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) ?: [];
›
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
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 {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
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;
}
/var/www/pci_service/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)) {
}
/var/www/pci_service/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}');
›
}
/var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/pci_service/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);
›
}
/var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/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 {
}
/var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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);
}
/var/www/pci_service/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/pci_service/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pci_service/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pci_service/public/index.php:7 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pci_service/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.055+02:00"
"message" => "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$map is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1003
#message: "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$map is deprecated"
#code: 0
#file: "/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php:25 {
App\Controller\Admin\CustomerCrudController->__construct(RequestStack $request, EntityManagerInterface $em, GoogleMapsService $googleMapsService) …
› $this->em = $em;
› $this->map = $googleMapsService;
› }
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getCustomerCrudControllerService.php:33 {
ContainerA5nIq4N\getCustomerCrudControllerService::do($container, $lazyLoad = true) …
›
› $container->services['App\\Controller\\Admin\\CustomerCrudController'] = $instance = new \App\Controller\Admin\CustomerCrudController(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, new \App\Service\GoogleMapsService(($container->privates['Symfony\\Contracts\\HttpClient\\HttpClientInterface'] ?? self::getHttpClientInterfaceService($container)), $container->getEnv('APP_GOOGLE_KEY')));
›
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1570 {
ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
› yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));
› yield 16 => ($container->services['App\\Controller\\Admin\\CustomerCrudController'] ?? $container->load('getCustomerCrudControllerService'));
› yield 17 => ($container->services['App\\Controller\\Admin\\DaCrudController'] ?? $container->load('getDaCrudControllerService'));
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
› // then, create the routes of the CRUD controllers associated with the dashboard
› foreach ($this->crudControllers as $crudController) {
› $crudControllerFqcn = $crudController::class;
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› $collection = new RouteCollection();
› $adminRoutes = $this->generateAdminRoutes();
›
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
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);
› }
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
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) ?: [];
›
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
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 {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
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;
}
/var/www/pci_service/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)) {
}
/var/www/pci_service/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}');
›
}
/var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/pci_service/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);
›
}
/var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/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 {
}
/var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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);
}
/var/www/pci_service/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/pci_service/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pci_service/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pci_service/public/index.php:7 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pci_service/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.101+02:00"
"message" => "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Controller\Admin\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#858
#message: "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Controller\Admin\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
#code: 0
#file: "/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php"
#line: 265
#severity: E_USER_DEPRECATED
trace: {
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:265 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->getDashboardsRouteConfig(): array …
› } else {
› @trigger_deprecation(
› 'easycorp/easyadmin-bundle',
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:509 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->saveAdminRoutesInCache(array $adminRoutes): void …
› // will be immediately overwritten below by the one created using the attribute
› foreach ($this->getDashboardsRouteConfig() as $dashboardFqcn => $dashboardRouteConfig) {
› $routeNameToFqcn[$dashboardRouteConfig['routeName']] = [
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:86 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› // find them quickly without having to use Symfony's router service
› $this->saveAdminRoutesInCache($adminRoutes);
›
}
/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
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);
› }
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
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) ?: [];
›
}
/var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
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 {
}
/var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
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;
}
/var/www/pci_service/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)) {
}
/var/www/pci_service/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}');
›
}
/var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/pci_service/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);
›
}
/var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/pci_service/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 {
}
/var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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);
}
/var/www/pci_service/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/pci_service/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/pci_service/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pci_service/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pci_service/public/index.php:7 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pci_service/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\PointageEntrySubmitGuardSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.651+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://pciservice.fr/robots.txt"" at RouterListener.php line 149"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#590
#message: "No route found for "GET https://pciservice.fr/robots.txt""
#code: 0
#file: "/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 149
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#898 …}
-statusCode: 404
-headers: []
trace: {
/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pci_service/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pci_service/public/index.php:7 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pci_service/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02: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" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
2378 => [
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.652+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.652+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.652+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\PointageEntrySubmitGuardSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.667+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.667+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.667+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.683+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.683+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.683+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.683+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerA5nIq4N\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780587272
"timestamp_rfc3339" => "2026-06-04T17:34:32.683+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02: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" => 1780587273
"timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
2 => 1
2378 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#535 …}
} |