Error 500 Internal Server Error

GET http://dev.tormenta.mapescador.duckdns.org/es/evento/belenviviente

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"a0b2ab"
exception
Twig\Error\RuntimeError {#2396
  #message: "Neither the property "asunto" nor one of the methods "asunto()", "getasunto()", "isasunto()", "hasasunto()" or "__call()" exist and have public access in class "App\Entity\Imagen" in "pages/eventodetalle.html.twig" at line 100."
  #code: 0
  #file: "/var/www/html/agoncillo/templates/pages/eventodetalle.html.twig"
  #line: 100
  -lineno: 100
  -rawMessage: "Neither the property "asunto" nor one of the methods "asunto()", "getasunto()", "isasunto()", "hasasunto()" or "__call()" exist and have public access in class "App\Entity\Imagen"."
  -source: Twig\Source {#2142 …}
  -phpFile: "/var/www/html/agoncillo/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1893
  trace: {
    /var/www/html/agoncillo/templates/pages/eventodetalle.html.twig:100 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › <div class="hover-content">    <h1>{{ imagen.asunto }}</h1></div>
    }
    /var/www/html/agoncillo/templates/pages/eventodetalle.html.twig:100 {
      __TwigTemplate_713513534e535967fa77e0aaa9e09163->block_services(array $context, array $blocks = []): iterable …
      › <div class="hover-content">    <h1>{{ imagen.asunto }}</h1></div>
    }
    /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:446 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/agoncillo/templates/basepages.html.twig:329 {
      __TwigTemplate_1d652ba5d0815e1d93e5ce30e6addd87->doDisplay(array $context, array $blocks = []): iterable …
      › {#</header>#}{% block services %}{% endblock %}<!-- Footer-->
    }
    /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/agoncillo/var/cache/dev/twig/0d/0d88c47fd75bdd1345d5793f19b7985a.php:59 {
      __TwigTemplate_713513534e535967fa77e0aaa9e09163->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("basepages.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/html/agoncillo/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/html/agoncillo/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/html/agoncillo/vendor/symfony/framework-bundle/Controller/AbstractController.php:431 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/html/agoncillo/vendor/symfony/framework-bundle/Controller/AbstractController.php:436 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /var/www/html/agoncillo/vendor/symfony/framework-bundle/Controller/AbstractController.php:250 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/html/agoncillo/src/Controller/HomePageController.php:488 {
      App\Controller\HomePageController->eventodetalle(Request $request, $code) …
      › 
      ›     return $this->render('pages/eventodetalle.html.twig',['menu'=>$menu,'evento'=>$eventos[0]]);}
    }
    /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/agoncillo/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/agoncillo/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Component\HttpKernel\Log\Logger {#67
  -minLevelIndex: 0
  -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#667 …}
  -debug: true
  -logs: [
    2 => [
      [
        "channel" => null
        "context" => [
          "route" => "eventodetalle"
          "route_parameters" => [
            "_route" => "eventodetalle"
            "_controller" => "App\Controller\HomePageController::eventodetalle"
            "_locale" => "es"
            "code" => "belenviviente"
          ]
          "request_uri" => "http://dev.tormenta.mapescador.duckdns.org/es/evento/belenviviente"
          "method" => "GET"
        ]
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "HWI\Bundle\OAuthBundle\Security\Http\Authenticator\OAuthAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "HWI\Bundle\OAuthBundle\Security\Http\Authenticator\OAuthAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sonata\TranslationBundle\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container04aZ5kc\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1047
            #message: "User Deprecated: Support for Postgres < 12 is deprecated and will be removed in DBAL 5 (AbstractPostgreSQLDriver.php:44 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6495, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/agoncillo/vendor/doctrine/dbal/src/Driver/AbstractPostgreSQLDriver.php:44 {
                Doctrine\DBAL\Driver\AbstractPostgreSQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): PostgreSQLPlatform …
                › 
                › Deprecation::trigger(    'doctrine/dbal',
              }
              /var/www/html/agoncillo/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /var/www/html/agoncillo/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /var/www/html/agoncillo/vendor/doctrine/dbal/src/Connection.php:196 {
                Doctrine\DBAL\Connection->getDatabasePlatform(): AbstractPlatform …
                › 
                ›     $this->platform = $this->driver->getDatabasePlatform($versionProvider);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:693 {
                Doctrine\ORM\Query->getQueryCacheId(): string …
                › $this->getDQL() . serialize($this->hints) .'&platform=' . get_debug_type($this->getEntityManager()->getConnection()->getDatabasePlatform()) .($this->em->hasFilters() ? $this->em->getFilters()->getHash() : '') .
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:233 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $cacheItem = $queryCache->getItem($this->getQueryCacheId());}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Support for Postgres < 12 is deprecated and will be removed in DBAL 5 (AbstractPostgreSQLDriver.php:44 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6495, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1223
            #message: "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Calendario" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:945 {
                Doctrine\ORM\Query\Parser->validateAbstractSchemaName(string $schemaName): void …
                › assert($this->lexer->token !== null);if (! (class_exists($schemaName, true) || interface_exists($schemaName, true))) {    $this->semanticalError(
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1688 {
                Doctrine\ORM\Query\Parser->RangeVariableDeclaration(): RangeVariableDeclaration …
                › 
                › $this->validateAbstractSchemaName($abstractSchemaName);}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1532 {
                Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
                › $joins                    = [];$rangeVariableDeclaration = $this->RangeVariableDeclaration();$indexBy                  = $this->lexer->isNextToken(TokenType::T_INDEX)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1301 {
                Doctrine\ORM\Query\Parser->FromClause(): FromClause …
                › $identificationVariableDeclarations   = [];$identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:843 {
                Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
                › {    $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:814 {
                Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
                › case TokenType::T_SELECT:    $statement = $this->SelectStatement();    break;
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:238 {
                Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
                › // Parse & build AST$AST = $this->QueryLanguage();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:330 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › {    $AST = $this->getAST();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Calendario" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1300
            #message: "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Ciudad" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:948 {
                Doctrine\ORM\Mapping\ClassMetadata->validateAssociations(): void …
                › if (    ! class_exists($mapping->targetEntity)    && ! interface_exists($mapping->targetEntity)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:271 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata(ClassMetadata $class, ?ClassMetadata $parent): void …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:255 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/html/agoncillo/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1697 {
                Doctrine\ORM\Query\Parser->RangeVariableDeclaration(): RangeVariableDeclaration …
                › $aliasIdentificationVariable = $this->AliasIdentificationVariable();$classMetadata               = $this->em->getClassMetadata($abstractSchemaName);}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1532 {
                Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
                › $joins                    = [];$rangeVariableDeclaration = $this->RangeVariableDeclaration();$indexBy                  = $this->lexer->isNextToken(TokenType::T_INDEX)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1301 {
                Doctrine\ORM\Query\Parser->FromClause(): FromClause …
                › $identificationVariableDeclarations   = [];$identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:843 {
                Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
                › {    $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:814 {
                Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
                › case TokenType::T_SELECT:    $statement = $this->SelectStatement();    break;
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:238 {
                Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
                › // Parse & build AST$AST = $this->QueryLanguage();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:330 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › {    $AST = $this->getAST();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Ciudad" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1274
            #message: "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Imagen" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:948 {
                Doctrine\ORM\Mapping\ClassMetadata->validateAssociations(): void …
                › if (    ! class_exists($mapping->targetEntity)    && ! interface_exists($mapping->targetEntity)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:271 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata(ClassMetadata $class, ?ClassMetadata $parent): void …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:255 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/html/agoncillo/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1697 {
                Doctrine\ORM\Query\Parser->RangeVariableDeclaration(): RangeVariableDeclaration …
                › $aliasIdentificationVariable = $this->AliasIdentificationVariable();$classMetadata               = $this->em->getClassMetadata($abstractSchemaName);}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1532 {
                Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
                › $joins                    = [];$rangeVariableDeclaration = $this->RangeVariableDeclaration();$indexBy                  = $this->lexer->isNextToken(TokenType::T_INDEX)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1301 {
                Doctrine\ORM\Query\Parser->FromClause(): FromClause …
                › $identificationVariableDeclarations   = [];$identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:843 {
                Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
                › {    $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:814 {
                Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
                › case TokenType::T_SELECT:    $statement = $this->SelectStatement();    break;
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:238 {
                Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
                › // Parse & build AST$AST = $this->QueryLanguage();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:330 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › {    $AST = $this->getAST();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Imagen" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1259
            #message: "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Panoramica" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:948 {
                Doctrine\ORM\Mapping\ClassMetadata->validateAssociations(): void …
                › if (    ! class_exists($mapping->targetEntity)    && ! interface_exists($mapping->targetEntity)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:271 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata(ClassMetadata $class, ?ClassMetadata $parent): void …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:255 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/html/agoncillo/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1697 {
                Doctrine\ORM\Query\Parser->RangeVariableDeclaration(): RangeVariableDeclaration …
                › $aliasIdentificationVariable = $this->AliasIdentificationVariable();$classMetadata               = $this->em->getClassMetadata($abstractSchemaName);}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1532 {
                Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
                › $joins                    = [];$rangeVariableDeclaration = $this->RangeVariableDeclaration();$indexBy                  = $this->lexer->isNextToken(TokenType::T_INDEX)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1301 {
                Doctrine\ORM\Query\Parser->FromClause(): FromClause …
                › $identificationVariableDeclarations   = [];$identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:843 {
                Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
                › {    $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:814 {
                Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
                › case TokenType::T_SELECT:    $statement = $this->SelectStatement();    break;
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:238 {
                Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
                › // Parse & build AST$AST = $this->QueryLanguage();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:330 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › {    $AST = $this->getAST();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Panoramica" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1282
            #message: "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\ArModel" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:948 {
                Doctrine\ORM\Mapping\ClassMetadata->validateAssociations(): void …
                › if (    ! class_exists($mapping->targetEntity)    && ! interface_exists($mapping->targetEntity)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:271 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata(ClassMetadata $class, ?ClassMetadata $parent): void …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:255 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/html/agoncillo/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1697 {
                Doctrine\ORM\Query\Parser->RangeVariableDeclaration(): RangeVariableDeclaration …
                › $aliasIdentificationVariable = $this->AliasIdentificationVariable();$classMetadata               = $this->em->getClassMetadata($abstractSchemaName);}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1532 {
                Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
                › $joins                    = [];$rangeVariableDeclaration = $this->RangeVariableDeclaration();$indexBy                  = $this->lexer->isNextToken(TokenType::T_INDEX)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1301 {
                Doctrine\ORM\Query\Parser->FromClause(): FromClause …
                › $identificationVariableDeclarations   = [];$identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:843 {
                Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
                › {    $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:814 {
                Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
                › case TokenType::T_SELECT:    $statement = $this->SelectStatement();    break;
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:238 {
                Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
                › // Parse & build AST$AST = $this->QueryLanguage();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:330 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › {    $AST = $this->getAST();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\ArModel" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1267
            #message: "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Qrcode" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:948 {
                Doctrine\ORM\Mapping\ClassMetadata->validateAssociations(): void …
                › if (    ! class_exists($mapping->targetEntity)    && ! interface_exists($mapping->targetEntity)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:271 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata(ClassMetadata $class, ?ClassMetadata $parent): void …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:255 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/html/agoncillo/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1697 {
                Doctrine\ORM\Query\Parser->RangeVariableDeclaration(): RangeVariableDeclaration …
                › $aliasIdentificationVariable = $this->AliasIdentificationVariable();$classMetadata               = $this->em->getClassMetadata($abstractSchemaName);}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1532 {
                Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
                › $joins                    = [];$rangeVariableDeclaration = $this->RangeVariableDeclaration();$indexBy                  = $this->lexer->isNextToken(TokenType::T_INDEX)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:1301 {
                Doctrine\ORM\Query\Parser->FromClause(): FromClause …
                › $identificationVariableDeclarations   = [];$identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:843 {
                Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
                › {    $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:814 {
                Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
                › case TokenType::T_SELECT:    $statement = $this->SelectStatement();    break;
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:238 {
                Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
                › // Parse & build AST$AST = $this->QueryLanguage();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:330 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › {    $AST = $this->getAST();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Qrcode" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1411
            #message: "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Poi" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:948 {
                Doctrine\ORM\Mapping\ClassMetadata->validateAssociations(): void …
                › if (    ! class_exists($mapping->targetEntity)    && ! interface_exists($mapping->targetEntity)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:271 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata(ClassMetadata $class, ?ClassMetadata $parent): void …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:255 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/html/agoncillo/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/SqlWalker.php:736 {
                Doctrine\ORM\Query\SqlWalker->walkSelectClause(SelectClause $selectClause): string …
                › 
                › $targetClass   = $this->em->getClassMetadata($assoc->targetEntity);$isIdentifier  = (isset($assoc->id) && $assoc->id === true);
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/SqlWalker.php:507 {
                Doctrine\ORM\Query\SqlWalker->createSqlForFinalizer(SelectStatement $selectStatement): string …
                › {    $sql = $this->walkSelectClause($selectStatement->selectClause)        . $this->walkFromClause($selectStatement->fromClause)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/SqlOutputWalker.php:18 {
                Doctrine\ORM\Query\SqlOutputWalker->getFinalizer(Doctrine\ORM\Query\AST\DeleteStatement|Doctrine\ORM\Query\AST\UpdateStatement|Doctrine\ORM\Query\AST\SelectStatement $AST): SqlFinalizer …
                › case $AST instanceof AST\SelectStatement:    return new SingleSelectSqlFinalizer($this->createSqlForFinalizer($AST));}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:363 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › if ($outputWalker instanceof OutputWalker) {    $finalizer = $outputWalker->getFinalizer($AST);    $this->parserResult->setSqlFinalizer($finalizer);
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Poi" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1240
            #message: "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Ruta" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 343
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/agoncillo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:948 {
                Doctrine\ORM\Mapping\ClassMetadata->validateAssociations(): void …
                › if (    ! class_exists($mapping->targetEntity)    && ! interface_exists($mapping->targetEntity)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:271 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata(ClassMetadata $class, ?ClassMetadata $parent): void …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:255 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/html/agoncillo/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/agoncillo/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/SqlWalker.php:736 {
                Doctrine\ORM\Query\SqlWalker->walkSelectClause(SelectClause $selectClause): string …
                › 
                › $targetClass   = $this->em->getClassMetadata($assoc->targetEntity);$isIdentifier  = (isset($assoc->id) && $assoc->id === true);
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/SqlWalker.php:507 {
                Doctrine\ORM\Query\SqlWalker->createSqlForFinalizer(SelectStatement $selectStatement): string …
                › {    $sql = $this->walkSelectClause($selectStatement->selectClause)        . $this->walkFromClause($selectStatement->fromClause)
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/SqlOutputWalker.php:18 {
                Doctrine\ORM\Query\SqlOutputWalker->getFinalizer(Doctrine\ORM\Query\AST\DeleteStatement|Doctrine\ORM\Query\AST\UpdateStatement|Doctrine\ORM\Query\AST\SelectStatement $AST): SqlFinalizer …
                › case $AST instanceof AST\SelectStatement:    return new SingleSelectSqlFinalizer($this->createSqlForFinalizer($AST));}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query/Parser.php:363 {
                Doctrine\ORM\Query\Parser->parse(): ParserResult …
                › if ($outputWalker instanceof OutputWalker) {    $finalizer = $outputWalker->getFinalizer($AST);    $this->parserResult->setSqlFinalizer($finalizer);
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:248 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $this->parserResult = $parser->parse();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:717 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/Query.php:257 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/agoncillo/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:467 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › $querycon->setParameter('code', $code);$eventos = $querycon->getResult();foreach($eventos as $evento) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Method "Sonata\AdminBundle\Object\MetadataInterface::getOption()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Entity\Ruta" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => Twig\Error\RuntimeError {#2396
            #message: "Neither the property "asunto" nor one of the methods "asunto()", "getasunto()", "isasunto()", "hasasunto()" or "__call()" exist and have public access in class "App\Entity\Imagen" in "pages/eventodetalle.html.twig" at line 100."
            #code: 0
            #file: "/var/www/html/agoncillo/templates/pages/eventodetalle.html.twig"
            #line: 100
            -lineno: 100
            -rawMessage: "Neither the property "asunto" nor one of the methods "asunto()", "getasunto()", "isasunto()", "hasasunto()" or "__call()" exist and have public access in class "App\Entity\Imagen"."
            -source: Twig\Source {#2142 …}
            -phpFile: "/var/www/html/agoncillo/vendor/twig/twig/src/Extension/CoreExtension.php"
            -phpLine: 1893
            trace: {
              /var/www/html/agoncillo/templates/pages/eventodetalle.html.twig:100 {
                Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
                › <div class="hover-content">    <h1>{{ imagen.asunto }}</h1></div>
              }
              /var/www/html/agoncillo/templates/pages/eventodetalle.html.twig:100 {
                __TwigTemplate_713513534e535967fa77e0aaa9e09163->block_services(array $context, array $blocks = []): iterable …
                › <div class="hover-content">    <h1>{{ imagen.asunto }}</h1></div>
              }
              /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:446 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/agoncillo/templates/basepages.html.twig:329 {
                __TwigTemplate_1d652ba5d0815e1d93e5ce30e6addd87->doDisplay(array $context, array $blocks = []): iterable …
                › {#</header>#}{% block services %}{% endblock %}<!-- Footer-->
              }
              /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/agoncillo/var/cache/dev/twig/0d/0d88c47fd75bdd1345d5793f19b7985a.php:59 {
                __TwigTemplate_713513534e535967fa77e0aaa9e09163->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("basepages.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/html/agoncillo/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/html/agoncillo/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/html/agoncillo/vendor/symfony/framework-bundle/Controller/AbstractController.php:431 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/agoncillo/vendor/symfony/framework-bundle/Controller/AbstractController.php:436 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/agoncillo/vendor/symfony/framework-bundle/Controller/AbstractController.php:250 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/agoncillo/src/Controller/HomePageController.php:488 {
                App\Controller\HomePageController->eventodetalle(Request $request, $code) …
                › 
                ›     return $this->render('pages/eventodetalle.html.twig',['menu'=>$menu,'evento'=>$eventos[0]]);}
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/agoncillo/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/agoncillo/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/agoncillo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "asunto" nor one of the methods "asunto()", "getasunto()", "isasunto()", "hasasunto()" or "__call()" exist and have public access in class "App\Entity\Imagen" in "pages/eventodetalle.html.twig" at line 100." at eventodetalle.html.twig line 100"
        "priority" => 500
        "priorityName" => "critical"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ConnectHolland\CookieConsentBundle\EventSubscriber\CookieConsentFormSubscriber::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
    ]
    2467 => [
      [
        "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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sonata\TranslationBundle\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container04aZ5kc\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100080
        "timestamp_rfc3339" => "2026-05-06T20:41:20.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "ConnectHolland\CookieConsentBundle\EventSubscriber\CookieConsentFormSubscriber::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.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" => 1778100081
        "timestamp_rfc3339" => "2026-05-06T20:41:21.000+00:00"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    2467 => 0
  ]
  -handle: null
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#670 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
cache-control
"max-age=259200"
connection
"keep-alive"
cookie
"MOCKSESSID=f77b712d8815fb09fcf3a28efa1e08bc"
host
"dev.tormenta.mapescador.duckdns.org"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"1.1 squid-proxy-7c6b6f947b-gnsjj (squid/6.13)"
x-forwarded-for
"10.1.9.98"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 06 May 2026 20:41:21 GMT"
vary
"Accept"
x-debug-exception
"Neither%20the%20property%20%22asunto%22%20nor%20one%20of%20the%20methods%20%22asunto%28%29%22%2C%20%22getasunto%28%29%22%2C%20%22isasunto%28%29%22%2C%20%22hasasunto%28%29%22%20or%20%22__call%28%29%22%20exist%20and%20have%20public%20access%20in%20class%20%22App%5CEntity%5CImagen%22%20in%20%22pages%2Feventodetalle.html.twig%22%20at%20line%20100."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fagoncillo%2Ftemplates%2Fpages%2Feventodetalle.html.twig:100"
x-debug-token
"08c79e"

Cookies

Request Cookies

Key Value
MOCKSESSID
"f77b712d8815fb09fcf3a28efa1e08bc"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Wed, 06 May 26 20:41:16 +0000"
Last used
"Wed, 06 May 26 20:41:20 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/cookie_consent
"AGlfkvYrksx_Cxy3mIaolHVHAWmCxhuBsaxZJrceFkU"
_locale
"es"

Session Usage

4 Usages
Stateless check enabled
Usage
App\EventSubscriber\LocaleSubscriber:35
[
  [
    "file" => "/var/www/html/agoncillo/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 35
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/agoncillo/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Sonata\TranslationBundle\EventSubscriber\LocaleSubscriber:39
[
  [
    "file" => "/var/www/html/agoncillo/modules/SonataTranslationBundle/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 39
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Sonata\TranslationBundle\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/agoncillo/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\EventSubscriber\LocaleSubscriber:41
[
  [
    "file" => "/var/www/html/agoncillo/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 41
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/agoncillo/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Sonata\TranslationBundle\EventSubscriber\LocaleSubscriber:45
[
  [
    "file" => "/var/www/html/agoncillo/modules/SonataTranslationBundle/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 45
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Sonata\TranslationBundle\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/agoncillo/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/agoncillo/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"78583d7b8bda3f2da4c78cda66b645f6"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://mapescador:Pichi23Pichi23@127.0.0.1:5432/agoncillo?serverVersion=11&charset=utf8"
DEFAULT_URI
"http://localhost"
GOOGLE_CLIENT_ID
"814292089476-sku9vheqngf70pn3fgdnhv5heoih0ktk.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"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"
JWT_PASSPHRASE
"Pichi23Pichi23"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://webmail%40terrasdomandeo.gal:%230U72Pc%2BsplG@smtp.serviciodecorreo.es:465"
WKHTMLTOIMAGE_PATH
"/usr/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/agoncillo/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/agoncillo/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_CACHE_CONTROL
"max-age=259200"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"MOCKSESSID=f77b712d8815fb09fcf3a28efa1e08bc"
HTTP_HOST
"dev.tormenta.mapescador.duckdns.org"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"1.1 squid-proxy-7c6b6f947b-gnsjj (squid/6.13)"
HTTP_X_FORWARDED_FOR
"10.1.9.98"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SCRIPT_URI
"http://dev.tormenta.mapescador.duckdns.org/es/evento/belenviviente"
REDIRECT_SCRIPT_URL
"/es/evento/belenviviente"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/es/evento/belenviviente"
REMOTE_ADDR
"216.73.216.234"
REMOTE_PORT
"32949"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1778100080
REQUEST_TIME_FLOAT
1778100080.7931
REQUEST_URI
"/es/evento/belenviviente"
SCRIPT_FILENAME
"/var/www/html/agoncillo/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"http://dev.tormenta.mapescador.duckdns.org/es/evento/belenviviente"
SCRIPT_URL
"/es/evento/belenviviente"
SERVER_ADDR
"192.168.1.12"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"dev.tormenta.mapescador.duckdns.org"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.38 (Debian) Server at dev.tormenta.mapescador.duckdns.org Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.38 (Debian)"
SYMFONY_DOTENV_PATH
"/var/www/html/agoncillo/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,DATABASE_URL,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,DEFAULT_URI"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 79ef6e)

Key Value
_controller
"App\Controller\HomePageController::eventodetalle"
_firewall_context
"security.firewall.map.context.main"
_locale
"es"
_remove_csp_headers
true
_route
"eventodetalle"
_route_params
[
  "_locale" => "es"
  "code" => "belenviviente"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"3a661a"
code
"belenviviente"