| 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 …}
} |