Error 500 Internal Server Error

GET https://sviluppoparcheggi.comune.levico-terme.tn.it/ticket/359/targhe

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"6d4dcc"
exception
Twig\Error\RuntimeError {#1918
  #message: "An exception has been thrown during the rendering of a template ("Symfony\Bridge\Twig\Extension\RoutingExtension::getPath(): Argument #2 ($parameters) must be of type array, string given, called in /var/www/sviluppoparcheggi/var/cache/dev/twig/52/522e016547437b31f4b78add78ae5b80.php on line 210") in "targhe/elenco.html.twig" at line 55."
  #code: 0
  #file: "/var/www/sviluppoparcheggi/templates/targhe/elenco.html.twig"
  #line: 55
  -previous: TypeError {#1550 …}
  -lineno: 55
  -rawMessage: "An exception has been thrown during the rendering of a template ("Symfony\Bridge\Twig\Extension\RoutingExtension::getPath(): Argument #2 ($parameters) must be of type array, string given, called in /var/www/sviluppoparcheggi/var/cache/dev/twig/52/522e016547437b31f4b78add78ae5b80.php on line 210")."
  -source: Twig\Source {#1648 …}
  -phpFile: "/var/www/sviluppoparcheggi/vendor/twig/twig/src/Template.php"
  -phpLine: 460
  trace: {
    /var/www/sviluppoparcheggi/templates/targhe/elenco.html.twig:55 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › 
      › <a href="{{ path('app_ticket', 'search: ticket.id') }}" class="btn btn-secondary">    Torna ai Ticket
    }
    /var/www/sviluppoparcheggi/templates/base.html.twig:98 {
      __TwigTemplate_71e879f969476de1a4fb92ec80e99225->doDisplay(array $context, array $blocks = []): iterable …
      › 
      ›     {% block body %}{% endblock %}</body>
    }
    /var/www/sviluppoparcheggi/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/sviluppoparcheggi/var/cache/dev/twig/52/522e016547437b31f4b78add78ae5b80.php:54 {
      __TwigTemplate_d57c9b514872de9532edbdce4b993f58->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/sviluppoparcheggi/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/sviluppoparcheggi/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/sviluppoparcheggi/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/sviluppoparcheggi/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/sviluppoparcheggi/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php:452 {
      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/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php:457 {
      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/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/sviluppoparcheggi/src/Controller/TargheController.php:29 {
      App\Controller\TargheController->elencoPerTicket(int $id, TicketRepository $ticketRepository, TargheRepository $targheRepository): Response …
      › 
      › return $this->render('targhe/elenco.html.twig', [    'ticket' => $ticket,
    }
    /var/www/sviluppoparcheggi/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/sviluppoparcheggi/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/sviluppoparcheggi/vendor/symfony/http-kernel/Kernel.php:208 {
      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/sviluppoparcheggi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/sviluppoparcheggi/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/sviluppoparcheggi/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/sviluppoparcheggi/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Component\HttpKernel\Log\Logger {#96
  -minLevelIndex: 0
  -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#109 …}
  -debug: true
  -logs: [
    14 => [
      [
        "channel" => null
        "context" => [
          "route" => "app_ticket_targhe"
          "route_parameters" => [
            "_route" => "app_ticket_targhe"
            "_controller" => "App\Controller\TargheController::elencoPerTicket"
            "id" => "359"
          ]
          "request_uri" => "https://sviluppoparcheggi.comune.levico-terme.tn.it/ticket/359/targhe"
          "method" => "GET"
        ]
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\AppCustomAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\AppCustomAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => []
        "message" => "Remember-me cookie detected."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "key" => "_security_main"
          "token_class" => "Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken"
        ]
        "message" => "Read existing security token from the session."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#705
            #message: "User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/sviluppoparcheggi/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/sviluppoparcheggi/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/sviluppoparcheggi/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/sviluppoparcheggi/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:75 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
                › 
                › Deprecation::trigger(    'doctrine/dbal',
              }
              /var/www/sviluppoparcheggi/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/sviluppoparcheggi/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:127 {
                Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
                › /** @phpstan-ignore arguments.count (DBAL < 4.x doesn't accept an argument) */$platform = $driver->getDatabasePlatform(    ...(class_exists(StaticServerVersionProvider::class)
              }
              /var/www/sviluppoparcheggi/var/cache/dev/ContainerDBtDHWY/App_KernelDevDebugContainer.php:720 {
                ContainerDBtDHWY\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                › 
                ›     return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $container->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true, 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, NULL, []);}
              }
              /var/www/sviluppoparcheggi/var/cache/dev/ContainerDBtDHWY/App_KernelDevDebugContainer.php:739 {
                ContainerDBtDHWY\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/sviluppoparcheggi/var/cache/dev/ContainerDBtDHWY/App_KernelDevDebugContainer.php:731 {
                ContainerDBtDHWY\App_KernelDevDebugContainer::ContainerDBtDHWY\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/sviluppoparcheggi/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/sviluppoparcheggi/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerDBtDHWY\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/sviluppoparcheggi/vendor/doctrine/orm/src/EntityManager.php:499 {
                Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
                › {    return $this->repositoryFactory->getRepository($this, $className);}
              }
              /var/www/sviluppoparcheggi/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:145 {
                Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
                › {    return $this->getObjectManager()->getRepository($this->classOrAlias);}
              }
              /var/www/sviluppoparcheggi/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:87 {
                Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
                › 
                › $repository = $this->getRepository();if ($repository instanceof UserProviderInterface) {
              }
              /var/www/sviluppoparcheggi/vendor/symfony/security-http/Firewall/ContextListener.php:214 {
                Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
                › try {    $refreshedUser = $provider->refreshUser($user);    $newToken = clone $token;
              }
              /var/www/sviluppoparcheggi/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
                Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
                › $originalToken = $token;$token = $this->refreshUser($token);}
              /var/www/sviluppoparcheggi/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
                Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
                › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
              }
              /var/www/sviluppoparcheggi/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
                Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
                › foreach ($listeners as $listener) {    $listener($event);}
              /var/www/sviluppoparcheggi/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › 
                ›     $listener($event);} else {
              }
              /var/www/sviluppoparcheggi/vendor/symfony/security-http/Firewall.php:95 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/sviluppoparcheggi/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/sviluppoparcheggi/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/sviluppoparcheggi/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/sviluppoparcheggi/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/sviluppoparcheggi/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/sviluppoparcheggi/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/sviluppoparcheggi/vendor/symfony/http-kernel/Kernel.php:208 {
                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/sviluppoparcheggi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/sviluppoparcheggi/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/sviluppoparcheggi/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/sviluppoparcheggi/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
          "username" => "utent51"
        ]
        "message" => "User was reloaded from a user provider."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "message" => "Skipping the "{authenticator}" authenticator as it did not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "debug.security.authorization.vote"
          "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerDBtDHWY\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => Twig\Error\RuntimeError {#1918
            #message: "An exception has been thrown during the rendering of a template ("Symfony\Bridge\Twig\Extension\RoutingExtension::getPath(): Argument #2 ($parameters) must be of type array, string given, called in /var/www/sviluppoparcheggi/var/cache/dev/twig/52/522e016547437b31f4b78add78ae5b80.php on line 210") in "targhe/elenco.html.twig" at line 55."
            #code: 0
            #file: "/var/www/sviluppoparcheggi/templates/targhe/elenco.html.twig"
            #line: 55
            -previous: TypeError {#1550 …}
            -lineno: 55
            -rawMessage: "An exception has been thrown during the rendering of a template ("Symfony\Bridge\Twig\Extension\RoutingExtension::getPath(): Argument #2 ($parameters) must be of type array, string given, called in /var/www/sviluppoparcheggi/var/cache/dev/twig/52/522e016547437b31f4b78add78ae5b80.php on line 210")."
            -source: Twig\Source {#1648 …}
            -phpFile: "/var/www/sviluppoparcheggi/vendor/twig/twig/src/Template.php"
            -phpLine: 460
            trace: {
              /var/www/sviluppoparcheggi/templates/targhe/elenco.html.twig:55 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › 
                › <a href="{{ path('app_ticket', 'search: ticket.id') }}" class="btn btn-secondary">    Torna ai Ticket
              }
              /var/www/sviluppoparcheggi/templates/base.html.twig:98 {
                __TwigTemplate_71e879f969476de1a4fb92ec80e99225->doDisplay(array $context, array $blocks = []): iterable …
                › 
                ›     {% block body %}{% endblock %}</body>
              }
              /var/www/sviluppoparcheggi/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/sviluppoparcheggi/var/cache/dev/twig/52/522e016547437b31f4b78add78ae5b80.php:54 {
                __TwigTemplate_d57c9b514872de9532edbdce4b993f58->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /var/www/sviluppoparcheggi/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/sviluppoparcheggi/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/sviluppoparcheggi/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/sviluppoparcheggi/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/sviluppoparcheggi/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php:452 {
                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/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php:457 {
                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/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/sviluppoparcheggi/src/Controller/TargheController.php:29 {
                App\Controller\TargheController->elencoPerTicket(int $id, TicketRepository $ticketRepository, TargheRepository $targheRepository): Response …
                › 
                › return $this->render('targhe/elenco.html.twig', [    'ticket' => $ticket,
              }
              /var/www/sviluppoparcheggi/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/sviluppoparcheggi/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/sviluppoparcheggi/vendor/symfony/http-kernel/Kernel.php:208 {
                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/sviluppoparcheggi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/sviluppoparcheggi/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/sviluppoparcheggi/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/sviluppoparcheggi/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Symfony\Bridge\Twig\Extension\RoutingExtension::getPath(): Argument #2 ($parameters) must be of type array, string given, called in /var/www/sviluppoparcheggi/var/cache/dev/twig/52/522e016547437b31f4b78add78ae5b80.php on line 210") in "targhe/elenco.html.twig" at line 55." at elenco.html.twig line 55"
        "priority" => 500
        "priorityName" => "critical"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "key" => "_security_main"
        ]
        "message" => "Stored the security token in the session."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
    ]
    1641 => [
      [
        "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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerDBtDHWY\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01: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" => 1770931243
        "timestamp_rfc3339" => "2026-02-12T22:20:43.000+01:00"
      ]
    ]
  ]
  -errorCount: [
    14 => 1
    1641 => 0
  ]
  -handle: null
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#126 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3"
connection
"close"
cookie
"PHPSESSID=6rj363bi56ui00ganq3tsgukam; REMEMBERME=App.Entity.User%3AdXRlbnQ1MQ~~%3A1771534246%3A8PW6swMKqcJAZ431tXHhSyoJPp4JNDxrOrRsGsnhtlQ~56wHhmaOD_DwK2K9BPRf9jb9gttjsRBGAcl13ABfOmc~"
host
"sviluppoparcheggi.comune.levico-terme.tn.it"
priority
"u=0, i"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
x-forwarded-for
"192.168.132.113"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"192.168.132.113"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 12 Feb 2026 21:20:43 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Symfony%5CBridge%5CTwig%5CExtension%5CRoutingExtension%3A%3AgetPath%28%29%3A%20Argument%20%232%20%28%24parameters%29%20must%20be%20of%20type%20array%2C%20string%20given%2C%20called%20in%20%2Fvar%2Fwww%2Fsviluppoparcheggi%2Fvar%2Fcache%2Fdev%2Ftwig%2F52%2F522e016547437b31f4b78add78ae5b80.php%20on%20line%20210%22%29%20in%20%22targhe%2Felenco.html.twig%22%20at%20line%2055."
x-debug-exception-file
"%2Fvar%2Fwww%2Fsviluppoparcheggi%2Ftemplates%2Ftarghe%2Felenco.html.twig:55"
x-debug-token
"75d764"

Cookies

Request Cookies

Key Value
PHPSESSID
"6rj363bi56ui00ganq3tsgukam"
REMEMBERME
"App.Entity.User:dXRlbnQ1MQ~~:1771534246:8PW6swMKqcJAZ431tXHhSyoJPp4JNDxrOrRsGsnhtlQ~56wHhmaOD_DwK2K9BPRf9jb9gttjsRBGAcl13ABfOmc~"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Thu, 12 Feb 26 21:50:46 +0100"
Last used
"Thu, 12 Feb 26 22:19:43 +0100"
Lifetime
0

Session Attributes

Attribute Value
_security.last_username
"utent51"
_security.main.target_path
"https://sviluppoparcheggi.comune.levico-terme.tn.it/"
_security_main
"O:75:"Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":6:{s:19:"\x00App\Entity\User\x00id";i:2;s:25:"\x00App\Entity\User\x00username";s:7:"utent51";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:11:"ROLE_TICKET";}s:28:"\x00App\Entity\User\x00DisplayName";s:14:"Marco Agostini";s:22:"\x00App\Entity\User\x00email";s:39:"agostinimarco@comune.levico-terme.tn.it";s:34:"\x00App\Entity\User\x00accessoeffettuato";b:1;}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:11:"ROLE_TICKET";i:1;s:9:"ROLE_USER";}}}"

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 64
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 152
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 68
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/http-kernel/Kernel.php"
    "line" => 208
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/sviluppoparcheggi/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:196
[
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 196
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1919
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/var/cache/dev/twig/f3/f3342dab36c68cfbbea2e5efbf1a3091.php"
    "line" => 160
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_71e879f969476de1a4fb92ec80e99225"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/var/cache/dev/twig/52/522e016547437b31f4b78add78ae5b80.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_d57c9b514872de9532edbdce4b993f58"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 452
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 457
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 257
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/src/Controller/TargheController.php"
    "line" => 29
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "elencoPerTicket"
    "class" => "App\Controller\TargheController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/http-kernel/Kernel.php"
    "line" => 208
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/sviluppoparcheggi/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/sviluppoparcheggi/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_BASE_URL
"https://sviluppoparcheggi.comune.levico-terme.tn.it"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"de55220d01e04da864e2f245c65f4137d5"
DATABASE_URL
"mysql://sviluppoparcheggi:7878fdkjkh23j8e889drkjkhhk29333@127.0.0.1:3306/sviluppoparcheggi"
LDAP_AUTHORIZED_GROUPS
""
LDAP_BASEDN
"DC=levico,DC=locale"
LDAP_DOMAIN
"LEVICO"
LDAP_ENCRYPT
"none"
LDAP_HOST
"adlevico.levico.locale"
LDAP_PASSWORD
"ad20ad06"
LDAP_PORT
"389"
LDAP_TREE
"DC=levico,DC=locale"
LDAP_USER
"LEVICO\ADLinux"
MAILER_DSN
"sendmail://default"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/sviluppoparcheggi/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=6rj363bi56ui00ganq3tsgukam; REMEMBERME=App.Entity.User%3AdXRlbnQ1MQ~~%3A1771534246%3A8PW6swMKqcJAZ431tXHhSyoJPp4JNDxrOrRsGsnhtlQ~56wHhmaOD_DwK2K9BPRf9jb9gttjsRBGAcl13ABfOmc~"
HTTP_HOST
"sviluppoparcheggi.comune.levico-terme.tn.it"
HTTP_PRIORITY
"u=0, i"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
HTTP_X_FORWARDED_FOR
"192.168.132.113"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"192.168.132.113"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"192.168.33.112"
REMOTE_PORT
"35960"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1770931243
REQUEST_TIME_FLOAT
1770931243.1325
REQUEST_URI
"/ticket/359/targhe"
SCRIPT_FILENAME
"/var/www/sviluppoparcheggi/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.33.121"
SERVER_NAME
"sviluppoparcheggi.comune.levico-terme.tn.it"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SOFTWARE
"nginx/1.22.1"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,APP_BASE_URL,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,LDAP_DOMAIN,LDAP_HOST,LDAP_PORT,LDAP_BASEDN,LDAP_ENCRYPT,LDAP_AUTHORIZED_GROUPS,LDAP_TREE,LDAP_USER,LDAP_PASSWORD"
USER
"www-data"

Parent Request

Return to parent request (token = aeaa50)

Key Value
_controller
"App\Controller\TargheController::elencoPerTicket"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_ticket_targhe"
_route_params
[
  "id" => "359"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"c5dbe2"
id
"359"