| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#196
-records: [
13 => [
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.709+01:00"
"message" => "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#235
#message: "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
#code: 0
#file: "/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php"
#line: 45
#severity: E_USER_DEPRECATED
trace: {
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:45 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› {
› trigger_deprecation('symfony/routing', '7.4', 'XML configuration format is deprecated, use YAML, PHP or attributes instead.');
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/src/Kernel.php:54 {
App\Kernel->configureRoutes(RoutingConfigurator $routes) …
› {
› $routes->import('../config/{routes}/'.$this->environment.'/*.yaml');
› $routes->import('../config/{routes}/*.yaml');
}
/var/www/RD/ITManager/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/RD/ITManager/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/RD/ITManager/public/index.php:27 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.710+01:00"
"message" => "User Deprecated: Since symfony/routing 7.3: The "errors.xml" routing configuration file is deprecated, import "errors.php" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#240
#message: "User Deprecated: Since symfony/routing 7.3: The "errors.xml" routing configuration file is deprecated, import "errors.php" instead."
#code: 0
#file: "/var/www/RD/ITManager/vendor/symfony/framework-bundle/Resources/config/routing/errors.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/var/www/RD/ITManager/vendor/symfony/framework-bundle/Resources/config/routing/errors.php:19 {
{closure} …
› if (__DIR__ === dirname(realpath($trace['args'][3]))) {
› trigger_deprecation('symfony/routing', '7.3', 'The "errors.xml" routing configuration file is deprecated, import "errors.php" instead.');
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/PhpFileLoader.php:94 {
Symfony\Component\Routing\Loader\PhpFileLoader->callConfigurator(callable $callback, string $path, string $file): RouteCollection …
›
› $callback(new RoutingConfigurator($collection, $this, $path, $file, $this->env));
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/PhpFileLoader.php:70 {
Symfony\Component\Routing\Loader\PhpFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (\is_object($result) && \is_callable($result)) {
› $collection = $this->callConfigurator($result, $path, $file);
› } elseif (\is_array($result)) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:203 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseImport(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($resource, '' !== $type ? $type : null, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:82 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseNode(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› case 'import':
› $this->parseImport($collection, $node, $path, $file);
› break;
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:60 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->parseNode($collection, $node, $path, $file);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/src/Kernel.php:54 {
App\Kernel->configureRoutes(RoutingConfigurator $routes) …
› {
› $routes->import('../config/{routes}/'.$this->environment.'/*.yaml');
› $routes->import('../config/{routes}/*.yaml');
}
/var/www/RD/ITManager/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/RD/ITManager/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/RD/ITManager/public/index.php:27 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.711+01:00"
"message" => "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#288
#message: "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
#code: 0
#file: "/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php"
#line: 45
#severity: E_USER_DEPRECATED
trace: {
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:45 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› {
› trigger_deprecation('symfony/routing', '7.4', 'XML configuration format is deprecated, use YAML, PHP or attributes instead.');
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/src/Kernel.php:54 {
App\Kernel->configureRoutes(RoutingConfigurator $routes) …
› {
› $routes->import('../config/{routes}/'.$this->environment.'/*.yaml');
› $routes->import('../config/{routes}/*.yaml');
}
/var/www/RD/ITManager/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/RD/ITManager/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/RD/ITManager/public/index.php:27 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.712+01:00"
"message" => "User Deprecated: Since symfony/routing 7.3: The "wdt.xml" routing configuration file is deprecated, import "wdt.php" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#347
#message: "User Deprecated: Since symfony/routing 7.3: The "wdt.xml" routing configuration file is deprecated, import "wdt.php" instead."
#code: 0
#file: "/var/www/RD/ITManager/vendor/symfony/web-profiler-bundle/Resources/config/routing/wdt.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/var/www/RD/ITManager/vendor/symfony/web-profiler-bundle/Resources/config/routing/wdt.php:19 {
{closure} …
› if (__DIR__ === dirname(realpath($trace['args'][3]))) {
› trigger_deprecation('symfony/routing', '7.3', 'The "wdt.xml" routing configuration file is deprecated, import "wdt.php" instead.');
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/PhpFileLoader.php:94 {
Symfony\Component\Routing\Loader\PhpFileLoader->callConfigurator(callable $callback, string $path, string $file): RouteCollection …
›
› $callback(new RoutingConfigurator($collection, $this, $path, $file, $this->env));
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/PhpFileLoader.php:70 {
Symfony\Component\Routing\Loader\PhpFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (\is_object($result) && \is_callable($result)) {
› $collection = $this->callConfigurator($result, $path, $file);
› } elseif (\is_array($result)) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:203 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseImport(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($resource, '' !== $type ? $type : null, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:82 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseNode(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› case 'import':
› $this->parseImport($collection, $node, $path, $file);
› break;
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:60 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->parseNode($collection, $node, $path, $file);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/src/Kernel.php:54 {
App\Kernel->configureRoutes(RoutingConfigurator $routes) …
› {
› $routes->import('../config/{routes}/'.$this->environment.'/*.yaml');
› $routes->import('../config/{routes}/*.yaml');
}
/var/www/RD/ITManager/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/RD/ITManager/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/RD/ITManager/public/index.php:27 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.712+01:00"
"message" => "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#295
#message: "User Deprecated: Since symfony/routing 7.4: XML configuration format is deprecated, use YAML, PHP or attributes instead."
#code: 0
#file: "/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php"
#line: 45
#severity: E_USER_DEPRECATED
trace: {
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:45 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› {
› trigger_deprecation('symfony/routing', '7.4', 'XML configuration format is deprecated, use YAML, PHP or attributes instead.');
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/src/Kernel.php:54 {
App\Kernel->configureRoutes(RoutingConfigurator $routes) …
› {
› $routes->import('../config/{routes}/'.$this->environment.'/*.yaml');
› $routes->import('../config/{routes}/*.yaml');
}
/var/www/RD/ITManager/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/RD/ITManager/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/RD/ITManager/public/index.php:27 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.712+01:00"
"message" => "User Deprecated: Since symfony/routing 7.3: The "profiler.xml" routing configuration file is deprecated, import "profiler.php" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#362
#message: "User Deprecated: Since symfony/routing 7.3: The "profiler.xml" routing configuration file is deprecated, import "profiler.php" instead."
#code: 0
#file: "/var/www/RD/ITManager/vendor/symfony/web-profiler-bundle/Resources/config/routing/profiler.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/var/www/RD/ITManager/vendor/symfony/web-profiler-bundle/Resources/config/routing/profiler.php:19 {
{closure} …
› if (__DIR__ === dirname(realpath($trace['args'][3]))) {
› trigger_deprecation('symfony/routing', '7.3', 'The "profiler.xml" routing configuration file is deprecated, import "profiler.php" instead.');
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/PhpFileLoader.php:94 {
Symfony\Component\Routing\Loader\PhpFileLoader->callConfigurator(callable $callback, string $path, string $file): RouteCollection …
›
› $callback(new RoutingConfigurator($collection, $this, $path, $file, $this->env));
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/PhpFileLoader.php:70 {
Symfony\Component\Routing\Loader\PhpFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (\is_object($result) && \is_callable($result)) {
› $collection = $this->callConfigurator($result, $path, $file);
› } elseif (\is_array($result)) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:203 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseImport(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($resource, '' !== $type ? $type : null, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:82 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseNode(RouteCollection $collection, DOMElement $node, string $path, string $file): void …
› case 'import':
› $this->parseImport($collection, $node, $path, $file);
› break;
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/XmlFileLoader.php:60 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->parseNode($collection, $node, $path, $file);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:184 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:265 {
Symfony\Component\Routing\Loader\YamlFileLoader->loadContent(RouteCollection $collection, array $config, string $path, string $file): void …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/RD/ITManager/vendor/symfony/routing/Loader/YamlFileLoader.php:77 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->loadContent($collection, $parsedConfig, $path, $file);
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/src/Kernel.php:54 {
App\Kernel->configureRoutes(RoutingConfigurator $routes) …
› {
› $routes->import('../config/{routes}/'.$this->environment.'/*.yaml');
› $routes->import('../config/{routes}/*.yaml');
}
/var/www/RD/ITManager/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:231 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/framework-bundle/Routing/Router.php:75 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/RD/ITManager/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/RD/ITManager/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/RD/ITManager/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/RD/ITManager/public/index.php:27 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.749+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.750+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.750+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.750+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.750+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.750+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.755+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "UTF8"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => 3306
"user" => "rdmanager"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "it2_it_manager"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.758+01:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://rd.interactiv-doc.fr/robots.txt"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#686
#message: "No route found for "GET https://rd.interactiv-doc.fr/robots.txt""
#code: 0
#file: "/var/www/RD/ITManager/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#234 …}
-statusCode: 404
-headers: []
trace: {
/var/www/RD/ITManager/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/RD/ITManager/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/RD/ITManager/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/RD/ITManager/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/RD/ITManager/public/index.php:27 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\EventSubscriber\KernelExceptionSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.792+01: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"
]
]
1080 => [
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\TwoFactorSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.759+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.761+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.761+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.761+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.761+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.761+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.762+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.762+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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" => 1766586947
"timestamp_rfc3339" => "2025-12-24T15:35:47.780+01: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: [
13 => 1
1080 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#195 …}
} |