Error 500 Internal Server Error

GET http://dev.megalomon.com/admin/character/1/edit

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
Character
[
  "name" => "Otus"
  "type" => "player"
  "rasse" => "Mensch"
  "status" => "aktiv"
  "groesseCm" => "178"
  "gewichtKg" => "77"
  "gesinnung" => "Neutral-Gut"
  "alter" => "28"
  "staerke" => "11"
  "geschicklichkeit" => "13"
  "konstitution" => "13"
  "intelligenz" => "15"
  "weisheit" => "14"
  "charisma" => "14"
  "akrobatik" => "1"
  "mitTierenUmgehen" => "2"
  "magie" => "2"
  "athletik" => "0"
  "taeuschen" => "2"
  "geschichte" => "2"
  "motivErkennen" => "4"
  "einschuechtern" => "2"
  "nachforschungen" => "4"
  "heilkunde" => "4"
  "naturkunde" => "2"
  "wahrnehmung" => "2"
  "auftreten" => "2"
  "ueberzeugen" => "4"
  "religion" => "4"
  "fingerfertigkeit" => "1"
  "heimlichkeit" => "1"
  "ueberlebenskunst" => "2"
  "aussehen" => "Relativ gewöhnlich aussehender Mensch. Lange braune Haare."
  "persoenlichkeit" => "Manchmal socially awkward. Keine besonderen Talente oder herausragenden Fähigkeiten – ein weitgehend gewöhnlicher Mensch."
  "abilities" => [
    [
      "text" => "Keine Kampffähigkeiten oder besondere Kräfte"
    ]
  ]
  "magicAbilities" => [
    [
      "text" => "Trocknen: Entzieht nasser Kleidung und Haaren die Feuchtigkeit"
    ]
    [
      "text" => "Lauwarm: Kann Getränke und Gerichte auf Tellern vor sich warm halten, aber nicht heiss machen."
    ]
    [
      "text" => "Kleines Feuer: Kann kleines Feuer auf etwas werfen, bspw. um einen Ofen anzuzünden. Vergleichbar mit einem Streichholz."
    ]
    [
      "text" => "Frischesiegel: Kann ein Siegel auf Behältern platzieren, um Gegenstände darin weniger schnell verderben zu lassen."
    ]
    [
      "text" => "Barrierenkontrolle: Kann frei nach Belieben einer Person erlauben die Barriere um das Haus von Otus zu passieren und die Erlaubnis jederzeit wiederrufen. Es ist nicht nötig dafür sprechen zu können."
    ]
  ]
  "equipment" => [
    [
      "text" => "**Teleportring:** Sofortige Teleportation nach Hause sowie Rückteleport zum Ausgangspunkt. Wird der Ring von jemandem ohne Grundstückserlaubnis gestohlen, teleportiert nur der Ring – nicht der Dieb."
    ]
    [
      "text" => "**48h-Zeitband:** Temporäres Sklavenhalsband, welches sich nach 48 Stunden von selbst wieder löst. Legt jemand dieses Halsband Otus an, wird Otus temporär zum Sklaven jener Person. Hat der Temporär Sklavenmeister selbst ein Halsband, werden sämtliche Effekte dieses Halsbands temporär pausiert/ausser Kraft gesetzt."
    ]
  ]
  "sonstiges" => ""
  "_token" => "csrf-token"
]
ea
[
  "newForm" => [
    "btn" => "saveAndReturn"
  ]
]

Uploaded Files

No uploaded files

Request Attributes

