Error 500 Internal Server Error

GET https://testydawid.centrumnu.pl/pomoc/pytania

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"611397"
exception
Doctrine\Persistence\Mapping\MappingException {#1196
  #message: "Class 'App\Entity\Event\FaqEntity' does not exist"
  #code: 0
  #file: "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/MappingException.php"
  #line: 72
  trace: {
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/MappingException.php:72 {
      Doctrine\Persistence\Mapping\MappingException::nonExistingClass(string $className): self …
      › {    return new self(sprintf("Class '%s' does not exist", $className));}
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php:38 {
      Doctrine\Persistence\Mapping\RuntimeReflectionService->getParentClasses(string $class): array …
      › if (! class_exists($class)) {    throw MappingException::nonExistingClass($class);}
      arguments: {
        $className: "App\Entity\Event\FaqEntity"
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:258 {
      Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getParentClasses(string $name): array …
      › 
      › foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {    if ($this->getDriver()->isTransient($parentClass)) {
      arguments: {
        $class: "App\Entity\Event\FaqEntity"
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:293 {
      Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
      › 
      › $parentClasses   = $this->getParentClasses($name);$parentClasses[] = $name;
      arguments: {
        $name: "App\Entity\Event\FaqEntity"
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
      Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
      › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
      arguments: {
        $name: "App\Entity\Event\FaqEntity"
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/EntityManager.php:220 {
      Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
      › {    return $this->metadataFactory->getMetadataFor($className);}
      arguments: {
        $className: "App\Entity\Event\FaqEntity"
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
      Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
      › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
      arguments: {
        $className: "App\Entity\Event\FaqEntity"
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:27 {
      Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
      › {    return $this->doGetRepository($entityManager, $entityName, true);}
      arguments: {
        $entityManager: ContainerFbbIjzS\EntityManagerGhost614a58f {#244 …}
        $entityName: "App\Entity\Event\FaqEntity"
        $strictTypeCheck: true
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/EntityManager.php:495 {
      Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
      › {    return $this->repositoryFactory->getRepository($this, $className);}
      arguments: {
        $entityManager: ContainerFbbIjzS\EntityManagerGhost614a58f {#244 …}
        $entityName: "App\Entity\Event\FaqEntity"
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/src/Controller/client/HelpBundle/HelpPagesController.php:28 {
      App\Controller\client\HelpBundle\HelpPagesController->app_help_questions(EntityManagerInterface $em): Response …
      › public function app_help_questions(EntityManagerInterface $em) : Response {    $faq = $em->getRepository(FaqEntity::class)->findBy(['type' => 'default']);    return $this->render('client/StaticPagesBundle/faq.html.twig', [
      arguments: {
        $className: "App\Entity\Event\FaqEntity"
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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);arguments: {
        $em: ContainerFbbIjzS\EntityManagerGhost614a58f {#244 …}
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#146
  -records: [
    2 => [
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.629+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_help_questions"
          "route_parameters" => [
            "_route" => "app_help_questions"
            "_controller" => "App\Controller\client\HelpBundle\HelpPagesController::app_help_questions"
          ]
          "request_uri" => "https://testydawid.centrumnu.pl/pomoc/pytania"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.639+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.639+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.639+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.639+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.639+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\NormalizePathSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.644+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\SessionValidationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.658+02:00"
        "message" => "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:171 called by AbstractMySQLDriver.php:44, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#678
            #message: "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:171 called by AbstractMySQLDriver.php:44, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
            #code: 0
            #file: "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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);}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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);}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:171 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->getMariaDbMysqlVersionNumber(string $versionString): string …
                › if (stripos($versionString, 'MariaDB') === 0) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:44 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
                › if ($mariadb) {    $mariaDbVersion = $this->getMariaDbMysqlVersionNumber($version);    if (version_compare($mariaDbVersion, '10.10.0', '>=')) {
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/dbal/src/Connection.php:421 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › 
                ›     return $this->_driver->createDatabasePlatformForVersion($version);}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/dbal/src/Connection.php:323 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:724 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:546 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:174 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
                arguments: {
                  $name: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/EntityManager.php:220 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
                arguments: {
                  $className: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
                arguments: {
                  $className: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:27 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
                › {    return $this->doGetRepository($entityManager, $entityName, true);}
                arguments: {
                  $entityManager: ContainerFbbIjzS\EntityManagerGhost614a58f {#244 …}
                  $entityName: "App\Entity\Event\FaqEntity"
                  $strictTypeCheck: true
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/EntityManager.php:495 {
                Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
                › {    return $this->repositoryFactory->getRepository($this, $className);}
                arguments: {
                  $entityManager: ContainerFbbIjzS\EntityManagerGhost614a58f {#244 …}
                  $entityName: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/src/Service/CommonFunctions.php:28 {
                App\Service\CommonFunctions->getCommonData(): array …
                › {    $categories = $this->em->getRepository(EventCategory::class)->findBy([],['catOrder' => 'ASC']);    $events = $this->em->getRepository(Events::class)->findBy([],['eventDate' => 'DESC'],5);
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/src/Controller/client/HelpBundle/HelpPagesController.php:24 {
                App\Controller\client\HelpBundle\HelpPagesController->__construct(CommonFunctions $commonFunctions) …
                › {    $this->commonFunctions = $commonFunctions->getCommonData();}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/var/cache/dev/ContainerFbbIjzS/getHelpPagesControllerService.php:24 {
                ContainerFbbIjzS\getHelpPagesControllerService::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\client\\HelpBundle\\HelpPagesController'] = $instance = new \App\Controller\client\HelpBundle\HelpPagesController(($container->privates['App\\Service\\CommonFunctions'] ?? $container->load('getCommonFunctionsService')));}
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/var/cache/dev/ContainerFbbIjzS/App_KernelDevDebugContainer.php:560 {
                ContainerFbbIjzS\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/dependency-injection/Container.php:221 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php:166 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.669+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "fundacja5.mysql.dhosting.pl"
            "port" => 3306
            "user" => "hayi7e_centrumnu"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "eeg4ai_centrumnu"
            "serverVersion" => "mariadb-10.5.24"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.673+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.cat_order AS cat_order_4 FROM event_category t0 ORDER BY t0.cat_order ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.679+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.featured_image AS featured_image_3, t0.slug AS slug_4, t0.event_date AS event_date_5, t0.description1 AS description1_6, t0.description2 AS description2_7, t0.description3 AS description3_8, t0.youtube_id AS youtube_id_9, t0.multi_ticket AS multi_ticket_10, t0.limitations AS limitations_11, t0.ticket_limit AS ticket_limit_12, t0.ticket_count AS ticket_count_13, t0.type_id AS type_id_14, t0.location_id AS location_id_15, t0.category_id AS category_id_16 FROM events t0 ORDER BY t0.event_date DESC LIMIT 5"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.692+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.692+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.695+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.695+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.695+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.695+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerFbbIjzS\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.695+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.698+02:00"
        "message" => "Uncaught PHP Exception Doctrine\Persistence\Mapping\MappingException: "Class 'App\Entity\Event\FaqEntity' does not exist" at MappingException.php line 72"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\Persistence\Mapping\MappingException {#1196
            #message: "Class 'App\Entity\Event\FaqEntity' does not exist"
            #code: 0
            #file: "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/MappingException.php"
            #line: 72
            trace: {
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/MappingException.php:72 {
                Doctrine\Persistence\Mapping\MappingException::nonExistingClass(string $className): self …
                › {    return new self(sprintf("Class '%s' does not exist", $className));}
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php:38 {
                Doctrine\Persistence\Mapping\RuntimeReflectionService->getParentClasses(string $class): array …
                › if (! class_exists($class)) {    throw MappingException::nonExistingClass($class);}
                arguments: {
                  $className: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:258 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getParentClasses(string $name): array …
                › 
                › foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {    if ($this->getDriver()->isTransient($parentClass)) {
                arguments: {
                  $class: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:293 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
                › 
                › $parentClasses   = $this->getParentClasses($name);$parentClasses[] = $name;
                arguments: {
                  $name: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
                arguments: {
                  $name: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/EntityManager.php:220 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
                arguments: {
                  $className: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
                arguments: {
                  $className: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:27 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
                › {    return $this->doGetRepository($entityManager, $entityName, true);}
                arguments: {
                  $entityManager: ContainerFbbIjzS\EntityManagerGhost614a58f {#244 …}
                  $entityName: "App\Entity\Event\FaqEntity"
                  $strictTypeCheck: true
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/doctrine/orm/src/EntityManager.php:495 {
                Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
                › {    return $this->repositoryFactory->getRepository($this, $className);}
                arguments: {
                  $entityManager: ContainerFbbIjzS\EntityManagerGhost614a58f {#244 …}
                  $entityName: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/src/Controller/client/HelpBundle/HelpPagesController.php:28 {
                App\Controller\client\HelpBundle\HelpPagesController->app_help_questions(EntityManagerInterface $em): Response …
                › public function app_help_questions(EntityManagerInterface $em) : Response {    $faq = $em->getRepository(FaqEntity::class)->findBy(['type' => 'default']);    return $this->render('client/StaticPagesBundle/faq.html.twig', [
                arguments: {
                  $className: "App\Entity\Event\FaqEntity"
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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);arguments: {
                  $em: ContainerFbbIjzS\EntityManagerGhost614a58f {#244 …}
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.763+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.763+02:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.775+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1232 => [
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.700+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.700+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\NormalizePathSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.700+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.700+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.700+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.701+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.701+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.701+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.701+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.701+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.701+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.701+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.701+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\SessionValidationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.708+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.708+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.708+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.708+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.708+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.708+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerFbbIjzS\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.708+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775205753
        "timestamp_rfc3339" => "2026-04-03T10:42:33.762+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    1232 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#145 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"testydawid.centrumnu.pl"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"0"

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
"Fri, 03 Apr 2026 08:42:33 GMT"
vary
"Accept"
x-debug-exception
"Class%20%27App%5CEntity%5CEvent%5CFaqEntity%27%20does%20not%20exist"
x-debug-exception-file
"%2Fhome%2Fklient.dhosting.pl%2Ffundacja5%2Ftestydawid.centrumnu.pl%2Fvendor%2Fdoctrine%2Fpersistence%2Fsrc%2FPersistence%2FMapping%2FMappingException.php:72"
x-debug-token
"2e7c20"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Fri, 03 Apr 26 10:42:33 +0200"
Last used
"Fri, 03 Apr 26 10:42:33 +0200"
Lifetime
0

Session Attributes

No session attributes

Session Usage

6 Usages
Stateless check enabled
Usage
App\EventListener\SessionValidationListener:31
[
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/src/EventListener/SessionValidationListener.php"
    "line" => 31
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\SessionValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php"
    "line" => 5
    "args" => [
      "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php"
    "line" => 5
    "args" => [
      "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php"
    "line" => 5
    "args" => [
      "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php"
    "line" => 5
    "args" => [
      "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php"
    "line" => 5
    "args" => [
      "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php"
    "line" => 5
    "args" => [
      "/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/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
"a26caa1cb5faf14cb59660d98c268d4d"
DATABASE_URL
"mysql://hayi7e_centrumnu:NcL69FGG5qBcm52@fundacja5.mysql.dhosting.pl:3306/eeg4ai_centrumnu?serverVersion=mariadb-10.5.24&charset=utf8mb4"
GA4_PROPERTY_ID
"properties/498526832"
GETRESPONSE_API_BASE
"https://api.getresponse.com/v3"
GETRESPONSE_API_KEY
"udls8f9yuje511vs63lk3xxrz4xgio0f"
GETRESPONSE_DOMAIN
""
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
DOCUMENT_ROOT
"/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public"
GEOIP_ADDR
"216.73.216.172"
GEOIP_CONTINENT_CODE
"NA"
GEOIP_COUNTRY_CODE
"US"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"testydawid.centrumnu.pl"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
LANG
"pl_PL.UTF8"
MAGICK_THREAD_LIMIT
"1"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHPRC
"/home/klient.dhosting.pl/fundacja5/.settings/"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/pomoc/pytania"
REMOTE_ADDR
"216.73.216.172"
REMOTE_PORT
"32057"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1775205753
REQUEST_TIME_FLOAT
1775205753.5423
REQUEST_URI
"/pomoc/pytania"
SCRIPT_FILENAME
"/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://testydawid.centrumnu.pl/pomoc/pytania"
SCRIPT_URL
"/pomoc/pytania"
SERVER_ADDR
"109.95.159.40"
SERVER_ADMIN
"admin@demonek.com"
SERVER_NAME
"testydawid.centrumnu.pl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_PATH
"/home/klient.dhosting.pl/fundacja5/testydawid.centrumnu.pl/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,GA4_PROPERTY_ID,GETRESPONSE_API_BASE,GETRESPONSE_API_KEY,GETRESPONSE_DOMAIN"
TMPDIR
"/home/klient.dhosting.pl/fundacja5/.tmp"
X-LSCACHE
"on,esi,combine"
X_SPDY
"HTTP2"
argc
0
argv
[]

Parent Request

Return to parent request (token = 2ca5db)

Key Value
_controller
"App\Controller\client\HelpBundle\HelpPagesController::app_help_questions"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_help_questions"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#579
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\LoginFormAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\LoginFormAuthenticator {#534 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#581
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#582 …}
  }
]
_stopwatch_token
"6ec202"