Error 404 Not Found

GET https://client.boltlogic.co.uk/robots.txt

Forwarded to ErrorController (6eea5a)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"b121b5"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"client.boltlogic.co.uk"
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
"Sun, 21 Dec 2025 12:08:51 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fclient.boltlogic.co.uk%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fpteroca%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"02d5bd"
x-debug-token-link
"https://client.boltlogic.co.uk/_profiler/6eea5a"
x-previous-debug-token
"6eea5a"
x-robots-tag
"noindex"

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
APP_ENV
"dev"
APP_SECRET
"6c1f699aa146c4ffe51a9a79f31c8a81843203959cfeef3b77a2e63f8574c800"
DATABASE_URL
"mysql://pteroca:y1iBpPIg9IuZJWXesfEenEED6hl4IY5WsgswYLqC6eV0QKkM2h@localhost:3306/pteroca?serverVersion=11.6.2-MariaDB&charset=utf8mb4"
MESSENGER_TRANSPORT_DSN
"doctrine://default"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/pteroca"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/pteroca"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/pteroca/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"client.boltlogic.co.uk"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
PHP_VALUE
"""
upload_max_filesize = 100M \n
 post_max_size=100M
"""
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.159"
REMOTE_PORT
"34279"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1766318931
REQUEST_TIME_FLOAT
1766318931.1603
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/pteroca/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.83.47.94"
SERVER_NAME
"client.boltlogic.co.uk"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_PATH
"/var/www/pteroca/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN"
USER
"www-data"

Sub Requests 1

ErrorController (token = 6eea5a)