Key Value
_controller
"error_controller"
_controller_attributes
[]
_stopwatch_token
"dbc50c"
exception
Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException {#5284
  #message: "Could not determine access type for property "abilities" in class "App\Entity\Character". Make the property public, add a setter, or set the "mapped" field option in the form type to be false."
  #code: 0
  #file: "/var/www/dev_megalomon_com/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php"
  #line: 79
  -previous: Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException {#5282 …}
  trace: {
    /var/www/dev_megalomon_com/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php:79 {
      Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor->setValue(object|array &$data, mixed $value, FormInterface $form): void …
      › } catch (NoSuchPropertyException $e) {    throw new NoSuchPropertyException($e->getMessage().' Make the property public, add a setter, or set the "mapped" field option in the form type to be false.', 0, $e);}
    }
    /var/www/dev_megalomon_com/vendor/symfony/form/Extension/Core/DataAccessor/ChainAccessor.php:46 {
      Symfony\Component\Form\Extension\Core\DataAccessor\ChainAccessor->setValue(object|array &$data, mixed $value, FormInterface $form): void …
      › if ($accessor->isWritable($data, $form)) {    $accessor->setValue($data, $value, $form);}
    /var/www/dev_megalomon_com/vendor/symfony/form/Extension/Core/DataMapper/DataMapper.php:73 {
      Symfony\Component\Form\Extension\Core\DataMapper\DataMapper->mapFormsToData(Traversable $forms, mixed &$data): void …
      › if ($config->getMapped() && $form->isSubmitted() && $form->isSynchronized() && !$form->isDisabled() && $this->dataAccessor->isWritable($data, $form)) {    $this->dataAccessor->setValue($data, $form->getData(), $form);}
    }
    /var/www/dev_megalomon_com/vendor/symfony/form/Form.php:549 {
      Symfony\Component\Form\Form->submit(mixed $submittedData, bool $clearMissing = true): static …
      › // for $this->config->getInheritData() above)$this->config->getDataMapper()->mapFormsToData(    new \RecursiveIteratorIterator(new InheritDataAwareIterator($this->children)),
    }
    /var/www/dev_megalomon_com/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php:122 {
      Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler->handleRequest(FormInterface $form, mixed $request = null): void …
      › 
      ›     $form->submit($data, 'PATCH' !== $method);}
    }
    /var/www/dev_megalomon_com/vendor/symfony/form/Form.php:418 {
      Symfony\Component\Form\Form->handleRequest(mixed $request = null): static …
      › {    $this->config->getRequestHandler()->handleRequest($this, $request);}
    /var/www/dev_megalomon_com/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:273 {
      EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController->edit(AdminContext $context): Response …
      › $editForm = $this->createEditForm($context->getEntity(), $context->getCrud()->getEditFormOptions(), $context);$editForm->handleRequest($context->getRequest());if ($editForm->isSubmitted() && $editForm->isValid()) {
    }
    /var/www/dev_megalomon_com/vendor/symfony/http-kernel/HttpKernel.php:188 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/dev_megalomon_com/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
    }
    /var/www/dev_megalomon_com/vendor/symfony/http-kernel/Kernel.php:143 {
      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/dev_megalomon_com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/dev_megalomon_com/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/dev_megalomon_com/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/dev_megalomon_com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Component\HttpKernel\Log\Logger {#123
  -minLevelIndex: 0
  -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#117 …}
  -debug: true
  -logs: [
    2 => [
      [
        "channel" => null
        "context" => [
          "route" => "admin_character_edit"
          "route_parameters" => [
            "_route" => "admin_character_edit"
            "_controller" => "App\Controller\Admin\CharacterCrudController::edit"
            "routeCreatedByEasyAdmin" => true
            "dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
            "crudControllerFqcn" => "App\Controller\Admin\CharacterCrudController"
            "crudAction" => "edit"
            "entityId" => "1"
          ]
          "request_uri" => "http://dev.megalomon.com/admin/character/1/edit"
          "method" => "POST"
        ]
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "key" => "_security_main"
          "token_class" => "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken"
        ]
        "message" => "Read existing security token from the session."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
          "username" => "megalomon"
        ]
        "message" => "User was reloaded from a user provider."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\BanCheckSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\ApiKeyAuthSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::beforeController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::beforeController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => []
        "message" => "CSRF validation accepted using origin info."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException {#5284
            #message: "Could not determine access type for property "abilities" in class "App\Entity\Character". Make the property public, add a setter, or set the "mapped" field option in the form type to be false."
            #code: 0
            #file: "/var/www/dev_megalomon_com/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php"
            #line: 79
            -previous: Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException {#5282 …}
            trace: {
              /var/www/dev_megalomon_com/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php:79 {
                Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor->setValue(object|array &$data, mixed $value, FormInterface $form): void …
                › } catch (NoSuchPropertyException $e) {    throw new NoSuchPropertyException($e->getMessage().' Make the property public, add a setter, or set the "mapped" field option in the form type to be false.', 0, $e);}
              }
              /var/www/dev_megalomon_com/vendor/symfony/form/Extension/Core/DataAccessor/ChainAccessor.php:46 {
                Symfony\Component\Form\Extension\Core\DataAccessor\ChainAccessor->setValue(object|array &$data, mixed $value, FormInterface $form): void …
                › if ($accessor->isWritable($data, $form)) {    $accessor->setValue($data, $value, $form);}
              /var/www/dev_megalomon_com/vendor/symfony/form/Extension/Core/DataMapper/DataMapper.php:73 {
                Symfony\Component\Form\Extension\Core\DataMapper\DataMapper->mapFormsToData(Traversable $forms, mixed &$data): void …
                › if ($config->getMapped() && $form->isSubmitted() && $form->isSynchronized() && !$form->isDisabled() && $this->dataAccessor->isWritable($data, $form)) {    $this->dataAccessor->setValue($data, $form->getData(), $form);}
              }
              /var/www/dev_megalomon_com/vendor/symfony/form/Form.php:549 {
                Symfony\Component\Form\Form->submit(mixed $submittedData, bool $clearMissing = true): static …
                › // for $this->config->getInheritData() above)$this->config->getDataMapper()->mapFormsToData(    new \RecursiveIteratorIterator(new InheritDataAwareIterator($this->children)),
              }
              /var/www/dev_megalomon_com/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php:122 {
                Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler->handleRequest(FormInterface $form, mixed $request = null): void …
                › 
                ›     $form->submit($data, 'PATCH' !== $method);}
              }
              /var/www/dev_megalomon_com/vendor/symfony/form/Form.php:418 {
                Symfony\Component\Form\Form->handleRequest(mixed $request = null): static …
                › {    $this->config->getRequestHandler()->handleRequest($this, $request);}
              /var/www/dev_megalomon_com/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:273 {
                EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController->edit(AdminContext $context): Response …
                › $editForm = $this->createEditForm($context->getEntity(), $context->getCrud()->getEditFormOptions(), $context);$editForm->handleRequest($context->getRequest());if ($editForm->isSubmitted() && $editForm->isValid()) {
              }
              /var/www/dev_megalomon_com/vendor/symfony/http-kernel/HttpKernel.php:188 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dev_megalomon_com/vendor/symfony/http-kernel/HttpKernel.php:79 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
              }
              /var/www/dev_megalomon_com/vendor/symfony/http-kernel/Kernel.php:143 {
                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/dev_megalomon_com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/dev_megalomon_com/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/dev_megalomon_com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/dev_megalomon_com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Could not determine access type for property "abilities" in class "App\Entity\Character". Make the property public, add a setter, or set the "mapped" field option in the form type to be false." at PropertyPathAccessor.php line 79"
        "priority" => 500
        "priorityName" => "critical"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "key" => "_security_main"
        ]
        "message" => "Stored the security token in the session."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
    ]
    5363 => [
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\BanCheckSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\ApiKeyAuthSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::beforeController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::beforeController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ControllerAttributesListener::afterController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1785192461
        "timestamp_rfc3339" => "2026-07-27T22:47:41.000+00:00"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    5363 => 0
  ]
  -handle: null
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#119 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7"
cache-control
"max-age=0"
content-length
"2919"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=29ed626e8f949d03ca248e21165a4276; main_auth_profile_token=cec323"
dnt
"1"
host
"dev.megalomon.com"
origin
"https://dev.megalomon.com"
priority
"u=0, i"
referer
"https://dev.megalomon.com/admin/character/1/edit"
sec-ch-ua
""Not;A=Brand";v="8", "Chromium";v="150", "Google Chrome";v="150""
sec-ch-ua-mobile
"?1"
sec-ch-ua-platform
""Android""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Mobile Safari/537.36"
x-forwarded-for
"84.137.4.30"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"84.137.4.30"

Request Content

Raw

ea%5BnewForm%5D%5Bbtn%5D=saveAndReturn&Character%5Bname%5D=Otus&Character%5Btype%5D=player&Character%5Brasse%5D=Mensch&Character%5Bstatus%5D=aktiv&Character%5BgroesseCm%5D=178&Character%5BgewichtKg%5D=77&Character%5Bgesinnung%5D=Neutral-Gut&Character%5Balter%5D=28&Character%5Bstaerke%5D=11&Character%5Bgeschicklichkeit%5D=13&Character%5Bkonstitution%5D=13&Character%5Bintelligenz%5D=15&Character%5Bweisheit%5D=14&Character%5Bcharisma%5D=14&Character%5Bakrobatik%5D=1&Character%5BmitTierenUmgehen%5D=2&Character%5Bmagie%5D=2&Character%5Bathletik%5D=0&Character%5Btaeuschen%5D=2&Character%5Bgeschichte%5D=2&Character%5BmotivErkennen%5D=4&Character%5Beinschuechtern%5D=2&Character%5Bnachforschungen%5D=4&Character%5Bheilkunde%5D=4&Character%5Bnaturkunde%5D=2&Character%5Bwahrnehmung%5D=2&Character%5Bauftreten%5D=2&Character%5Bueberzeugen%5D=4&Character%5Breligion%5D=4&Character%5Bfingerfertigkeit%5D=1&Character%5Bheimlichkeit%5D=1&Character%5Bueberlebenskunst%5D=2&Character%5Baussehen%5D=Relativ+gew%C3%B6hnlich+aussehender+Mensch.+Lange+braune+Haare.&Character%5Bpersoenlichkeit%5D=Manchmal+socially+awkward.+Keine+besonderen+Talente+oder+herausragenden+F%C3%A4higkeiten+%E2%80%93+ein+weitgehend+gew%C3%B6hnlicher+Mensch.&Character%5Babilities%5D%5B0%5D%5Btext%5D=Keine+Kampff%C3%A4higkeiten+oder+besondere+Kr%C3%A4fte&Character%5BmagicAbilities%5D%5B0%5D%5Btext%5D=Trocknen%3A+Entzieht+nasser+Kleidung+und+Haaren+die+Feuchtigkeit&Character%5BmagicAbilities%5D%5B1%5D%5Btext%5D=Lauwarm%3A+Kann+Getr%C3%A4nke+und+Gerichte+auf+Tellern+vor+sich+warm+halten%2C+aber+nicht+heiss+machen.&Character%5BmagicAbilities%5D%5B2%5D%5Btext%5D=Kleines+Feuer%3A+Kann+kleines+Feuer+auf+etwas+werfen%2C+bspw.+um+einen+Ofen+anzuz%C3%BCnden.+Vergleichbar+mit+einem+Streichholz.&Character%5BmagicAbilities%5D%5B3%5D%5Btext%5D=Frischesiegel%3A+Kann+ein+Siegel+auf+Beh%C3%A4ltern+platzieren%2C+um+Gegenst%C3%A4nde+darin+weniger+schnell+verderben+zu+lassen.&Character%5BmagicAbilities%5D%5B4%5D%5Btext%5D=Barrierenkontrolle%3A+Kann+frei+nach+Belieben+einer+Person+erlauben+die+Barriere+um+das+Haus+von+Otus+zu+passieren+und+die+Erlaubnis+jederzeit+wiederrufen.+Es+ist+nicht+n%C3%B6tig+daf%C3%BCr+sprechen+zu+k%C3%B6nnen.&Character%5Bequipment%5D%5B0%5D%5Btext%5D=**Teleportring%3A**+Sofortige+Teleportation+nach+Hause+sowie+R%C3%BCckteleport+zum+Ausgangspunkt.+Wird+der+Ring+von+jemandem+ohne+Grundst%C3%BCckserlaubnis+gestohlen%2C+teleportiert+nur+der+Ring+%E2%80%93+nicht+der+Dieb.&Character%5Bequipment%5D%5B1%5D%5Btext%5D=**48h-Zeitband%3A**+Tempor%C3%A4res+Sklavenhalsband%2C+welches+sich+nach+48+Stunden+von+selbst+wieder+l%C3%B6st.+Legt+jemand+dieses+Halsband+Otus+an%2C+wird+Otus+tempor%C3%A4r+zum+Sklaven+jener+Person.+Hat+der+Tempor%C3%A4r+Sklavenmeister+selbst+ein+Halsband%2C+werden+s%C3%A4mtliche+Effekte+dieses+Halsbands+tempor%C3%A4r+pausiert%2Fausser+Kraft+gesetzt.&Character%5Bsonstiges%5D=&Character%5B_token%5D=csrf-token

Retry Command

curl \
  --compressed \
  --url 'http://dev.megalomon.com/admin/character/1/edit' \
  --header 'Priority: u=0, i' \
  --header 'Accept-Language: de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7' \
  --header 'Accept-Encoding: gzip, deflate, br, zstd' \
  --header 'Referer: https://dev.megalomon.com/admin/character/1/edit' \
  --header 'Sec-Fetch-Dest: document' \
  --header 'Sec-Fetch-User: ?1' \
  --header 'Sec-Fetch-Mode: navigate' \
  --header 'Sec-Fetch-Site: same-origin' \
  --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
  --header 'Origin: https://dev.megalomon.com' \
  --header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Mobile Safari/537.36' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'Upgrade-Insecure-Requests: 1' \
  --header 'Dnt: 1' \
  --header 'Sec-Ch-Ua-Platform: "Android"' \
  --header 'Sec-Ch-Ua-Mobile: ?1' \
  --header 'Sec-Ch-Ua: "Not;A=Brand";v="8", "Chromium";v="150", "Google Chrome";v="150"' \
  --header 'Cache-Control: max-age=0' \
  --header 'Content-Length: 2919' \
  --header 'X-Real-Ip: 84.137.4.30' \
  --header 'X-Forwarded-For: 84.137.4.30' \
  --header 'X-Forwarded-Proto: https' \
  --header 'X-Forwarded-Scheme: https' \
  --header 'X-Php-Ob-Level: 1' \
  --cookie 'PHPSESSID=29ed626e8f949d03ca248e21165a4276; main_auth_profile_token=cec323'

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 27 Jul 2026 22:47:41 GMT"
x-debug-exception
"Could%20not%20determine%20access%20type%20for%20property%20%22abilities%22%20in%20class%20%22App%5CEntity%5CCharacter%22.%20Make%20the%20property%20public%2C%20add%20a%20setter%2C%20or%20set%20the%20%22mapped%22%20field%20option%20in%20the%20form%20type%20to%20be%20false."
x-debug-exception-file
"%2Fvar%2Fwww%2Fdev_megalomon_com%2Fvendor%2Fsymfony%2Fform%2FExtension%2FCore%2FDataAccessor%2FPropertyPathAccessor.php:79"
x-debug-token
"3885ef"
x-robots-tag
"noindex"

Cookies

Request Cookies

Key Value
PHPSESSID
"29ed626e8f949d03ca248e21165a4276"
main_auth_profile_token
"cec323"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Mon, 27 Jul 26 22:41:08 +0000"
Last used
"Mon, 27 Jul 26 22:47:27 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/ea-batch-action-batchDelete-App\Entity\CalendarEvent
"GRgEIOT81JZug2K_kzi_osrNxAOG_uptD-qWLozuoRc"
_csrf/ea-batch-action-batchDelete-App\Entity\CalendarHoliday
"9CEbrw9KvzV3tDPpToIH1iWCzTyHHSWKfABQhf4oXEQ"
_csrf/ea-batch-action-batchDelete-App\Entity\Character
"3ydjR6i1THX2BaY0tHgWIU8A_ReEIhLLJCc6OFYVgzk"
_csrf/ea-batch-action-batchDelete-App\Entity\CharacterNote
"XZlCnczwZIaJJGjNBcH1N1kGziL6gdYYFWFevEqyaTM"
_csrf/ea-batch-action-batchDelete-App\Entity\Scene
"GnGI6e0U2hhyRC-womycl-05_mNUNlh71KlIEmWOFgo"
_csrf/ea-delete
"_p5Z3VW9SQL7YV1wqrB3eDTB3XEfJXxVopTBnj1VLAg"
_security.last_username
"megalomon"
_security_main
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:20:"App\Entity\AdminUser":3:{s:24:"\x00App\Entity\AdminUser\x00id";i:2;s:30:"\x00App\Entity\AdminUser\x00username";s:9:"megalomon";s:30:"\x00App\Entity\AdminUser\x00password";s:60:"$2y$13$lu8IrNivROv.yDZn6oc1kuG.dYM7mSS246ZtET5o0FWuGbhzk7YQu";}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:10:"ROLE_ADMIN";}}}"
csrf-token
257

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 75
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev_megalomon_com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/dev_megalomon_com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_API_KEY
"dcec334b218e1ae8ac54f1f3cff68467bdaf747390802f0f57c0d94cd54d217"
APP_ENV
"dev"
APP_SECRET
"68153c5fae214e2b2b432a9addbbf725"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"postgresql://enslavedrp_api:JcZf7zUm5EdxoZqlsmWETJ3uALmcnA98@10.10.0.7:5432/enslavedrp_v2?serverVersion=17&charset=utf8"
DEFAULT_URI
"http://localhost"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/dev_megalomon_com"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/dev_megalomon_com"
]
CONTENT_LENGTH
"2919"
CONTENT_TYPE
"application/x-www-form-urlencoded"
DOCUMENT_ROOT
"/var/www/dev_megalomon_com/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONTENT_LENGTH
"2919"
HTTP_CONTENT_TYPE
"application/x-www-form-urlencoded"
HTTP_COOKIE
"PHPSESSID=29ed626e8f949d03ca248e21165a4276; main_auth_profile_token=cec323"
HTTP_DNT
"1"
HTTP_HOST
"dev.megalomon.com"
HTTP_ORIGIN
"https://dev.megalomon.com"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://dev.megalomon.com/admin/character/1/edit"
HTTP_SEC_CH_UA
""Not;A=Brand";v="8", "Chromium";v="150", "Google Chrome";v="150""
HTTP_SEC_CH_UA_MOBILE
"?1"
HTTP_SEC_CH_UA_PLATFORM
""Android""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Mobile Safari/537.36"
HTTP_X_FORWARDED_FOR
"84.137.4.30"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"84.137.4.30"
PATH_INFO
""
PHP_SELF
"/index.php"
PHP_VALUE
"open_basedir=/var/www/dev_megalomon_com:/tmp:/usr/share/php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.10.0.2"
REMOTE_PORT
"39464"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1785192461
REQUEST_TIME_FLOAT
1785192461.3551
REQUEST_URI
"/admin/character/1/edit"
SCRIPT_FILENAME
"/var/www/dev_megalomon_com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.10.0.50"
SERVER_NAME
"dev.megalomon.com"
SERVER_PORT
"9103"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.26.3"
SYMFONY_DOTENV_PATH
"/var/www/dev_megalomon_com/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,APP_API_KEY"
USER
"www-data"

Parent Request

Return to parent request (token = 866f49)

Key Value
_controller
"App\Controller\Admin\CharacterCrudController::edit"
_controller_attributes
[]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"admin_character_edit"
_route_params
[
  "routeCreatedByEasyAdmin" => true
  "dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
  "crudControllerFqcn" => "App\Controller\Admin\CharacterCrudController"
  "crudAction" => "edit"
  "entityId" => "1"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#465
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#418 …}
  }
]
_stopwatch_token
"13fd56"
crudAction
"edit"
crudControllerFqcn
"App\Controller\Admin\CharacterCrudController"
csrf-token
257
dashboardControllerFqcn
"App\Controller\Admin\DashboardController"
easyadmin_context
EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext {#912
  -requestContext: EasyCorp\Bundle\EasyAdminBundle\Context\RequestContext {#918 …}
  -crudContext: EasyCorp\Bundle\EasyAdminBundle\Context\CrudContext {#915 …}
  -dashboardContext: EasyCorp\Bundle\EasyAdminBundle\Context\DashboardContext {#916 …}
  -i18nContext: EasyCorp\Bundle\EasyAdminBundle\Context\I18nContext {#913 …}
}
entityId
"1"
routeCreatedByEasyAdmin
true