| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#8891
-records: [
12 => [
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.184+04: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 {#15595
#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: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php"
#line: 542
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:542 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->getDashboardsRouteConfig(): array …
› } else {
› @trigger_deprecation(
› 'easycorp/easyadmin-bundle',
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:143 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
› $defaultRoutesConfig = $this->getDefaultRoutesConfig($dashboardFqcn);
› $dashboardRouteConfig = $this->getDashboardsRouteConfig()[$dashboardFqcn];
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:96 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› $collection = new RouteCollection();
› $adminRoutes = $this->generateAdminRoutes();
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/YamlFileLoader.php:214 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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()));
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.185+04: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 {#15820
#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: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php"
#line: 542
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:542 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->getDashboardsRouteConfig(): array …
› } else {
› @trigger_deprecation(
› 'easycorp/easyadmin-bundle',
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:921 {
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']] = [
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:104 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› // find them quickly without having to use Symfony's router service
› $this->saveAdminRoutesInCache($adminRoutes);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/YamlFileLoader.php:214 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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()));
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.192+04: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 {#15817
#message: "User Deprecated: Since symfony/routing 7.3: The "wdt.xml" routing configuration file is deprecated, import "wdt.php" instead."
#code: 0
#file: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/web-profiler-bundle/Resources/config/routing/wdt.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/web-profiler-bundle/Resources/config/routing/wdt.php:19 {
Symfony\Component\Routing\Loader\ProtectedPhpFileLoader::{closure} …
› if (__DIR__ === dirname(realpath($trace['args'][3]))) {
› trigger_deprecation('symfony/routing', '7.3', 'The "wdt.xml" routing configuration file is deprecated, import "wdt.php" instead.');
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/PhpFileLoader.php:66 {
Symfony\Component\Routing\Loader\PhpFileLoader->callConfigurator(callable $result, string $path, string $file): RouteCollection …
›
› $result(new RoutingConfigurator($collection, $this, $path, $file, $this->env));
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/PhpFileLoader.php:47 {
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);
› } else {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/XmlFileLoader.php:205 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseImport(RouteCollection $collection, DOMElement $node, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($resource, '' !== $type ? $type : null, false, $file, $exclude) ?: [];
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/XmlFileLoader.php:80 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseNode(RouteCollection $collection, DOMElement $node, string $path, string $file) …
› case 'import':
› $this->parseImport($collection, $node, $path, $file);
› break;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/XmlFileLoader.php:56 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->parseNode($collection, $node, $path, $file);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/YamlFileLoader.php:214 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/YamlFileLoader.php:87 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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()));
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.193+04: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 {#15808
#message: "User Deprecated: Since symfony/routing 7.3: The "profiler.xml" routing configuration file is deprecated, import "profiler.php" instead."
#code: 0
#file: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/web-profiler-bundle/Resources/config/routing/profiler.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/web-profiler-bundle/Resources/config/routing/profiler.php:19 {
Symfony\Component\Routing\Loader\ProtectedPhpFileLoader::{closure} …
› if (__DIR__ === dirname(realpath($trace['args'][3]))) {
› trigger_deprecation('symfony/routing', '7.3', 'The "profiler.xml" routing configuration file is deprecated, import "profiler.php" instead.');
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/PhpFileLoader.php:66 {
Symfony\Component\Routing\Loader\PhpFileLoader->callConfigurator(callable $result, string $path, string $file): RouteCollection …
›
› $result(new RoutingConfigurator($collection, $this, $path, $file, $this->env));
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/PhpFileLoader.php:47 {
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);
› } else {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/XmlFileLoader.php:205 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseImport(RouteCollection $collection, DOMElement $node, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($resource, '' !== $type ? $type : null, false, $file, $exclude) ?: [];
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/XmlFileLoader.php:80 {
Symfony\Component\Routing\Loader\XmlFileLoader->parseNode(RouteCollection $collection, DOMElement $node, string $path, string $file) …
› case 'import':
› $this->parseImport($collection, $node, $path, $file);
› break;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/XmlFileLoader.php:56 {
Symfony\Component\Routing\Loader\XmlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
›
› $this->parseNode($collection, $node, $path, $file);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/YamlFileLoader.php:214 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/YamlFileLoader.php:87 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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()));
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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);
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/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 {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.216+04:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "_api_/dss/persons_post"
"route_parameters" => [
"_route" => "_api_/dss/persons_post"
"_controller" => "api_platform.symfony.main_controller"
"_stateless" => null
"_api_resource_class" => "App\Dto\DssPersonOutput"
"_api_operation_name" => "_api_/dss/persons_post"
"_format" => null
]
"request_uri" => "https://biatlon-api.itlabs.top/api/dss/persons"
"method" => "POST"
]
"channel" => "request"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.219+04:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "api"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.219+04:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "api"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.221+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.221+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.221+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.221+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.221+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.222+04:00"
"message" => "User Deprecated: Since symfony/security-http 7.3: Implementing "App\Security\ApiUser::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#16084
#message: "User Deprecated: Since symfony/security-http 7.3: Implementing "App\Security\ApiUser::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method."
#code: 0
#file: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
#line: 321
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager::checkEraseCredentials(Symfony\Component\Security\Core\Authentication\Token\TokenInterface|Symfony\Component\Security\Core\User\UserInterface|null $token): UserInterface|null …
› if ($deprecatedImplementations[$token::class]) {
› trigger_deprecation('symfony/security-http', '7.3', 'Implementing "%s::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method.', get_debug_type($token));
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:310 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager::checkEraseCredentials(Symfony\Component\Security\Core\Authentication\Token\TokenInterface|Symfony\Component\Security\Core\User\UserInterface|null $token): UserInterface|null …
› if ($genericImplementations[$token::class]) {
› return self::checkEraseCredentials($token->getUser());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:213 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› if ($this->eraseCredentials) {
› self::checkEraseCredentials($authenticatedToken)?->eraseCredentials();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:94 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› } elseif (false !== $listener->supports($event->getRequest())) {
› $listener->authenticate($event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/security-http/Firewall.php:93 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.222+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "security.authentication.success"
"listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.222+04:00"
"message" => "Authenticator successful!"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"token" => Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#16069
-user: App\Security\ApiUser {#16064 …}
-roleNames: [
"ROLE_API"
]
-attributes: []
-firewallName: "api"
}
"authenticator" => "App\Security\ApiKeyAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.223+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.223+04:00"
"message" => "Authenticator set no success response: request continues."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"authenticator" => "App\Security\ApiKeyAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.224+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.229+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.229+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.230+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.232+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.232+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.232+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.232+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container6uvLTu5\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.232+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.250+04:00"
"message" => "Uncaught PHP Exception TypeError: "App\Service\Dss\DssPersonService::createPerson(): Argument #3 ($passageRuleId) must be of type string, null given, called in /home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/State/DssPersonProcessor.php on line 69" at DssPersonService.php line 20"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => TypeError {#16479
#message: "App\Service\Dss\DssPersonService::createPerson(): Argument #3 ($passageRuleId) must be of type string, null given, called in /home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/State/DssPersonProcessor.php on line 69"
#code: 0
#file: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/Service/Dss/DssPersonService.php"
#line: 20
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/Service/Dss/DssPersonService.php:20 {
App\Service\Dss\DssPersonService->createPerson(array $personData, string $orgCode, string $passageRuleId, ?string $dssPersonId = null): string …
› \r
› public function createPerson(array $personData, string $orgCode, string $passageRuleId, ?string $dssPersonId = null): string\r
› {\r
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/State/DssPersonProcessor.php:69 {
App\State\DssPersonProcessor->doProcess(mixed $data, Operation $operation, array $uriVariables): DssPersonOutput …
› // POST\r
› $dssPersonId = $this->dssPersonService->createPerson($personData, $data->orgCode, $data->passageRuleId);\r
› return $this->fetchAndMap($dssPersonId);\r
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/State/DssPersonProcessor.php:25 {
App\State\DssPersonProcessor->process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []): DssPersonOutput …
› try {\r
› return $this->doProcess($data, $operation, $uriVariables);\r
› } catch (BadRequestHttpException|HttpException $e) {\r
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/api-platform/core/src/State/CallableProcessor.php:52 {
ApiPlatform\State\CallableProcessor->process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []) …
›
› return $processorInstance->process($data, $operation, $uriVariables, $context);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/api-platform/core/src/State/Processor/WriteProcessor.php:58 {
ApiPlatform\State\Processor\WriteProcessor->process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []) …
› $this->stopwatch?->start('api_platform.processor.write');
› $data = $this->callableProcessor->process($data, $operation, $uriVariables, $context);
› $this->stopwatch?->stop('api_platform.processor.write');
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/api-platform/core/src/Symfony/Controller/MainController.php:125 {
ApiPlatform\Symfony\Controller\MainController->__invoke(Request $request): Response …
›
› return $this->processor->process($body, $operation, $uriVariables, $context);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04:00"
"message" => "An exception occured, transforming to an Error resource."
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => TypeError {#16479}
"operation" => ApiPlatform\Metadata\Post {#16420
#parameters: null
#shortName: "DssPerson"
#class: "App\Dto\DssPersonOutput"
#description: "Create a person in DSS"
#urlGenerationStrategy: null
#deprecationReason: null
#normalizationContext: [
"groups" => [
"dss_person:read"
]
]
#denormalizationContext: [
"groups" => [
"dss_person:write"
]
"api_assign_object_to_populate" => true
]
#collectDenormalizationErrors: null
#validationContext: null
#filters: []
#mercure: null
#messenger: null
#input: [
"class" => "App\Dto\DssPersonInput"
"name" => "DssPersonInput"
]
#output: null
#order: null
#fetchPartial: null
#forceEager: null
#paginationEnabled: null
#paginationType: null
#paginationItemsPerPage: 25
#paginationMaximumItemsPerPage: null
#paginationPartial: null
#paginationClientEnabled: null
#paginationClientItemsPerPage: null
#paginationClientPartial: null
#paginationFetchJoinCollection: null
#paginationUseOutputWalkers: null
#security: null
#securityMessage: null
#securityPostDenormalize: null
#securityPostDenormalizeMessage: null
#securityPostValidation: null
#securityPostValidationMessage: null
#provider: null
#processor: "App\State\DssPersonProcessor"
#stateOptions: null
#rules: null
#policy: null
#middleware: null
#queryParameterValidationEnabled: null
#strictQueryParameterValidation: null
#hideHydraOperation: null
#jsonStream: null
#map: null
#extraProperties: [
"user_defined_uri_template" => true
]
#paginationViaCursor: null
#read: false
#deserialize: true
#validate: true
#write: null
#serialize: null
#priority: 2
#name: "_api_/dss/persons_post"
#formats: null
#inputFormats: [
"json" => [
"application/json"
]
"multipart" => [
"multipart/form-data"
]
"html" => [
"text/html"
]
]
#outputFormats: [
"json" => [
"application/json"
]
"multipart" => [
"multipart/form-data"
]
"html" => [
"text/html"
]
]
#method: "POST"
#uriTemplate: "/dss/persons"
#types: null
#uriVariables: []
#routePrefix: null
#routeName: null
#defaults: null
#requirements: null
#options: null
#stateless: null
#sunset: null
#acceptPatch: null
#status: null
#host: null
#schemes: null
#condition: null
#controller: "api_platform.symfony.main_controller"
#headers: null
#cacheHeaders: null
#hydraContext: null
#openapi: null
#exceptionToStatus: null
#links: null
#errors: null
-itemUriTemplate: null
}
]
"channel" => "app"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#12526
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/Entity/StandbyMedia.php:19 {
ReflectionAttribute->newInstance(): object …
› #[ORM\HasLifecycleCallbacks]\r
› #[Vich\Uploadable]\r
› #[ApiResource(\r
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:104 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Support both new Attribute\ and deprecated Annotation\ namespaces
› $uploadable = $this->reader->getClassAttribute($class, Uploadable::class);
› if (null === $uploadable) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
› $mappings = [];
› $uploadableClasses = $this->metadataReader->getUploadableClasses();
› foreach ($uploadableClasses as $class) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:267 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#14335
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/Entity/StandbyMedia.php:19 {
ReflectionAttribute->newInstance(): object …
› #[ORM\HasLifecycleCallbacks]\r
› #[Vich\Uploadable]\r
› #[ApiResource(\r
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:107 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Fallback to deprecated Annotation namespace
› $uploadable = $this->reader->getClassAttribute($class, UploadableAnnotation::class);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
› $mappings = [];
› $uploadableClasses = $this->metadataReader->getUploadableClasses();
› foreach ($uploadableClasses as $class) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:267 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.306+04: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"
]
]
16633 => [
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.252+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.253+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.253+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.253+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.253+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.253+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.253+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.253+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container6uvLTu5\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.253+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.293+04:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#17710
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/Entity/StandbyMedia.php:19 {
ReflectionAttribute->newInstance(): object …
› #[ORM\HasLifecycleCallbacks]\r
› #[Vich\Uploadable]\r
› #[ApiResource(\r
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:104 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Support both new Attribute\ and deprecated Annotation\ namespaces
› $uploadable = $this->reader->getClassAttribute($class, Uploadable::class);
› if (null === $uploadable) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
› $mappings = [];
› $uploadableClasses = $this->metadataReader->getUploadableClasses();
› foreach ($uploadableClasses as $class) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php:50 {
ApiPlatform\Symfony\EventListener\ExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $this->errorListener->onKernelException($event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.293+04:00"
"message" => "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#17711
#message: "User Deprecated: Since vich/uploader-bundle 2.9: The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead."
#code: 0
#file: "/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php:24 {
Vich\UploaderBundle\Mapping\Annotation\Uploadable->__construct() …
› {
› trigger_deprecation('vich/uploader-bundle', '2.9', 'The "Vich\UploaderBundle\Mapping\Annotation\Uploadable" class is deprecated, use "Vich\UploaderBundle\Mapping\Attribute\Uploadable" instead.');
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/src/Entity/StandbyMedia.php:19 {
ReflectionAttribute->newInstance(): object …
› #[ORM\HasLifecycleCallbacks]\r
› #[Vich\Uploadable]\r
› #[ApiResource(\r
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:122 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
› $attributeName = $attribute->getName();
› $instance = $attribute->newInstance();
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:20 {
Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttribute(ReflectionClass $class, string $attributeName): AttributeInterface …
› {
› return $this->getClassAttributes($class)[$attributeName] ?? null;
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:107 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->isUploadable(ReflectionClass $class): bool …
› // Fallback to deprecated Annotation namespace
› $uploadable = $this->reader->getClassAttribute($class, UploadableAnnotation::class);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php:93 {
Vich\UploaderBundle\Metadata\Driver\AttributeDriver->getAllClassNames(): array …
› foreach ($metadata as $classMeta) {
› if ($this->isUploadable(new \ReflectionClass($classMeta->getName()))) {
› $classes[] = $classMeta->getName();
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
Metadata\Driver\DriverChain->getAllClassNames(): array …
›
› $driverClasses = $driver->getAllClassNames();
› if (!empty($driverClasses)) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/jms/metadata/src/MetadataFactory.php:145 {
Metadata\MetadataFactory->getAllClassNames(): array …
›
› return $this->driver->getAllClassNames();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
› {
› return $this->reader->getAllClassNames();
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:22 {
Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
› $mappings = [];
› $uploadableClasses = $this->metadataReader->getUploadableClasses();
› foreach ($uploadableClasses as $class) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php:50 {
ApiPlatform\Symfony\EventListener\ExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $this->errorListener->onKernelException($event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/shared-backend/web/biatlon-api.itlabs.top/public_html/public/index.php:5 {
› \r
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r
› \r
arguments: {
"/home/shared-backend/web/biatlon-api.itlabs.top/public_html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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" => 1771505978
"timestamp_rfc3339" => "2026-02-19T16:59:38.295+04: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: [
12 => 2
16633 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#3941 …}
} |