Key Value
_controller
"error_controller"
_stopwatch_token
"57712b"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#525
  #message: "No route found for "GET https://client.boltlogic.co.uk/robots.txt""
  #code: 0
  #file: "/var/www/pteroca/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#521 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/pteroca/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/pteroca/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/pteroca/public/index.php:7 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/pteroca/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#490
  -records: [
    2 => [
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.191+00:00"
        "message" => "Initializing custom permissions"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.192+00:00"
        "message" => "Custom permissions initialized"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "permission_count" => 0
          "duration_ms" => 0.16
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.196+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "pteroca"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "pteroca"
            "serverVersion" => "11.6.2-MariaDB"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.197+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.version AS version_4, t0.author AS author_5, t0.description AS description_6, t0.license AS license_7, t0.state AS state_8, t0.path AS path_9, t0.manifest AS manifest_10, t0.pteroca_min_version AS pteroca_min_version_11, t0.pteroca_max_version AS pteroca_max_version_12, t0.enabled_at AS enabled_at_13, t0.disabled_at AS disabled_at_14, t0.fault_reason AS fault_reason_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM plugin t0 WHERE t0.state = ? ORDER BY t0.name ASC"
          "params" => [
            1 => "enabled"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#656
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.200+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.200+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Core\EventSubscriber\Security\PermissionBootstrapSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.200+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Core\EventSubscriber\Plugin\PluginBootSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.200+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.200+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.200+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.200+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.200+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.203+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://client.boltlogic.co.uk/robots.txt"" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#525
            #message: "No route found for "GET https://client.boltlogic.co.uk/robots.txt""
            #code: 0
            #file: "/var/www/pteroca/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#521 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\Core\EventSubscriber\Kernel\ExceptionSubscriber::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.239+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 {#2341
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/User.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\HasLifecycleCallbacks]#[Vich\Uploadable]class User extends AbstractEntity implements UserInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.239+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 {#2342
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/User.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\HasLifecycleCallbacks]#[Vich\Uploadable]class User extends AbstractEntity implements UserInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.239+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 {#2330
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Product.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\HasLifecycleCallbacks]#[Vich\Uploadable]class Product extends AbstractEntity implements ProductInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.239+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 {#2343
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Product.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\HasLifecycleCallbacks]#[Vich\Uploadable]class Product extends AbstractEntity implements ProductInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.240+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 {#2340
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Category.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: "App\Core\Repository\CategoryRepository")]#[Vich\Uploadable]class Category extends AbstractEntity
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.240+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 {#2344
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Category.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: "App\Core\Repository\CategoryRepository")]#[Vich\Uploadable]class Category extends AbstractEntity
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.240+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 {#2347
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Panel/UserAccount.php:17 {
                ReflectionAttribute->newInstance(): object …
                › #[UniqueEntity(fields: ['email'])]#[Vich\Uploadable]class UserAccount implements UserInterface, PasswordAuthenticatedUserInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.240+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 {#2348
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Panel/UserAccount.php:17 {
                ReflectionAttribute->newInstance(): object …
                › #[UniqueEntity(fields: ['email'])]#[Vich\Uploadable]class UserAccount implements UserInterface, PasswordAuthenticatedUserInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.241+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.242+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.242+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.242+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.242+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"
      ]
    ]
    817 => [
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Core\EventSubscriber\Security\PermissionBootstrapSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Core\EventSubscriber\Plugin\PluginBootSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Core\EventSubscriber\Kernel\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Core\EventSubscriber\Kernel\UserStateSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.204+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.205+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.205+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.205+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.205+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\Core\EventSubscriber\Kernel\GlobalWidgetSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.205+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\Core\EventSubscriber\User\EmailVerificationAlertSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.205+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\Core\EventSubscriber\User\EmailVerificationSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.206+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.206+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.206+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.206+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.206+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerLjYgHw5\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.206+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.236+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 {#2226
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/User.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\HasLifecycleCallbacks]#[Vich\Uploadable]class User extends AbstractEntity implements UserInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.237+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 {#2227
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/User.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\HasLifecycleCallbacks]#[Vich\Uploadable]class User extends AbstractEntity implements UserInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.237+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 {#2221
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Product.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\HasLifecycleCallbacks]#[Vich\Uploadable]class Product extends AbstractEntity implements ProductInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.237+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 {#2228
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Product.php:22 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\HasLifecycleCallbacks]#[Vich\Uploadable]class Product extends AbstractEntity implements ProductInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.237+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 {#2225
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Category.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: "App\Core\Repository\CategoryRepository")]#[Vich\Uploadable]class Category extends AbstractEntity
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.237+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 {#2229
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Category.php:11 {
                ReflectionAttribute->newInstance(): object …
                › #[ORM\Entity(repositoryClass: "App\Core\Repository\CategoryRepository")]#[Vich\Uploadable]class Category extends AbstractEntity
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.237+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 {#2232
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Panel/UserAccount.php:17 {
                ReflectionAttribute->newInstance(): object …
                › #[UniqueEntity(fields: ['email'])]#[Vich\Uploadable]class UserAccount implements UserInterface, PasswordAuthenticatedUserInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.237+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 {#2233
            #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: "/var/www/pteroca/vendor/vich/uploader-bundle/src/Mapping/Annotation/Uploadable.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pteroca/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.');}
              }
              /var/www/pteroca/src/Core/Entity/Panel/UserAccount.php:17 {
                ReflectionAttribute->newInstance(): object …
                › #[UniqueEntity(fields: ['email'])]#[Vich\Uploadable]class UserAccount implements UserInterface, PasswordAuthenticatedUserInterface
              }
              /var/www/pteroca/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();}
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php:15 {
                Vich\UploaderBundle\Metadata\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
                › {    return $this->convertToAttributeInstances($class->getAttributes());}
              }
              /var/www/pteroca/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;}
              }
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/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();
              }
              /var/www/pteroca/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
                Metadata\Driver\DriverChain->getAllClassNames(): array …
                › 
                › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
              }
              /var/www/pteroca/vendor/jms/metadata/src/MetadataFactory.php:145 {
                Metadata\MetadataFactory->getAllClassNames(): array …
                › 
                ›     return $this->driver->getAllClassNames();}
              }
              /var/www/pteroca/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:66 {
                Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): array …
                › {    return $this->reader->getAllClassNames();}
              }
              /var/www/pteroca/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) {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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;
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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);}
              }
              /var/www/pteroca/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/pteroca/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pteroca/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);}
              /var/www/pteroca/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 {
              }
              /var/www/pteroca/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/pteroca/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pteroca/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pteroca/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pteroca/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+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" => 1766318931
        "timestamp_rfc3339" => "2025-12-21T12:08:51.238+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    817 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#489 …}
}