Error 500 Internal Server Error

GET https://preprod-website.kaza-senza.com/ville/terssac/langage-sql-1

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"4c554f"
exception
Doctrine\ORM\Query\QueryException {#1328
  #message: "[Semantical Error] line 0, col 128 near 'slug = :slug': Error: Class App\Entity\Training has no field or association named slug"
  #code: 0
  #file: "/app/vendor/doctrine/orm/src/Query/QueryException.php"
  #line: 28
  -previous: Doctrine\ORM\Query\QueryException {#1327 …}
  trace: {
    /app/vendor/doctrine/orm/src/Query/QueryException.php:28 {
      Doctrine\ORM\Query\QueryException::semanticalError(string $message, ?Throwable $previous = null): self …
      › {    return new self('[Semantical Error] ' . $message, 0, $previous);}
    }
    /app/vendor/doctrine/orm/src/Query/Parser.php:465 {
      Doctrine\ORM\Query\Parser->semanticalError(string $message = '', ?Token $token = null): never …
      › 
      ›     throw QueryException::semanticalError($message, QueryException::dqlError($this->query->getDQL()));}
      arguments: {
        $message: "line 0, col 128 near 'slug = :slug': Error: Class App\Entity\Training has no field or association named slug"
        $previous: Doctrine\ORM\Query\QueryException {#1327 …}
      }
    }
    /app/vendor/doctrine/orm/src/Query/Parser.php:736 {
      Doctrine\ORM\Query\Parser->processDeferredPathExpressions(): void …
      › if (! isset($class->associationMappings[$field]) && ! isset($class->fieldMappings[$field])) {    $this->semanticalError(        'Class ' . $class->name . ' has no field or association named ' . $field,
      arguments: {
        $message: "line 0, col 128 near 'slug = :slug': Error: Class App\Entity\Training has no field or association named slug"
        $token: Doctrine\Common\Lexer\Token {#1159 …}
      }
    }
    /app/vendor/doctrine/orm/src/Query/Parser.php:249 {
      Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
      › if ($this->deferredPathExpressions) {    $this->processDeferredPathExpressions();}
    }
    /app/vendor/doctrine/orm/src/Query/Parser.php:330 {
      Doctrine\ORM\Query\Parser->parse(): ParserResult …
      › {    $AST = $this->getAST();}
    /app/vendor/doctrine/orm/src/Query.php:248 {
      Doctrine\ORM\Query->parse(): ParserResult …
      › 
      › $this->parserResult = $parser->parse();}
    /app/vendor/doctrine/orm/src/Query.php:717 {
      Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
      › {    return $this->parse()->prepareSqlExecutor($this);}
    }
    /app/vendor/doctrine/orm/src/Query.php:257 {
      Doctrine\ORM\Query->_doExecute(): Result|int …
      › {    $executor = $this->getSqlExecutor();}
    /app/vendor/doctrine/orm/src/AbstractQuery.php:930 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
      › 
      › $stmt = $this->_doExecute();}
    /app/vendor/doctrine/orm/src/AbstractQuery.php:886 {
      Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: null
      }
    }
    /app/vendor/doctrine/orm/src/AbstractQuery.php:737 {
      Doctrine\ORM\AbstractQuery->getOneOrNullResult(string|int|null $hydrationMode = null): mixed …
      › try {    $result = $this->execute(null, $hydrationMode);} catch (NoResultException) {
      arguments: {
        $parameters: null
        $hydrationMode: null
      }
    }
    /app/src/Repository/TrainingCityChildRepository.php:29 {
      App\Repository\TrainingCityChildRepository->findByPlaceAndTraining(string $place, string $slug): TrainingCityChild …
      ›         ->getQuery()        ->getOneOrNullResult();}
    }
    /app/src/Controller/Training/ShowTrainingCityChildController.php:34 {
      App\Controller\Training\ShowTrainingCityChildController->__invoke(string $place, string $slug): Response …
      › {    $trainingCityChild = $this->trainingCityChildRepository->findByPlaceAndTraining(        $place,
      arguments: {
        $place: "terssac"
        $slug: "langage-sql-1"
      }
    }
    /app/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);arguments: {
        $place: "terssac"
        $slug: "langage-sql-1"
      }
    }
    /app/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /app/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /app/vendor/autoload_runtime.php:29 {
      require …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:7 {
      › 
      › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#459
  -records: [
    "" => [
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.717+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#489
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/app/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /app/var/cache/dev/ContainerXeuqt5x/App_KernelDevDebugContainer.php:609 {
                ContainerXeuqt5x\App_KernelDevDebugContainer::{closure:ContainerXeuqt5x\App_KernelDevDebugContainer::__construct():265} …
                › include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /app/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:410 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /app/vendor/symfony/http-kernel/Kernel.php:744 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /app/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.717+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#488
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/app/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /app/var/cache/dev/ContainerXeuqt5x/App_KernelDevDebugContainer.php:610 {
                ContainerXeuqt5x\App_KernelDevDebugContainer::{closure:ContainerXeuqt5x\App_KernelDevDebugContainer::__construct():265} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/LiveComponentExtension.php';
              }
              /app/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:410 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /app/vendor/symfony/http-kernel/Kernel.php:744 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /app/vendor/symfony/http-kernel/Kernel.php:170 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.717+00:00"
        "message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#451
            #message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
            #code: 0
            #file: "/app/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /app/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
                Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
                › if (PHP_VERSION_ID >= 80400) {    Deprecation::trigger(        'doctrine/orm',
              }
              /app/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
                Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
                › 
                ›     $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:177 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
    2 => [
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.725+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "show_city_child_training"
          "route_parameters" => [
            "_route" => "show_city_child_training"
            "_controller" => "App\Controller\Training\ShowTrainingCityChildController"
            "place" => "terssac"
            "slug" => "langage-sql-1"
          ]
          "request_uri" => "https://preprod-website.kaza-senza.com/ville/terssac/langage-sql-1"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.726+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.726+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.726+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.726+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.726+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.726+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.726+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00: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" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00: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" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.727+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.728+00: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" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.728+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.728+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.728+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerXeuqt5x\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.729+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.737+00:00"
        "message" => "Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 128 near 'slug = :slug': Error: Class App\Entity\Training has no field or association named slug" at QueryException.php line 28"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\ORM\Query\QueryException {#1328
            #message: "[Semantical Error] line 0, col 128 near 'slug = :slug': Error: Class App\Entity\Training has no field or association named slug"
            #code: 0
            #file: "/app/vendor/doctrine/orm/src/Query/QueryException.php"
            #line: 28
            -previous: Doctrine\ORM\Query\QueryException {#1327 …}
            trace: {
              /app/vendor/doctrine/orm/src/Query/QueryException.php:28 {
                Doctrine\ORM\Query\QueryException::semanticalError(string $message, ?Throwable $previous = null): self …
                › {    return new self('[Semantical Error] ' . $message, 0, $previous);}
              }
              /app/vendor/doctrine/orm/src/Query/Parser.php:465 {
                Doctrine\ORM\Query\Parser->semanticalError(string $message = '', ?Token $token = null): never …
                › 
                ›     throw QueryException::semanticalError($message, QueryException::dqlError($this->query->getDQL()));}
                arguments: {
                  $message: "line 0, col 128 near 'slug = :slug': Error: Class App\Entity\Training has no field or association named slug"
                  $previous: Doctrine\ORM\Query\QueryException {#1327 …}
                }
              }
              /app/vendor/doctrine/orm/src/Query/Parser.php:736 {
                Doctrine\ORM\Query\Parser->processDeferredPathExpressions(): void …
                › if (! isset($class->associationMappings[$field]) && ! isset($class->fieldMappings[$field])) {    $this->semanticalError(        'Class ' . $class->name . ' has no field or association named ' . $field,
                arguments: {
                  $message: "line 0, col 128 near 'slug = :slug': Error: Class App\Entity\Training has no field or association named slug"
                  $token: Doctrine\Common\Lexer\Token {#1159 …}
                }
              }
              /app/vendor/doctrine/orm/src/Query/Parser.php:249 {
                Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
                › if ($this->deferredPathExpressions) {    $this->processDeferredPathExpressions();}
              }
              /app/vendor/doctrine/orm/src/Query/Parser.php:330 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › {    $AST = $this->getAST();}
              /app/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /app/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /app/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /app/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /app/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
                arguments: {
                  $parameters: null
                  $hydrationMode: null
                }
              }
              /app/vendor/doctrine/orm/src/AbstractQuery.php:737 {
                Doctrine\ORM\AbstractQuery->getOneOrNullResult(string|int|null $hydrationMode = null): mixed …
                › try {    $result = $this->execute(null, $hydrationMode);} catch (NoResultException) {
                arguments: {
                  $parameters: null
                  $hydrationMode: null
                }
              }
              /app/src/Repository/TrainingCityChildRepository.php:29 {
                App\Repository\TrainingCityChildRepository->findByPlaceAndTraining(string $place, string $slug): TrainingCityChild …
                ›         ->getQuery()        ->getOneOrNullResult();}
              }
              /app/src/Controller/Training/ShowTrainingCityChildController.php:34 {
                App\Controller\Training\ShowTrainingCityChildController->__invoke(string $place, string $slug): Response …
                › {    $trainingCityChild = $this->trainingCityChildRepository->findByPlaceAndTraining(        $place,
                arguments: {
                  $place: "terssac"
                  $slug: "langage-sql-1"
                }
              }
              /app/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);arguments: {
                  $place: "terssac"
                  $slug: "langage-sql-1"
                }
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventSubscriber\UnprocessableEntityHttpSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00: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" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3731
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/PlacePicture.php:11 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Uploadable]#[ORM\Entity(repositoryClass: PlacePictureRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3729
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/PlacePicture.php:11 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Uploadable]#[ORM\Entity(repositoryClass: PlacePictureRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3744
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingProfessional.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: TrainingProfessionalRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3733
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingProfessional.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: TrainingProfessionalRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3738
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingElearning.php:21 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: TrainingElearningRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3741
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingElearning.php:21 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: TrainingElearningRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3727
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingCategory.php:13 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3734
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingCategory.php:13 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3743
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Trainer/Trainer.php:26 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3730
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Trainer/Trainer.php:26 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3732
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Financing.php:15 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: FinancingRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.926+00: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 {#3728
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Financing.php:15 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: FinancingRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3721
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Client.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: ClientRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3724
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Client.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: ClientRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3719
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Trainer/TrainerDocument.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Uploadable]#[ORM\Entity(repositoryClass: TrainerDocumentRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3722
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Trainer/TrainerDocument.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Uploadable]#[ORM\Entity(repositoryClass: TrainerDocumentRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3717
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ListingPage.php:15 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3723
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ListingPage.php:15 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3715
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Cms/CmsContent.php:14 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: CmsContentRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3718
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Cms/CmsContent.php:14 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: CmsContentRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3726
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Elearning/UserChapterDeliverable.php:18 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\UniqueConstraint(name: 'uniq_user_chapter_deliverable', columns: ['client_id', 'chapter_id'])]#[Vich\Uploadable]class UserChapterDeliverable
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3711
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Elearning/UserChapterDeliverable.php:18 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\UniqueConstraint(name: 'uniq_user_chapter_deliverable', columns: ['client_id', 'chapter_id'])]#[Vich\Uploadable]class UserChapterDeliverable
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3712
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Elearning/ChapterItemAudio.php:14 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[Vich\Uploadable]class ChapterItemAudio extends ChapterItem
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.927+00: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 {#3710
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Elearning/ChapterItemAudio.php:14 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[Vich\Uploadable]class ChapterItemAudio extends ChapterItem
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.928+00: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 {#3709
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Article.php:18 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.928+00: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 {#3720
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Article.php:18 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.928+00: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 {#3713
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ResourcePicture.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[Vich\Uploadable]class ResourcePicture
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.928+00: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 {#3708
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ResourcePicture.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[Vich\Uploadable]class ResourcePicture
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.928+00: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 {#3705
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ArticleCategory.php:14 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.928+00: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 {#3716
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ArticleCategory.php:14 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.928+00: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 {#3704
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Resource.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: ResourceRepository::class)]#[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.928+00: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 {#3701
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Resource.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: ResourceRepository::class)]#[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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) {
              }
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.930+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1141 => [
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00: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" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00: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" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00: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" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.739+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.739+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.739+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.739+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerXeuqt5x\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.739+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.917+00: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 {#3576
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/PlacePicture.php:11 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Uploadable]#[ORM\Entity(repositoryClass: PlacePictureRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.917+00: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 {#3581
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/PlacePicture.php:11 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Uploadable]#[ORM\Entity(repositoryClass: PlacePictureRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.917+00: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 {#3575
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingProfessional.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: TrainingProfessionalRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.917+00: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 {#3574
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingProfessional.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: TrainingProfessionalRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3577
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingElearning.php:21 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: TrainingElearningRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3572
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingElearning.php:21 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: TrainingElearningRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3583
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingCategory.php:13 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3578
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/TrainingCategory.php:13 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3579
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Trainer/Trainer.php:26 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3580
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Trainer/Trainer.php:26 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3573
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Financing.php:15 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: FinancingRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3582
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Financing.php:15 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: FinancingRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3589
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Client.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: ClientRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.918+00: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 {#3586
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Client.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: ClientRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3591
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Trainer/TrainerDocument.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Uploadable]#[ORM\Entity(repositoryClass: TrainerDocumentRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3588
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Trainer/TrainerDocument.php:16 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Uploadable]#[ORM\Entity(repositoryClass: TrainerDocumentRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3593
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ListingPage.php:15 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3587
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ListingPage.php:15 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3595
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Cms/CmsContent.php:14 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: CmsContentRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3592
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Cms/CmsContent.php:14 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\Entity(repositoryClass: CmsContentRepository::class)]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3584
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Elearning/UserChapterDeliverable.php:18 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\UniqueConstraint(name: 'uniq_user_chapter_deliverable', columns: ['client_id', 'chapter_id'])]#[Vich\Uploadable]class UserChapterDeliverable
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3599
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Elearning/UserChapterDeliverable.php:18 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\UniqueConstraint(name: 'uniq_user_chapter_deliverable', columns: ['client_id', 'chapter_id'])]#[Vich\Uploadable]class UserChapterDeliverable
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3598
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Elearning/ChapterItemAudio.php:14 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[Vich\Uploadable]class ChapterItemAudio extends ChapterItem
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3600
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Elearning/ChapterItemAudio.php:14 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[Vich\Uploadable]class ChapterItemAudio extends ChapterItem
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3601
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Article.php:18 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3590
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Article.php:18 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.919+00: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 {#3597
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ResourcePicture.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[Vich\Uploadable]class ResourcePicture
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.920+00: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 {#3602
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ResourcePicture.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity]#[Vich\Uploadable]class ResourcePicture
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.920+00: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 {#3605
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ArticleCategory.php:14 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.920+00: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 {#3594
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/ArticleCategory.php:14 {
                ReflectionAttribute->newInstance(): object …
                › 
                › #[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.920+00: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 {#3606
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Resource.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: ResourceRepository::class)]#[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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) {
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.920+00: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 {#3609
            #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: "/app/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /app/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.');}
              }
              /app/src/Entity/Resource.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: ResourceRepository::class)]#[Vich\Uploadable]#[ORM\HasLifecycleCallbacks]
              }
              /app/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();}
              /app/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /app/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;}
              }
              /app/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);}
              }
              /app/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();
              }
              /app/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /app/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /app/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /app/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) {
              }
              /app/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);}
              /app/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;
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /app/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);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /app/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);}
              /app/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 {
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:29 {
                require …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:7 {
                › 
                › require dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776297604
        "timestamp_rfc3339" => "2026-04-16T00:00:04.922+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    2 => 1
    1141 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#458 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"preprod-website.kaza-senza.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 16 Apr 2026 00:00:04 GMT"
vary
"Accept"
x-debug-exception
"%5BSemantical%20Error%5D%20line%200%2C%20col%20128%20near%20%27slug%20%3D%20%3Aslug%27%3A%20Error%3A%20Class%20App%5CEntity%5CTraining%20has%20no%20field%20or%20association%20named%20slug"
x-debug-exception-file
"%2Fapp%2Fvendor%2Fdoctrine%2Form%2Fsrc%2FQuery%2FQueryException.php:28"
x-debug-token
"c99fe9"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
ADMIN_EMAIL
"contact@benjamin-robert.com"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"ccpCceBnqtxpt469KKp8tmBgTkAtp"
AUTH_TYPE
""
CADDY_LOG_LEVEL
"ERROR"
COMPOSER_ALLOW_SUPERUSER
"1"
COMPOSER_MEMORY_LIMIT
"-1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DATABASE_URL
"sqlite:///%kernel.project_dir%/var/data/data.db"
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"index.php"
GATEWAY_INTERFACE
"CGI/1.1"
GODEBUG
"cgocheck=0"
GOMEMLIMIT
"3072MiB"
GOOGLE_CLIENT_ID
"151949217207-srtd5tcractadim5kb4rr1nbhe81n10k.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"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"
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HOME
"/root"
HOSTNAME
"c600e01cd41f"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"preprod-website.kaza-senza.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
JWT_PASSPHRASE
"a200361a656a4b8ddd658bf4785ef1acf62366d1668b27fca392747c82b3352e"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LANDING_SIGNATURE
"uZSomyvkSwv32f1ZA77EWsKQQFFBkca4Fdh2r37OXRsqLgbH0WGU3rMxbTjOXUcO"
LOCK_DSN
"in-memory"
MAILER_DSN
"smtp://cddd2610-7d52-4d2b-a041-d9060ea25517:8e903bbd-273a-4819-9e15-2f7de30ce1d9@smtp.tem.scaleway.com:25"
MAILJET_PRIVATE_KEY
"05e4fd2043733bfad32dbab3cc7dd224"
MAILJET_PUBLIC_KEY
"20a03d9c99e2575841ae0957725d8c0b"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MYSQL_DATABASE
"senzavitrine"
MYSQL_PASSWORD
"root"
MYSQL_ROOT_PASSWORD
"root"
MYSQL_USER
"root"
OPENAPI_API_KEY
"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"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.4.20.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_INI_SCAN_DIR
":/usr/local/etc/php/app.conf.d"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"e454c6f7c89a42f41ebb06dc5c3578e8c8b5f1a3f0da6675665affab04e221f7"
PHP_URL
"https://www.php.net/distributions/php-8.4.20.tar.xz"
PHP_VERSION
"8.4.20"
PWD
"/app"
QUERY_STRING
""
RECAPTCHA3_KEY
"6Lc3Ep4qAAAAAIT_XbfTDlrC7gbShE6oKxtcRqse"
RECAPTCHA3_SECRET
"6Lc3Ep4qAAAAAEwidPmcB3tx13aJCsgl65AC92RA"
REMOTE_ADDR
"216.73.216.146"
REMOTE_HOST
"216.73.216.146"
REMOTE_IDENT
""
REMOTE_PORT
"20391"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776297604
REQUEST_TIME_FLOAT
1776297604.7023
REQUEST_URI
"/ville/terssac/langage-sql-1"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SENDER_EMAIL
"noreply@kaza-senza.com"
SENTRY_DSN
""
SERVER_NAME
"preprod-website.kaza-senza.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"FrankenPHP"
SSL_CIPHER
"TLS_AES_128_GCM_SHA256"
SSL_PROTOCOL
"TLSv1.3"
STABILITY
"stable"
STRIPE_SECRET_KEY
"sk_test_51TAA6OCDhzsecIwyQGuRSZh0oRFfjuOIFWlSPDQaZeCCAK8SN82dkAqKvf7nb1twkIEB1xnBSHpjxi004q5axYru00D8NRhpQ6"
STRIPE_WEBHOOK_SECRET
"whsec_35Klv1sVA9MBlXT7kxukQFCStfLcp6mA"
SYMFONY_DOTENV_PATH
"/app/.env"
TERM
"xterm"
XDEBUG_MODE
"off"
XDG_CONFIG_HOME
"/config"
XDG_DATA_HOME
"/data"

Parent Request

Return to parent request (token = 6afffb)

Key Value
_controller
"App\Controller\Training\ShowTrainingCityChildController"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"show_city_child_training"
_route_params
[
  "place" => "terssac"
  "slug" => "langage-sql-1"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#553
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\AdminFormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\AdminFormLoginAuthenticator {#558 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#557
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\PublicFormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\PublicFormLoginAuthenticator {#601 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#549
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\GoogleOAuthAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\GoogleOAuthAuthenticator {#552 …}
  }
]
_stopwatch_token
"d8ee52"
place
"terssac"
slug
"langage-sql-1"