Error 406 Not Acceptable

GET https://api-xtreme.bisons.dev/xfg-magazyn

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_fos_rest_zone
false
_stopwatch_token
"ee42ec"
_sulu
Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#7497
  -attributes: [
    "requestUri" => "/xfg-magazyn"
    "portalInformation" => Sulu\Component\Webspace\PortalInformation {#1740
      -type: 1
      -webspace: Sulu\Component\Webspace\Webspace {#1715
        -name: "Website"
        -key: "website"
        -localizations: [
          Sulu\Component\Localization\Localization {#1716
            -language: "en"
            -country: ""
            -shadow: ""
            -children: []
            -parent: null
            -default: true
            -xDefault: ""
          }
        ]
        -defaultLocalization: Sulu\Component\Localization\Localization {#1716}
        -xDefaultLocalization: null
        -segments: []
        -defaultSegment: null
        -theme: null
        -portals: [
          Sulu\Component\Webspace\Portal {#1724
            -name: "Website"
            -key: "website"
            -localizations: [
              Sulu\Component\Localization\Localization {#1725 …}
            ]
            -defaultLocalization: Sulu\Component\Localization\Localization {#1725 …}
            -xDefaultLocalization: Sulu\Component\Localization\Localization {#1725 …}
            -environments: [
              "prod" => Sulu\Component\Webspace\Environment {#1729
                -type: "prod"
                -urls: [
                  Sulu\Component\Webspace\Url {#1730 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#1730 …}
              }
              "stage" => Sulu\Component\Webspace\Environment {#1731
                -type: "stage"
                -urls: [
                  Sulu\Component\Webspace\Url {#1732 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#1732 …}
              }
              "test" => Sulu\Component\Webspace\Environment {#1733
                -type: "test"
                -urls: [
                  Sulu\Component\Webspace\Url {#1734 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#1734 …}
              }
              "dev" => Sulu\Component\Webspace\Environment {#1735
                -type: "dev"
                -urls: [
                  Sulu\Component\Webspace\Url {#1736 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#1736 …}
              }
            ]
            -webspace: Sulu\Component\Webspace\Webspace {#1715}
          }
        ]
        -security: null
        -navigation: Sulu\Component\Webspace\Navigation {#1719 …}
        -templates: [
          "search" => "search/search"
          "error" => "error/error"
        ]
        -defaultTemplates: [
          "page" => "default"
          "home" => "homepage"
        ]
        -excludedTemplates: []
        -resourceLocatorStrategy: "tree_leaf_edit"
      }
      -portal: Sulu\Component\Webspace\Portal {#1724}
      -localization: Sulu\Component\Localization\Localization {#1716}
      -segment: null
      -url: "api-xtreme.bisons.dev"
      -redirect: ""
      -main: true
      -urlExpression: "api-xtreme.bisons.dev"
      -priority: 5
    }
    "matchType" => 1
    "portalUrl" => "api-xtreme.bisons.dev"
    "webspace" => Sulu\Component\Webspace\Webspace {#1715}
    "portal" => Sulu\Component\Webspace\Portal {#1724}
    "localization" => Sulu\Component\Localization\Localization {#1716}
    "locale" => "en"
    "urlExpression" => "api-xtreme.bisons.dev"
    "resourceLocator" => "/xfg-magazyn"
    "dateTime" => DateTime @1775928454 {#7495
      date: 2026-04-11 19:27:34.351769 Europe/Warsaw (+02:00)
    }
    "host" => "api-xtreme.bisons.dev"
    "port" => 443
    "path" => "/xfg-magazyn"
    "scheme" => "https"
  ]
}
exception
Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException {#7289
  #message: "Page does not exist in "html" format."
  #code: 0
  #file: "/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php"
  #line: 57
  -statusCode: 406
  -headers: []
  trace: {
    /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:57 {
      Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
      › if (!$this->container->get('twig')->getLoader()->exists($viewTemplate)) {    throw new NotAcceptableHttpException(\sprintf('Page does not exist in "%s" format.', $requestFormat));}
    }
    /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:48 {
      App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
      › if ('json' !== $request->getRequestFormat()) {    return $this->renderStructure($structure, ['headless' => $headlessData], $preview, $partial);}
      arguments: {
        $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
        $attributes: [ …1]
        $preview: false
        $partial: false
      }
    }
    /srv/xtreme-fitness-cms/server/app/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: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
        $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
        $preview: false
        $partial: false
      }
    }
    /srv/xtreme-fitness-cms/server/app/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 {#13 …}
        $type: 1
      }
    }
    /srv/xtreme-fitness-cms/server/app/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 {#13 …}
        $type: 1
        $catch: true
      }
    }
    /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#597
  -records: [
    13 => [
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.794+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1486
            #message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/LazyGhostTrait.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
                trait_exists(string $trait, bool $autoload = true): bool …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyGhostTrait::class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Configuration.php:1113 {
                Doctrine\ORM\Configuration->setLazyGhostObjectEnabled(bool $flag): void …
                › // @phpstan-ignore classConstant.deprecatedTrait (Because we support Symfony < 7.3)if ($flag && ! trait_exists(LazyGhostTrait::class)) {    throw new LogicException(
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:3426 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($container));$instance->setLazyGhostObjectEnabled(true);$instance->setIdentityGenerationPreferences(['Doctrine\\DBAL\\Platforms\\PostgreSQLPlatform' => 4]);
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1521 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1512 {
                ContainerGiODIf6\App_KernelDevDebugContainer::{closure:ContainerGiODIf6\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():1512} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php:34 {
                Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository->__construct(EntityManagerInterface $entityManager, Symfony\Bundle\SecurityBundle\Security|Symfony\Component\Security\Core\Security|null $security) …
                › {    $this->entityRepository = $this->entityManager->getRepository(TrashItemInterface::class);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:5353 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTrash_TrashItemRepositoryService($container) …
                › 
                ›     return $container->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a, $b);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:5363 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTrash_TrashManagerService($container) …
                › {    $a = ($container->privates['sulu_trash.trash_item_repository'] ?? self::getSuluTrash_TrashItemRepositoryService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:2872 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTag_TagManagerService($container) …
                › }$e = ($container->privates['sulu_trash.trash_manager'] ?? self::getSuluTrash_TrashManagerService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluContact_ContactManagerService.php:32 {
                ContainerGiODIf6\getSuluContact_ContactManagerService::do($container, $lazyLoad = true) …
                › }$b = ($container->services['sulu_tag.tag_manager'] ?? self::getSuluTag_TagManagerService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluSecurity_UserManagerService.php:32 {
                ContainerGiODIf6\getSuluSecurity_UserManagerService::do($container, $lazyLoad = true) …
                › }$b = ($container->services['sulu_contact.contact_manager'] ?? $container->load('getSuluContact_ContactManagerService'));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_ManagerService.php:35 {
                ContainerGiODIf6\getSuluCustomUrls_ManagerService::do($container, $lazyLoad = true) …
                › }$c = ($container->services['sulu_security.user_manager'] ?? $container->load('getSuluSecurity_UserManagerService'));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_RequestProcessorService.php:28 {
                ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::do($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->services['sulu_custom_urls.manager'] ?? $container->load('getSuluCustomUrls_ManagerService')), ($container->privates['sulu_custom_urls.domain_generator'] ?? $container->load('getSuluCustomUrls_DomainGeneratorService')), ($container->services['sulu_core.webspace.webspace_manager'] ?? self::getSuluCore_Webspace_WebspaceManagerService($container)), 'dev') && false ?: $lazyLoad);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_RequestProcessorService.php:22 {
                ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::{closure:ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::do():22} …
                › if (true === $lazyLoad) {    return $container->privates['sulu_custom_urls.request_processor'] = new \ReflectionClass('Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor')->newLazyGhost(static function ($proxy) use ($container) { self::do($container, $proxy); });}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.796+02:00"
        "message" => "User Deprecated: Doctrine\DBAL\Platforms\PostgreSQLPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (PostgreSQLPlatform.php:217 called by ClassMetadataFactory.php:643, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1514
            #message: "User Deprecated: Doctrine\DBAL\Platforms\PostgreSQLPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (PostgreSQLPlatform.php:217 called by ClassMetadataFactory.php:643, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)"
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/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);}
              }
              /srv/xtreme-fitness-cms/server/app/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);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/dbal/src/Platforms/PostgreSQLPlatform.php:217 {
                Doctrine\DBAL\Platforms\PostgreSQLPlatform->usesSequenceEmulatedIdentityColumns() …
                › {    Deprecation::trigger(        'doctrine/dbal',
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:643 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                › // @phpstan-ignore method.deprecatedif (! $platform instanceof MySQLPlatform && ! $platform instanceof SqlitePlatform && ! $platform instanceof SQLServerPlatform && $platform->usesSequenceEmulatedIdentityColumns()) {    Deprecation::trigger(
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Tools/ResolveTargetEntityListener.php:67 {
                Doctrine\ORM\Tools\ResolveTargetEntityListener->onClassMetadataNotFound(OnClassMetadataNotFoundEventArgs $args) …
                ›         ->getObjectManager()        ->getClassMetadata($this->resolveTargetEntities[$args->getClassName()]['targetEntity']));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
                › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:111 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->onNotFoundMetadata($className) …
                › 
                › $this->evm->dispatchEvent(Events::onClassMetadataNotFound, $eventArgs);$classMetadata = $eventArgs->getFoundMetadata();
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:228 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } catch (MappingException $loadingException) {    $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:40 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
                › {    return $this->doGetRepository($entityManager, $entityName, false);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php:34 {
                Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository->__construct(EntityManagerInterface $entityManager, Symfony\Bundle\SecurityBundle\Security|Symfony\Component\Security\Core\Security|null $security) …
                › {    $this->entityRepository = $this->entityManager->getRepository(TrashItemInterface::class);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:5353 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTrash_TrashItemRepositoryService($container) …
                › 
                ›     return $container->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a, $b);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:5363 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTrash_TrashManagerService($container) …
                › {    $a = ($container->privates['sulu_trash.trash_item_repository'] ?? self::getSuluTrash_TrashItemRepositoryService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:2872 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTag_TagManagerService($container) …
                › }$e = ($container->privates['sulu_trash.trash_manager'] ?? self::getSuluTrash_TrashManagerService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluContact_ContactManagerService.php:32 {
                ContainerGiODIf6\getSuluContact_ContactManagerService::do($container, $lazyLoad = true) …
                › }$b = ($container->services['sulu_tag.tag_manager'] ?? self::getSuluTag_TagManagerService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluSecurity_UserManagerService.php:32 {
                ContainerGiODIf6\getSuluSecurity_UserManagerService::do($container, $lazyLoad = true) …
                › }$b = ($container->services['sulu_contact.contact_manager'] ?? $container->load('getSuluContact_ContactManagerService'));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_ManagerService.php:35 {
                ContainerGiODIf6\getSuluCustomUrls_ManagerService::do($container, $lazyLoad = true) …
                › }$c = ($container->services['sulu_security.user_manager'] ?? $container->load('getSuluSecurity_UserManagerService'));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_RequestProcessorService.php:28 {
                ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::do($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->services['sulu_custom_urls.manager'] ?? $container->load('getSuluCustomUrls_ManagerService')), ($container->privates['sulu_custom_urls.domain_generator'] ?? $container->load('getSuluCustomUrls_DomainGeneratorService')), ($container->services['sulu_core.webspace.webspace_manager'] ?? self::getSuluCore_Webspace_WebspaceManagerService($container)), 'dev') && false ?: $lazyLoad);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_RequestProcessorService.php:22 {
                ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::{closure:ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::do():22} …
                › if (true === $lazyLoad) {    return $container->privates['sulu_custom_urls.request_processor'] = new \ReflectionClass('Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor')->newLazyGhost(static function ($proxy) use ($container) { self::do($container, $proxy); });}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.796+02:00"
        "message" => """
          User Deprecated: Context: Loading metadata for class Sulu\Bundle\TrashBundle\Domain\Model\TrashItem\n
          Problem: Using identity columns emulated with a sequence is deprecated and will not be possible in Doctrine ORM 3.0.\n
          Solution: Use the SEQUENCE generator strategy instead. (ClassMetadataFactory.php:644 called by ClassMetadataFactory.php:160, https://github.com/doctrine/orm/issues/8850, package doctrine/orm)
          """
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1511
            #message: """
              User Deprecated: Context: Loading metadata for class Sulu\Bundle\TrashBundle\Domain\Model\TrashItem\n
              Problem: Using identity columns emulated with a sequence is deprecated and will not be possible in Doctrine ORM 3.0.\n
              Solution: Use the SEQUENCE generator strategy instead. (ClassMetadataFactory.php:644 called by ClassMetadataFactory.php:160, https://github.com/doctrine/orm/issues/8850, package doctrine/orm)
              """
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/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);}
              }
              /srv/xtreme-fitness-cms/server/app/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);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:644 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                › if (! $platform instanceof MySQLPlatform && ! $platform instanceof SqlitePlatform && ! $platform instanceof SQLServerPlatform && $platform->usesSequenceEmulatedIdentityColumns()) {    Deprecation::trigger(        'doctrine/orm',
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Tools/ResolveTargetEntityListener.php:67 {
                Doctrine\ORM\Tools\ResolveTargetEntityListener->onClassMetadataNotFound(OnClassMetadataNotFoundEventArgs $args) …
                ›         ->getObjectManager()        ->getClassMetadata($this->resolveTargetEntities[$args->getClassName()]['targetEntity']));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
                › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:111 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->onNotFoundMetadata($className) …
                › 
                › $this->evm->dispatchEvent(Events::onClassMetadataNotFound, $eventArgs);$classMetadata = $eventArgs->getFoundMetadata();
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:228 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } catch (MappingException $loadingException) {    $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:40 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
                › {    return $this->doGetRepository($entityManager, $entityName, false);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:839 {
                Doctrine\ORM\EntityManager->getRepository($entityName) …
                › 
                › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/TrashBundle/Infrastructure/Doctrine/Repository/TrashItemRepository.php:34 {
                Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository->__construct(EntityManagerInterface $entityManager, Symfony\Bundle\SecurityBundle\Security|Symfony\Component\Security\Core\Security|null $security) …
                › {    $this->entityRepository = $this->entityManager->getRepository(TrashItemInterface::class);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:5353 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTrash_TrashItemRepositoryService($container) …
                › 
                ›     return $container->privates['sulu_trash.trash_item_repository'] = new \Sulu\Bundle\TrashBundle\Infrastructure\Doctrine\Repository\TrashItemRepository($a, $b);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:5363 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTrash_TrashManagerService($container) …
                › {    $a = ($container->privates['sulu_trash.trash_item_repository'] ?? self::getSuluTrash_TrashItemRepositoryService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:2872 {
                ContainerGiODIf6\App_KernelDevDebugContainer::getSuluTag_TagManagerService($container) …
                › }$e = ($container->privates['sulu_trash.trash_manager'] ?? self::getSuluTrash_TrashManagerService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluContact_ContactManagerService.php:32 {
                ContainerGiODIf6\getSuluContact_ContactManagerService::do($container, $lazyLoad = true) …
                › }$b = ($container->services['sulu_tag.tag_manager'] ?? self::getSuluTag_TagManagerService($container));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluSecurity_UserManagerService.php:32 {
                ContainerGiODIf6\getSuluSecurity_UserManagerService::do($container, $lazyLoad = true) …
                › }$b = ($container->services['sulu_contact.contact_manager'] ?? $container->load('getSuluContact_ContactManagerService'));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_ManagerService.php:35 {
                ContainerGiODIf6\getSuluCustomUrls_ManagerService::do($container, $lazyLoad = true) …
                › }$c = ($container->services['sulu_security.user_manager'] ?? $container->load('getSuluSecurity_UserManagerService'));}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/App_KernelDevDebugContainer.php:1253 {
                ContainerGiODIf6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_RequestProcessorService.php:28 {
                ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::do($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->services['sulu_custom_urls.manager'] ?? $container->load('getSuluCustomUrls_ManagerService')), ($container->privates['sulu_custom_urls.domain_generator'] ?? $container->load('getSuluCustomUrls_DomainGeneratorService')), ($container->services['sulu_core.webspace.webspace_manager'] ?? self::getSuluCore_Webspace_WebspaceManagerService($container)), 'dev') && false ?: $lazyLoad);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/ContainerGiODIf6/getSuluCustomUrls_RequestProcessorService.php:22 {
                ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::{closure:ContainerGiODIf6\getSuluCustomUrls_RequestProcessorService::do():22} …
                › if (true === $lazyLoad) {    return $container->privates['sulu_custom_urls.request_processor'] = new \ReflectionClass('Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor')->newLazyGhost(static function ($proxy) use ($container) { self::do($container, $proxy); });}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.809+02:00"
        "message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1718
            #message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
            #line: 305
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
                Sulu\Component\Localization\Localization->setXDefault($xDefault) …
                › {    @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:39 {
                websiteWebspaceCollectionCache->__construct() …
                › $localization0->setDefault(true);$localization0->setXDefault('');$localizationRefs['website_en'] = $localization0;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
                Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
                › 
                › $this->webspaceCollection = new $class();}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
                Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
                › return \array_filter(    $this->getWebspaceCollection()->getPortalInformations($environment),    function(PortalInformation $portalInformation) use ($url) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.809+02:00"
        "message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1726
            #message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
            #line: 305
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php:305 {
                Sulu\Component\Localization\Localization->setXDefault($xDefault) …
                › {    @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefault" instead.', __METHOD__, __CLASS__);}
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:79 {
                websiteWebspaceCollectionCache->__construct() …
                › $localization->setDefault('1');$localization->setXDefault('');$portal->addLocalization($localization);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
                Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
                › 
                › $this->webspaceCollection = new $class();}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
                Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
                › return \array_filter(    $this->getWebspaceCollection()->getPortalInformations($environment),    function(PortalInformation $portalInformation) use ($url) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.809+02:00"
        "message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1727
            #message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
            #line: 194
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:194 {
                Sulu\Component\Webspace\Portal->getXDefaultLocalization() …
                › {    @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "getDefaultLocalization" instead.', __METHOD__, __CLASS__);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:160 {
                Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
                › 
                › if (!$this->getXDefaultLocalization()) {    $this->setXDefaultLocalization($defaultLocalization);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
                Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
                › if ($localization->isDefault()) {    $this->setDefaultLocalization($localization);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:80 {
                websiteWebspaceCollectionCache->__construct() …
                › $localization->setXDefault('');$portal->addLocalization($localization);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
                Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
                › 
                › $this->webspaceCollection = new $class();}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
                Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
                › return \array_filter(    $this->getWebspaceCollection()->getPortalInformations($environment),    function(PortalInformation $portalInformation) use ($url) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.809+02:00"
        "message" => "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1728
            #message: "User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
            #line: 181
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:181 {
                Sulu\Component\Webspace\Portal->setXDefaultLocalization($xDefaultLocalization) …
                › if (\func_num_args() < 2 || \func_get_arg(1)) {    @trigger_deprecation('sulu/sulu', '2.3', 'The "%s" method is deprecated on "%s" use "setDefaultLocalization" instead.', __METHOD__, __CLASS__);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:161 {
                Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
                › if (!$this->getXDefaultLocalization()) {    $this->setXDefaultLocalization($defaultLocalization);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
                Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
                › if ($localization->isDefault()) {    $this->setDefaultLocalization($localization);}
              }
              /srv/xtreme-fitness-cms/server/app/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:80 {
                websiteWebspaceCollectionCache->__construct() …
                › $localization->setXDefault('');$portal->addLocalization($localization);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
                Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
                › 
                › $this->webspaceCollection = new $class();}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:120 {
                Sulu\Component\Webspace\Manager\WebspaceManager->findPortalInformationsByUrl(string $url, ?string $environment = null): array …
                › return \array_filter(    $this->getWebspaceCollection()->getPortalInformations($environment),    function(PortalInformation $portalInformation) use ($url) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/CustomUrlBundle/Request/CustomUrlRequestProcessor.php:52 {
                Sulu\Bundle\CustomUrlBundle\Request\CustomUrlRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
                › $url = $this->decodeUrl(\rtrim(\sprintf('%s%s%s', $request->getHost(), $pathInfo, $queryString), '/'));$portalInformations = $this->webspaceManager->findPortalInformationsByUrl($url, $this->environment);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
                Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
                › foreach ($this->requestProcessors as $requestProcessor) {    $attributes = $attributes->merge($requestProcessor->process($request, $attributes));}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
                Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
                › // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line$this->requestAnalyzer->analyze($request);}
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.816+02:00"
        "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/xfg-magazyn/".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.817+02:00"
        "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.817+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_pgsql"
            "idle_connection_ttl" => 600
            "host" => "db-postgresql"
            "port" => 5432
            "user" => "dbu_xtreme_fitness_cms"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "db_xtreme_fitness_cms"
            "serverVersion" => "17__DATABASE_URL__charset=utf8"
            "charset" => "utf8"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.839+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT 1 FROM phpcr_workspaces WHERE name = ?"
          "params" => [
            1 => "default_live"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.847+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT prefix, uri FROM phpcr_namespaces"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.849+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            \n
                          SELECT * FROM phpcr_nodes\n
                          WHERE path = ?\n
                            AND workspace_name = ?\n
                          ORDER BY depth, sort_order ASC
            """
          "params" => [
            1 => "/cmf/website/routes/en/xfg-magazyn"
            2 => "default_live"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.855+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
          "params" => [
            1 => "/cmf/website/routes/en/xfg-magazyn"
            2 => "default_live"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.856+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            \n
            SELECT\n
            phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\n
            phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\n
            phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\n
            phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\n
            phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\n
            phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\n
            phpcr_type_props.on_parent_version AS property_on_parent_version,\n
            phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\n
            phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\n
            phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\n
            phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\n
            phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\n
            phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\n
            phpcr_type_childs.primary_types AS child_primary_types\n
            FROM\n
            phpcr_type_nodes\n
            LEFT JOIN\n
            phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\n
            LEFT JOIN\n
            phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n
            """
          "params" => []
          "types" => []
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.861+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order\n
                        FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (?)
            """
          "params" => [
            1 => "default_live"
            2 => "f0d2f86b-4a5e-47ad-bb40-7f60e7d3ebe5"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.864+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
          "params" => [
            1 => "/cmf/website/contents/blog-xfg-magazyn-1"
            2 => "default_live"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.870+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            \n
                          SELECT * FROM phpcr_nodes\n
                          WHERE path = ?\n
                            AND workspace_name = ?\n
                          ORDER BY depth, sort_order ASC
            """
          "params" => [
            1 => "/cmf/website/contents"
            2 => "default_live"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.877+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC"
          "params" => [
            1 => "/cmf/website/contents"
            2 => "default_live"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.920+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "blog_f0d2f86b-4a5e-47ad-bb40-7f60e7d3ebe5"
          "route_parameters" => [
            "_controller" => "App\Controller\Website\BlogController::indexAction"
            "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
            "partial" => false
            "_route" => "blog_f0d2f86b-4a5e-47ad-bb40-7f60e7d3ebe5"
          ]
          "request_uri" => "https://api-xtreme.bisons.dev/xfg-magazyn"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\AuditLogSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\NextJsPreviewSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\HttpCacheBundle\EventListener\AttributesListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.923+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.924+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.924+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.924+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.926+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.926+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.926+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.926+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.926+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" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.938+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._title AS _title_1, t0._slug AS _slug_2, t0._description AS _description_3, t0._date AS _date_4, t0._reading_time AS _reading_time_5, t0._content AS _content_6, t0._meta_title AS _meta_title_7, t0._meta_description AS _meta_description_8, t0._is_published AS _is_published_9, t0.id AS id_10, t0.app_created_at AS app_created_at_11, t0.app_updated_at AS app_updated_at_12, t0._author_id AS _author_id_13, t0._category_id AS _category_id_14, t0._image_id AS _image_id_15, t0._og_image_id AS _og_image_id_16 FROM app.blog_post t0 WHERE t0.id = ?"
          "params" => [
            1 => "019bc18b-87f9-7fbf-a904-24d146935c54"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.942+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4054
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:530 {
                Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
                ›     default:        return $persister->loadById($sortedId);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityRepository.php:196 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /srv/xtreme-fitness-cms/server/app/src/Repository/BlogPost/BlogPostRepository.php:39 {
                App\Repository\BlogPost\BlogPostRepository->findOneById(Uuid $id): BlogPost …
                › {    $result = $this->find($id);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:47 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                ›     // @phpstan-ignore-next-line    $blogPost = $this->blogPostRepository->findOneById(Uuid::fromString((string) $data));} catch (ModelNotFoundException) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.944+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4107
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:530 {
                Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
                ›     default:        return $persister->loadById($sortedId);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityRepository.php:196 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /srv/xtreme-fitness-cms/server/app/src/Repository/BlogPost/BlogPostRepository.php:39 {
                App\Repository\BlogPost\BlogPostRepository->findOneById(Uuid $id): BlogPost …
                › {    $result = $this->find($id);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:47 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                ›     // @phpstan-ignore-next-line    $blogPost = $this->blogPostRepository->findOneById(Uuid::fromString((string) $data));} catch (ModelNotFoundException) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.946+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4128
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityManager.php:530 {
                Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
                ›     default:        return $persister->loadById($sortedId);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/EntityRepository.php:196 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /srv/xtreme-fitness-cms/server/app/src/Repository/BlogPost/BlogPostRepository.php:39 {
                App\Repository\BlogPost\BlogPostRepository->findOneById(Uuid $id): BlogPost …
                › {    $result = $this->find($id);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:47 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                ›     // @phpstan-ignore-next-line    $blogPost = $this->blogPostRepository->findOneById(Uuid::fromString((string) $data));} catch (ModelNotFoundException) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.950+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 36
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.955+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4231
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\Sulu\Bundle\MediaBundle\Entity\Media::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\Sulu\Bundle\MediaBundle\Entity\Media->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/Media.php:115 {
                Sulu\Bundle\MediaBundle\Entity\Media->getPreviewImage() …
                › {    return $this->previewImage;}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php:770 {
                Sulu\Bundle\MediaBundle\Media\Manager\MediaManager->addFormatsAndUrl(Media $media) …
                › /** @var MediaInterface $previewImage */$previewImage = $media->getEntity()->getPreviewImage();}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/Serializer/MediaSerializer.php:72 {
                Sulu\Bundle\HeadlessBundle\Content\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › $apiMedia = new Media($media, $locale);$apiMedia = $this->mediaManager->addFormatsAndUrl($apiMedia);$mediaData = $this->arraySerializer->serialize($apiMedia, $context);
              }
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/Serializer/MediaSerializer.php:35 {
                App\Sulu\Headless\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › /** @var array<string, mixed> $mediaData */$mediaData = $this->decorated->serialize($media, $locale, $context);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:54 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › if ($blogPost->image instanceof MediaInterface) {    $imageData = $this->mediaSerializer->serialize($blogPost->image, $locale);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.956+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4253
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\Sulu\Bundle\MediaBundle\Entity\Media::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\Sulu\Bundle\MediaBundle\Entity\Media->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/Media.php:115 {
                Sulu\Bundle\MediaBundle\Entity\Media->getPreviewImage() …
                › {    return $this->previewImage;}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php:770 {
                Sulu\Bundle\MediaBundle\Media\Manager\MediaManager->addFormatsAndUrl(Media $media) …
                › /** @var MediaInterface $previewImage */$previewImage = $media->getEntity()->getPreviewImage();}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/Serializer/MediaSerializer.php:72 {
                Sulu\Bundle\HeadlessBundle\Content\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › $apiMedia = new Media($media, $locale);$apiMedia = $this->mediaManager->addFormatsAndUrl($apiMedia);$mediaData = $this->arraySerializer->serialize($apiMedia, $context);
              }
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/Serializer/MediaSerializer.php:35 {
                App\Sulu\Headless\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › /** @var array<string, mixed> $mediaData */$mediaData = $this->decorated->serialize($media, $locale, $context);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:54 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › if ($blogPost->image instanceof MediaInterface) {    $imageData = $this->mediaSerializer->serialize($blogPost->image, $locale);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.957+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4311
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\Sulu\Bundle\MediaBundle\Entity\Media::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\Sulu\Bundle\MediaBundle\Entity\Media->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/Media.php:115 {
                Sulu\Bundle\MediaBundle\Entity\Media->getPreviewImage() …
                › {    return $this->previewImage;}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php:770 {
                Sulu\Bundle\MediaBundle\Media\Manager\MediaManager->addFormatsAndUrl(Media $media) …
                › /** @var MediaInterface $previewImage */$previewImage = $media->getEntity()->getPreviewImage();}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/Serializer/MediaSerializer.php:72 {
                Sulu\Bundle\HeadlessBundle\Content\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › $apiMedia = new Media($media, $locale);$apiMedia = $this->mediaManager->addFormatsAndUrl($apiMedia);$mediaData = $this->arraySerializer->serialize($apiMedia, $context);
              }
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/Serializer/MediaSerializer.php:35 {
                App\Sulu\Headless\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › /** @var array<string, mixed> $mediaData */$mediaData = $this->decorated->serialize($media, $locale, $context);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:54 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › if ($blogPost->image instanceof MediaInterface) {    $imageData = $this->mediaSerializer->serialize($blogPost->image, $locale);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.960+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 36
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.966+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 36
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.970+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4446
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
                › 
                ›     return $this->_uow->createEntity($className, $data, $this->_hints);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:502 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
                › if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {    $element = $this->getEntity($data, $dqlAlias);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1057 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadCollectionFromStatement(array $assoc, Result $stmt, PersistentCollection $coll): array …
                › 
                ›     return $this->em->newHydrator(Query::HYDRATE_OBJECT)->hydrateAll($stmt, $rsm, $hints);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1899 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadOneToManyCollection(array $assoc, $sourceEntity, PersistentCollection $collection) …
                › 
                ›     return $this->loadCollectionFromStatement($assoc, $stmt, $collection);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3318 {
                Doctrine\ORM\UnitOfWork->loadCollection(PersistentCollection $collection) …
                › case ClassMetadata::ONE_TO_MANY:    $persister->loadOneToManyCollection($assoc, $collection->getOwner(), $collection);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/PersistentCollection.php:706 {
                Doctrine\ORM\PersistentCollection->doInitialize(): void …
                › $this->unwrap()->clear();$this->getUnitOfWork()->loadCollection($this);$this->takeSnapshot();
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/PersistentCollection.php:218 {
                Doctrine\ORM\PersistentCollection->initialize(): void …
                › 
                › $this->doInitialize();}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/collections/src/AbstractLazyCollection.php:313 {
                Doctrine\Common\Collections\AbstractLazyCollection->getIterator() …
                › {    $this->initialize();}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/File.php:128 {
                Sulu\Bundle\MediaBundle\Entity\File->getFileVersion($version) …
                › /** @var FileVersion $fileVersion */foreach ($this->fileVersions as $fileVersion) {    if ($fileVersion->getVersion() === $version) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Api/Media.php:873 {
                Sulu\Bundle\MediaBundle\Api\Media->getFileVersion() …
                › 
                › if ($fileVersion = $file->getFileVersion($version)) {    $this->fileVersion = $fileVersion;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Api/Media.php:440 {
                Sulu\Bundle\MediaBundle\Api\Media->getName() …
                › {    return $this->getFileVersion()->getName();}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php:799 {
                Sulu\Bundle\MediaBundle\Media\Manager\MediaManager->addFormatsAndUrl(Media $media) …
                › $media->getId(),$media->getName(),$media->getVersion(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/Serializer/MediaSerializer.php:72 {
                Sulu\Bundle\HeadlessBundle\Content\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › $apiMedia = new Media($media, $locale);$apiMedia = $this->mediaManager->addFormatsAndUrl($apiMedia);$mediaData = $this->arraySerializer->serialize($apiMedia, $context);
              }
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/Serializer/MediaSerializer.php:35 {
                App\Sulu\Headless\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › /** @var array<string, mixed> $mediaData */$mediaData = $this->decorated->serialize($media, $locale, $context);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:54 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › if ($blogPost->image instanceof MediaInterface) {    $imageData = $this->mediaSerializer->serialize($blogPost->image, $locale);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.978+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 36
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.982+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.description AS description_2, t0.id AS id_3 FROM me_media_types t0 WHERE t0.id = ?"
          "params" => [
            1 => 2
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.986+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 36
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.988+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 36
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.990+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 36
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928453
        "timestamp_rfc3339" => "2026-04-11T19:27:33.996+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.username AS username_1, t0.password AS password_2, t0.locale AS locale_3, t0.salt AS salt_4, t0.locked AS locked_5, t0.enabled AS enabled_6, t0.lastLogin AS lastlogin_7, t0.confirmationKey AS confirmationkey_8, t0.passwordResetToken AS passwordresettoken_9, t0.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_10, t0.passwordResetTokenEmailsSent AS passwordresettokenemailssent_11, t0.privateKey AS privatekey_12, t0.apiKey AS apikey_13, t0.email AS email_14, t0.id AS id_15, t0.created AS created_16, t0.changed AS changed_17, t18.method AS method_19, t18.options AS options_20, t18.id AS id_21, t18.idUsers AS idusers_22, t0.idContacts AS idcontacts_23, t0.idUsersCreator AS iduserscreator_24, t0.idUsersChanger AS iduserschanger_25 FROM se_users t0 LEFT JOIN se_user_two_factors t18 ON t18.idUsers = t0.id WHERE t0.id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.005+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4862
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
                › 
                ›     return $this->_uow->createEntity($className, $data, $this->_hints);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:502 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
                › if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {    $element = $this->getEntity($data, $dqlAlias);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:369 {
                Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():368} …
                › return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {    $original = $entityPersister->loadById($identifier);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:479 {
                Proxies\__CG__\Sulu\Bundle\SecurityBundle\Entity\User::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():477}:478} …
                › $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {    $initializer($object, $identifier);}, $skippedProperties);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                Proxies\__CG__\Sulu\Bundle\SecurityBundle\Entity\User->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/User.php:675 {
                Sulu\Bundle\SecurityBundle\Entity\User->getContact() …
                › {    return $this->contact;}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/SecurityBundle/Entity/User.php:686 {
                Sulu\Bundle\SecurityBundle\Entity\User->getFullName() …
                › {    return null !== $this->getContact() ?        $this->getContact()->getFullName() : $this->getUsername();
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Api/Media.php:765 {
                Sulu\Bundle\MediaBundle\Api\Media->getChanger() …
                › if ($user) {    return $user->getFullName();}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php:73 {
                JMS\Serializer\Accessor\DefaultAccessorStrategy->getValue(object $object, PropertyMetadata $metadata, SerializationContext $context) …
                › if (null !== $metadata->getter) {    return $object->{$metadata->getter}();}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/jms/serializer/src/GraphNavigator/SerializationGraphNavigator.php:277 {
                JMS\Serializer\GraphNavigator\SerializationGraphNavigator->accept($data, ?array $type = null) …
                › try {    $v = $this->accessor->getValue($data, $propertyMetadata, $this->context);} catch (UninitializedPropertyException $e) {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/jms/serializer/src/Serializer.php:256 {
                JMS\Serializer\Serializer->visit(GraphNavigatorInterface $navigator, VisitorInterface $visitor, Context $context, $data, string $format, ?string $type = null, bool $prepare = true) …
                › 
                ›     return $navigator->accept($data, $type);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/jms/serializer/src/Serializer.php:202 {
                JMS\Serializer\Serializer->toArray($data, ?SerializationContext $context = null, ?string $type = null): array …
                › $type = $this->findInitialType($type, $context);$result = $this->visit($navigator, $visitor, $context, $data, 'json', $type);$result = $this->convertArrayObjects($result);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Component/Serializer/ArraySerializer.php:31 {
                Sulu\Component\Serializer\ArraySerializer->serialize($data, ?SerializationContext $context = null): array …
                › 
                ›     return $this->serializer->toArray($data, $context);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/Serializer/MediaSerializer.php:73 {
                Sulu\Bundle\HeadlessBundle\Content\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › $apiMedia = $this->mediaManager->addFormatsAndUrl($apiMedia);$mediaData = $this->arraySerializer->serialize($apiMedia, $context);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/Serializer/MediaSerializer.php:35 {
                App\Sulu\Headless\Serializer\MediaSerializer->serialize(MediaInterface $media, string $locale, ?SerializationContext $context = null): array …
                › /** @var array<string, mixed> $mediaData */$mediaData = $this->decorated->serialize($media, $locale, $context);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:54 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › if ($blogPost->image instanceof MediaInterface) {    $imageData = $this->mediaSerializer->serialize($blogPost->image, $locale);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.007+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.firstName AS firstname_1, t0.middleName AS middlename_2, t0.lastName AS lastname_3, t0.birthday AS birthday_4, t0.salutation AS salutation_5, t0.formOfAddress AS formofaddress_6, t0.newsletter AS newsletter_7, t0.gender AS gender_8, t0.note AS note_9, t0.mainEmail AS mainemail_10, t0.mainPhone AS mainphone_11, t0.mainFax AS mainfax_12, t0.mainUrl AS mainurl_13, t0.id AS id_14, t0.created AS created_15, t0.changed AS changed_16, t0.idTitles AS idtitles_17, t0.avatar AS avatar_18, t0.idUsersCreator AS iduserscreator_19, t0.idUsersChanger AS iduserschanger_20 FROM co_contacts t0 WHERE t0.id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.016+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 36
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.022+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._name AS _name_1, t0.id AS id_2, t0.app_created_at AS app_created_at_3, t0.app_updated_at AS app_updated_at_4, t0._image_id AS _image_id_5 FROM app.blog_author t0 WHERE t0.id = ?"
          "params" => [
            1 => "019c3206-a2dd-75b1-9525-c2bba5b518d3"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.024+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.025+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.026+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.027+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.028+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.029+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.029+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.031+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.032+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._name AS _name_1, t0.id AS id_2, t0.app_created_at AS app_created_at_3, t0.app_updated_at AS app_updated_at_4 FROM app.blog_category t0 WHERE t0.id = ?"
          "params" => [
            1 => "019c3207-6bd9-7c3c-823d-8e55105b7453"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.034+02:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "blog_page_data"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.036+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            \n
            SELECT\n
            phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\n
            phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\n
            phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\n
            phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\n
            phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\n
            phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\n
            phpcr_type_props.on_parent_version AS property_on_parent_version,\n
            phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\n
            phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\n
            phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\n
            phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\n
            phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\n
            phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\n
            phpcr_type_childs.primary_types AS child_primary_types\n
            FROM\n
            phpcr_type_nodes\n
            LEFT JOIN\n
            phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\n
            LEFT JOIN\n
            phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n
            """
          "params" => []
          "types" => []
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.038+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            \n
            SELECT\n
            phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\n
            phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\n
            phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\n
            phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\n
            phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\n
            phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\n
            phpcr_type_props.on_parent_version AS property_on_parent_version,\n
            phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\n
            phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\n
            phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\n
            phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\n
            phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\n
            phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\n
            phpcr_type_childs.primary_types AS child_primary_types\n
            FROM\n
            phpcr_type_nodes\n
            LEFT JOIN\n
            phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\n
            LEFT JOIN\n
            phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n
            """
          "params" => []
          "types" => []
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.040+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (n0.path LIKE '/cmf/website/contents/%' AND xpath_exists('//sv:property[@sv:name="i18n:en-template"]/sv:value[text()="blog"]', CAST(n0.props AS xml), ARRAY[ARRAY['sv', 'http://www.jcp.org/jcr/sv/1.0']]) = 't') LIMIT 1"
          "params" => [
            1 => "default_live"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.057+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._title AS _title_1, t0._slug AS _slug_2, t0._description AS _description_3, t0._date AS _date_4, t0._reading_time AS _reading_time_5, t0._content AS _content_6, t0._meta_title AS _meta_title_7, t0._meta_description AS _meta_description_8, t0._is_published AS _is_published_9, t0.id AS id_10, t0.app_created_at AS app_created_at_11, t0.app_updated_at AS app_updated_at_12, t0._author_id AS _author_id_13, t0._category_id AS _category_id_14, t0._image_id AS _image_id_15, t0._og_image_id AS _og_image_id_16 FROM app.blog_post t0 WHERE t0.id = ?"
          "params" => [
            1 => "019c3335-6b36-7d10-abaf-00152228cd62"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.059+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 90
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.060+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 90
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.061+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 90
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.062+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 90
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.064+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 90
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.064+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 90
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.065+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 90
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.066+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 90
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.068+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 92
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.069+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 92
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.069+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 92
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.070+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 92
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.071+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 92
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.072+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 92
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.072+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 92
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.073+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 92
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.075+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._title AS _title_1, t0._slug AS _slug_2, t0._description AS _description_3, t0._date AS _date_4, t0._reading_time AS _reading_time_5, t0._content AS _content_6, t0._meta_title AS _meta_title_7, t0._meta_description AS _meta_description_8, t0._is_published AS _is_published_9, t0.id AS id_10, t0.app_created_at AS app_created_at_11, t0.app_updated_at AS app_updated_at_12, t0._author_id AS _author_id_13, t0._category_id AS _category_id_14, t0._image_id AS _image_id_15, t0._og_image_id AS _og_image_id_16 FROM app.blog_post t0 WHERE t0.id = ?"
          "params" => [
            1 => "019c3335-a44d-71a9-8e7b-4e9852d3215e"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.076+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 69
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.077+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 69
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.077+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 69
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.079+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 69
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.080+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 69
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.081+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 69
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.081+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 69
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.083+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 69
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.085+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._title AS _title_1, t0._slug AS _slug_2, t0._description AS _description_3, t0._date AS _date_4, t0._reading_time AS _reading_time_5, t0._content AS _content_6, t0._meta_title AS _meta_title_7, t0._meta_description AS _meta_description_8, t0._is_published AS _is_published_9, t0.id AS id_10, t0.app_created_at AS app_created_at_11, t0.app_updated_at AS app_updated_at_12, t0._author_id AS _author_id_13, t0._category_id AS _category_id_14, t0._image_id AS _image_id_15, t0._og_image_id AS _og_image_id_16 FROM app.blog_post t0 WHERE t0.id = ?"
          "params" => [
            1 => "019bc188-0b4b-7191-ba8c-b822c13359a2"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.086+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 35
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.087+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 35
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.088+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 35
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.089+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 35
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.090+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 35
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.091+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 35
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.092+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 35
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.094+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 35
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.101+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.created AS created_1, m0_.changed AS changed_2, m1_.name AS name_3, m1_.description AS description_4, m1_.id AS id_5, m2_.style AS style_6, m2_.lft AS lft_7, m2_.rgt AS rgt_8, m2_.depth AS depth_9, m2_.collection_key AS collection_key_10, m2_.id AS id_11, m2_.created AS created_12, m2_.changed AS changed_13, m3_.version AS version_14, m3_.id AS id_15, m3_.created AS created_16, m3_.changed AS changed_17, m4_.name AS name_18, m4_.version AS version_19, m4_.subVersion AS subversion_20, m4_.size AS size_21, m4_.downloadCounter AS downloadcounter_22, m4_.storageOptions AS storageoptions_23, m4_.mimeType AS mimetype_24, m4_.properties AS properties_25, m4_.focusPointX AS focuspointx_26, m4_.focusPointY AS focuspointy_27, m4_.id AS id_28, m4_.created AS created_29, m4_.changed AS changed_30, m5_.crop_x AS crop_x_31, m5_.crop_y AS crop_y_32, m5_.crop_width AS crop_width_33, m5_.crop_height AS crop_height_34, m5_.format_key AS format_key_35, m6_.title AS title_36, m6_.description AS description_37, m6_.copyright AS copyright_38, m6_.credits AS credits_39, m6_.locale AS locale_40, m6_.id AS id_41, m7_.title AS title_42, m7_.description AS description_43, m7_.copyright AS copyright_44, m7_.credits AS credits_45, m7_.locale AS locale_46, m7_.id AS id_47, m8_.locale AS locale_48, m8_.id AS id_49, m9_.locale AS locale_50, m9_.id AS id_51, s10_.username AS username_52, s10_.password AS password_53, s10_.locale AS locale_54, s10_.salt AS salt_55, s10_.locked AS locked_56, s10_.enabled AS enabled_57, s10_.lastLogin AS lastlogin_58, s10_.confirmationKey AS confirmationkey_59, s10_.passwordResetToken AS passwordresettoken_60, s10_.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_61, s10_.passwordResetTokenEmailsSent AS passwordresettokenemailssent_62, s10_.privateKey AS privatekey_63, s10_.apiKey AS apikey_64, s10_.email AS email_65, s10_.id AS id_66, s10_.created AS created_67, s10_.changed AS changed_68, c11_.firstName AS firstname_69, c11_.middleName AS middlename_70, c11_.lastName AS lastname_71, c11_.birthday AS birthday_72, c11_.salutation AS salutation_73, c11_.formOfAddress AS formofaddress_74, c11_.newsletter AS newsletter_75, c11_.gender AS gender_76, c11_.note AS note_77, c11_.mainEmail AS mainemail_78, c11_.mainPhone AS mainphone_79, c11_.mainFax AS mainfax_80, c11_.mainUrl AS mainurl_81, c11_.id AS id_82, c11_.created AS created_83, c11_.changed AS changed_84, s12_.username AS username_85, s12_.password AS password_86, s12_.locale AS locale_87, s12_.salt AS salt_88, s12_.locked AS locked_89, s12_.enabled AS enabled_90, s12_.lastLogin AS lastlogin_91, s12_.confirmationKey AS confirmationkey_92, s12_.passwordResetToken AS passwordresettoken_93, s12_.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_94, s12_.passwordResetTokenEmailsSent AS passwordresettokenemailssent_95, s12_.privateKey AS privatekey_96, s12_.apiKey AS apikey_97, s12_.email AS email_98, s12_.id AS id_99, s12_.created AS created_100, s12_.changed AS changed_101, c13_.firstName AS firstname_102, c13_.middleName AS middlename_103, c13_.lastName AS lastname_104, c13_.birthday AS birthday_105, c13_.salutation AS salutation_106, c13_.formOfAddress AS formofaddress_107, c13_.newsletter AS newsletter_108, c13_.gender AS gender_109, c13_.note AS note_110, c13_.mainEmail AS mainemail_111, c13_.mainPhone AS mainphone_112, c13_.mainFax AS mainfax_113, c13_.mainUrl AS mainurl_114, c13_.id AS id_115, c13_.created AS created_116, c13_.changed AS changed_117, m14_.id AS id_118, m14_.created AS created_119, m14_.changed AS changed_120, m0_.idMediaTypes AS idmediatypes_121, m0_.idPreviewImage AS idpreviewimage_122, m0_.idCollections AS idcollections_123, m0_.idUsersCreator AS iduserscreator_124, m0_.idUsersChanger AS iduserschanger_125, m2_.idCollectionsMetaDefault AS idcollectionsmetadefault_126, m2_.idCollectionTypes AS idcollectiontypes_127, m2_.idCollectionsParent AS idcollectionsparent_128, m2_.idUsersCreator AS iduserscreator_129, m2_.idUsersChanger AS iduserschanger_130, m3_.idMedia AS idmedia_131, m3_.idUsersCreator AS iduserscreator_132, m3_.idUsersChanger AS iduserschanger_133, m4_.idFileVersionsMetaDefault AS idfileversionsmetadefault_134, m4_.idFiles AS idfiles_135, m4_.idUsersCreator AS iduserscreator_136, m4_.idUsersChanger AS iduserschanger_137, m5_.fileVersion AS fileversion_138, m6_.idFileVersions AS idfileversions_139, m7_.idFileVersions AS idfileversions_140, m8_.idFileVersions AS idfileversions_141, m9_.idFileVersions AS idfileversions_142, s10_.idContacts AS idcontacts_143, s10_.idUsersCreator AS iduserscreator_144, s10_.idUsersChanger AS iduserschanger_145, c11_.idTitles AS idtitles_146, c11_.avatar AS avatar_147, c11_.idUsersCreator AS iduserscreator_148, c11_.idUsersChanger AS iduserschanger_149, s12_.idContacts AS idcontacts_150, s12_.idUsersCreator AS iduserscreator_151, s12_.idUsersChanger AS iduserschanger_152, c13_.idTitles AS idtitles_153, c13_.avatar AS avatar_154, c13_.idUsersCreator AS iduserscreator_155, c13_.idUsersChanger AS iduserschanger_156, m14_.idMediaTypes AS idmediatypes_157, m14_.idPreviewImage AS idpreviewimage_158, m14_.idCollections AS idcollections_159, m14_.idUsersCreator AS iduserscreator_160, m14_.idUsersChanger AS iduserschanger_161 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_.idMediaTypes = m1_.id LEFT JOIN me_collections m2_ ON m0_.idCollections = m2_.id LEFT JOIN me_files m3_ ON m0_.id = m3_.idMedia LEFT JOIN me_file_versions m4_ ON m3_.id = m4_.idFiles LEFT JOIN me_format_options m5_ ON m4_.id = m5_.fileVersion LEFT JOIN me_file_version_meta m6_ ON m4_.id = m6_.idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_.idFileVersionsMetaDefault = m7_.id LEFT JOIN me_file_version_content_languages m8_ ON m4_.id = m8_.idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_.id = m9_.idFileVersions LEFT JOIN se_users s10_ ON m0_.idUsersCreator = s10_.id LEFT JOIN co_contacts c11_ ON s10_.idContacts = c11_.id LEFT JOIN se_users s12_ ON m0_.idUsersChanger = s12_.id LEFT JOIN co_contacts c13_ ON s12_.idContacts = c13_.id LEFT JOIN me_media m14_ ON m0_.idPreviewImage = m14_.id WHERE m0_.id = ?"
          "params" => [
            1 => 88
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.130+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6054
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
                › 
                ›     return $this->_uow->createEntity($className, $data, $this->_hints);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:449 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
                › if (isset($nonemptyComponents[$dqlAlias])) {    $element = $this->getEntity($data, $dqlAlias);    $reflField->setValue($parentObject, $element);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/AbstractQuery.php:1226 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
                › 
                › $data = $this->_em->newHydrator($this->_hydrationMode)->hydrateAll($stmt, $rsm, $this->_hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/AbstractQuery.php:1167 {
                Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/AbstractQuery.php:996 {
                Doctrine\ORM\AbstractQuery->getSingleResult($hydrationMode = null) …
                › {    $result = $this->execute(null, $hydrationMode);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:84 {
                Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMediaById($id, $asArray = false) …
                ›     /** @var MediaInterface */    return $query->getSingleResult();}
              }
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:129 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolveContentBlocks(?array $blocks, string $locale): ?array …
                › $mediaId = $block['media']['id'];$media = $this->mediaRepository->findMediaById($mediaId);if ($media instanceof MediaInterface) {
              }
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:78 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                › $contentBlocks = $this->resolveContentBlocks($blogPost->content, $locale);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.132+02:00"
        "message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6022
            #message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/symfony/var-exporter/ProxyHelper.php:34 {
                Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
                › if (\PHP_VERSION_ID >= 80400) {    trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:579 {
                Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
                › // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)$code = ProxyHelper::generateLazyGhost($class->getReflectionClass());$code = substr($code, 7 + (int) strpos($code, "\n{"));
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:546 {
                Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
                › foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {    $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:524 {
                Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
                › case self::AUTOGENERATE_ALWAYS:    $this->generateProxyClass($class, $fileName, $proxyClassName);    break;
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
                › $initializer      = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);$proxyClassName   = $this->loadProxyClass($class);$identifierFields = array_intersect_key($class->getReflectionProperties(), $identifiers);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:214 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                › 
                › $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
                › 
                ›     return $this->_uow->createEntity($className, $data, $this->_hints);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:449 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
                › if (isset($nonemptyComponents[$dqlAlias])) {    $element = $this->getEntity($data, $dqlAlias);    $reflField->setValue($parentObject, $element);
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/AbstractQuery.php:1226 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
                › 
                › $data = $this->_em->newHydrator($this->_hydrationMode)->hydrateAll($stmt, $rsm, $this->_hints);}
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/AbstractQuery.php:1167 {
                Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/doctrine/orm/src/AbstractQuery.php:996 {
                Doctrine\ORM\AbstractQuery->getSingleResult($hydrationMode = null) …
                › {    $result = $this->execute(null, $hydrationMode);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:84 {
                Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMediaById($id, $asArray = false) …
                ›     /** @var MediaInterface */    return $query->getSingleResult();}
              }
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:129 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolveContentBlocks(?array $blocks, string $locale): ?array …
                › $mediaId = $block['media']['id'];$media = $this->mediaRepository->findMediaById($mediaId);if ($media instanceof MediaInterface) {
              }
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/SingleBlogPostSelectionResolver.php:78 {
                App\Sulu\Headless\ContentTypeResolver\SingleBlogPostSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                › $contentBlocks = $this->resolveContentBlocks($blogPost->content, $locale);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/BlockResolver.php:77 {
                Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › foreach ($blockPropertyType->getChildProperties() as $childProperty) {    $contentView = $this->contentResolver->resolve($childProperty->getValue(), $childProperty, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/src/Sulu/Headless/ContentTypeResolver/BlockResolver.php:35 {
                App\Sulu\Headless\ContentTypeResolver\BlockResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › {    $contentView = $this->decorated->resolve($data, $property, $locale, $attributes);}
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentResolver.php:42 {
                Sulu\Bundle\HeadlessBundle\Content\ContentResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
                › 
                ›     return $this->resolvers[$property->getContentTypeName()]->resolve($data, $property, $locale, $attributes);}
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/StructureResolver.php:86 {
                Sulu\Bundle\HeadlessBundle\Content\StructureResolver->resolve(StructureInterface $structure, string $locale, bool $includeExtension = true): array …
                › foreach ($this->getProperties($targetStructure, $requestedStructure) as $property) {    $contentView = $this->contentResolver->resolve(        $property->getValue(),
              }
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:62 {
                Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->resolveStructure(StructureInterface $structure): array …
                › 
                ›     return $structureResolver->resolve($structure, $structure->getLanguageCode());}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:37 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › ): Response {    $headlessData = $this->resolveStructure($structure);}
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.134+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 88
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.136+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 88
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.137+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.created AS created_1, m0_.changed AS changed_2, m1_.name AS name_3, m1_.description AS description_4, m1_.id AS id_5, m2_.style AS style_6, m2_.lft AS lft_7, m2_.rgt AS rgt_8, m2_.depth AS depth_9, m2_.collection_key AS collection_key_10, m2_.id AS id_11, m2_.created AS created_12, m2_.changed AS changed_13, m3_.version AS version_14, m3_.id AS id_15, m3_.created AS created_16, m3_.changed AS changed_17, m4_.name AS name_18, m4_.version AS version_19, m4_.subVersion AS subversion_20, m4_.size AS size_21, m4_.downloadCounter AS downloadcounter_22, m4_.storageOptions AS storageoptions_23, m4_.mimeType AS mimetype_24, m4_.properties AS properties_25, m4_.focusPointX AS focuspointx_26, m4_.focusPointY AS focuspointy_27, m4_.id AS id_28, m4_.created AS created_29, m4_.changed AS changed_30, m5_.crop_x AS crop_x_31, m5_.crop_y AS crop_y_32, m5_.crop_width AS crop_width_33, m5_.crop_height AS crop_height_34, m5_.format_key AS format_key_35, m6_.title AS title_36, m6_.description AS description_37, m6_.copyright AS copyright_38, m6_.credits AS credits_39, m6_.locale AS locale_40, m6_.id AS id_41, m7_.title AS title_42, m7_.description AS description_43, m7_.copyright AS copyright_44, m7_.credits AS credits_45, m7_.locale AS locale_46, m7_.id AS id_47, m8_.locale AS locale_48, m8_.id AS id_49, m9_.locale AS locale_50, m9_.id AS id_51, s10_.username AS username_52, s10_.password AS password_53, s10_.locale AS locale_54, s10_.salt AS salt_55, s10_.locked AS locked_56, s10_.enabled AS enabled_57, s10_.lastLogin AS lastlogin_58, s10_.confirmationKey AS confirmationkey_59, s10_.passwordResetToken AS passwordresettoken_60, s10_.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_61, s10_.passwordResetTokenEmailsSent AS passwordresettokenemailssent_62, s10_.privateKey AS privatekey_63, s10_.apiKey AS apikey_64, s10_.email AS email_65, s10_.id AS id_66, s10_.created AS created_67, s10_.changed AS changed_68, c11_.firstName AS firstname_69, c11_.middleName AS middlename_70, c11_.lastName AS lastname_71, c11_.birthday AS birthday_72, c11_.salutation AS salutation_73, c11_.formOfAddress AS formofaddress_74, c11_.newsletter AS newsletter_75, c11_.gender AS gender_76, c11_.note AS note_77, c11_.mainEmail AS mainemail_78, c11_.mainPhone AS mainphone_79, c11_.mainFax AS mainfax_80, c11_.mainUrl AS mainurl_81, c11_.id AS id_82, c11_.created AS created_83, c11_.changed AS changed_84, s12_.username AS username_85, s12_.password AS password_86, s12_.locale AS locale_87, s12_.salt AS salt_88, s12_.locked AS locked_89, s12_.enabled AS enabled_90, s12_.lastLogin AS lastlogin_91, s12_.confirmationKey AS confirmationkey_92, s12_.passwordResetToken AS passwordresettoken_93, s12_.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_94, s12_.passwordResetTokenEmailsSent AS passwordresettokenemailssent_95, s12_.privateKey AS privatekey_96, s12_.apiKey AS apikey_97, s12_.email AS email_98, s12_.id AS id_99, s12_.created AS created_100, s12_.changed AS changed_101, c13_.firstName AS firstname_102, c13_.middleName AS middlename_103, c13_.lastName AS lastname_104, c13_.birthday AS birthday_105, c13_.salutation AS salutation_106, c13_.formOfAddress AS formofaddress_107, c13_.newsletter AS newsletter_108, c13_.gender AS gender_109, c13_.note AS note_110, c13_.mainEmail AS mainemail_111, c13_.mainPhone AS mainphone_112, c13_.mainFax AS mainfax_113, c13_.mainUrl AS mainurl_114, c13_.id AS id_115, c13_.created AS created_116, c13_.changed AS changed_117, m14_.id AS id_118, m14_.created AS created_119, m14_.changed AS changed_120, m0_.idMediaTypes AS idmediatypes_121, m0_.idPreviewImage AS idpreviewimage_122, m0_.idCollections AS idcollections_123, m0_.idUsersCreator AS iduserscreator_124, m0_.idUsersChanger AS iduserschanger_125, m2_.idCollectionsMetaDefault AS idcollectionsmetadefault_126, m2_.idCollectionTypes AS idcollectiontypes_127, m2_.idCollectionsParent AS idcollectionsparent_128, m2_.idUsersCreator AS iduserscreator_129, m2_.idUsersChanger AS iduserschanger_130, m3_.idMedia AS idmedia_131, m3_.idUsersCreator AS iduserscreator_132, m3_.idUsersChanger AS iduserschanger_133, m4_.idFileVersionsMetaDefault AS idfileversionsmetadefault_134, m4_.idFiles AS idfiles_135, m4_.idUsersCreator AS iduserscreator_136, m4_.idUsersChanger AS iduserschanger_137, m5_.fileVersion AS fileversion_138, m6_.idFileVersions AS idfileversions_139, m7_.idFileVersions AS idfileversions_140, m8_.idFileVersions AS idfileversions_141, m9_.idFileVersions AS idfileversions_142, s10_.idContacts AS idcontacts_143, s10_.idUsersCreator AS iduserscreator_144, s10_.idUsersChanger AS iduserschanger_145, c11_.idTitles AS idtitles_146, c11_.avatar AS avatar_147, c11_.idUsersCreator AS iduserscreator_148, c11_.idUsersChanger AS iduserschanger_149, s12_.idContacts AS idcontacts_150, s12_.idUsersCreator AS iduserscreator_151, s12_.idUsersChanger AS iduserschanger_152, c13_.idTitles AS idtitles_153, c13_.avatar AS avatar_154, c13_.idUsersCreator AS iduserscreator_155, c13_.idUsersChanger AS iduserschanger_156, m14_.idMediaTypes AS idmediatypes_157, m14_.idPreviewImage AS idpreviewimage_158, m14_.idCollections AS idcollections_159, m14_.idUsersCreator AS iduserscreator_160, m14_.idUsersChanger AS iduserschanger_161 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_.idMediaTypes = m1_.id LEFT JOIN me_collections m2_ ON m0_.idCollections = m2_.id LEFT JOIN me_files m3_ ON m0_.id = m3_.idMedia LEFT JOIN me_file_versions m4_ ON m3_.id = m4_.idFiles LEFT JOIN me_format_options m5_ ON m4_.id = m5_.fileVersion LEFT JOIN me_file_version_meta m6_ ON m4_.id = m6_.idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_.idFileVersionsMetaDefault = m7_.id LEFT JOIN me_file_version_content_languages m8_ ON m4_.id = m8_.idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_.id = m9_.idFileVersions LEFT JOIN se_users s10_ ON m0_.idUsersCreator = s10_.id LEFT JOIN co_contacts c11_ ON s10_.idContacts = c11_.id LEFT JOIN se_users s12_ ON m0_.idUsersChanger = s12_.id LEFT JOIN co_contacts c13_ ON s12_.idContacts = c13_.id LEFT JOIN me_media m14_ ON m0_.idPreviewImage = m14_.id WHERE m0_.id = ?"
          "params" => [
            1 => 91
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.158+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 91
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.160+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 91
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.161+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._title AS _title_1, t0._slug AS _slug_2, t0._description AS _description_3, t0._date AS _date_4, t0._reading_time AS _reading_time_5, t0._content AS _content_6, t0._meta_title AS _meta_title_7, t0._meta_description AS _meta_description_8, t0._is_published AS _is_published_9, t0.id AS id_10, t0.app_created_at AS app_created_at_11, t0.app_updated_at AS app_updated_at_12, t0._author_id AS _author_id_13, t0._category_id AS _category_id_14, t0._image_id AS _image_id_15, t0._og_image_id AS _og_image_id_16 FROM app.blog_post t0 WHERE t0.id = ?"
          "params" => [
            1 => "019c7ad5-f991-7285-91ce-0760bbe67047"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.164+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.created AS created_1, m0_.changed AS changed_2, m1_.name AS name_3, m1_.description AS description_4, m1_.id AS id_5, m2_.style AS style_6, m2_.lft AS lft_7, m2_.rgt AS rgt_8, m2_.depth AS depth_9, m2_.collection_key AS collection_key_10, m2_.id AS id_11, m2_.created AS created_12, m2_.changed AS changed_13, m3_.version AS version_14, m3_.id AS id_15, m3_.created AS created_16, m3_.changed AS changed_17, m4_.name AS name_18, m4_.version AS version_19, m4_.subVersion AS subversion_20, m4_.size AS size_21, m4_.downloadCounter AS downloadcounter_22, m4_.storageOptions AS storageoptions_23, m4_.mimeType AS mimetype_24, m4_.properties AS properties_25, m4_.focusPointX AS focuspointx_26, m4_.focusPointY AS focuspointy_27, m4_.id AS id_28, m4_.created AS created_29, m4_.changed AS changed_30, t5_.name AS name_31, t5_.id AS id_32, t5_.created AS created_33, t5_.changed AS changed_34, m6_.title AS title_35, m6_.description AS description_36, m6_.copyright AS copyright_37, m6_.credits AS credits_38, m6_.locale AS locale_39, m6_.id AS id_40, m7_.title AS title_41, m7_.description AS description_42, m7_.copyright AS copyright_43, m7_.credits AS credits_44, m7_.locale AS locale_45, m7_.id AS id_46, m8_.locale AS locale_47, m8_.id AS id_48, m9_.locale AS locale_49, m9_.id AS id_50, s10_.username AS username_51, s10_.password AS password_52, s10_.locale AS locale_53, s10_.salt AS salt_54, s10_.locked AS locked_55, s10_.enabled AS enabled_56, s10_.lastLogin AS lastlogin_57, s10_.confirmationKey AS confirmationkey_58, s10_.passwordResetToken AS passwordresettoken_59, s10_.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_60, s10_.passwordResetTokenEmailsSent AS passwordresettokenemailssent_61, s10_.privateKey AS privatekey_62, s10_.apiKey AS apikey_63, s10_.email AS email_64, s10_.id AS id_65, s10_.created AS created_66, s10_.changed AS changed_67, c11_.firstName AS firstname_68, c11_.middleName AS middlename_69, c11_.lastName AS lastname_70, c11_.birthday AS birthday_71, c11_.salutation AS salutation_72, c11_.formOfAddress AS formofaddress_73, c11_.newsletter AS newsletter_74, c11_.gender AS gender_75, c11_.note AS note_76, c11_.mainEmail AS mainemail_77, c11_.mainPhone AS mainphone_78, c11_.mainFax AS mainfax_79, c11_.mainUrl AS mainurl_80, c11_.id AS id_81, c11_.created AS created_82, c11_.changed AS changed_83, s12_.username AS username_84, s12_.password AS password_85, s12_.locale AS locale_86, s12_.salt AS salt_87, s12_.locked AS locked_88, s12_.enabled AS enabled_89, s12_.lastLogin AS lastlogin_90, s12_.confirmationKey AS confirmationkey_91, s12_.passwordResetToken AS passwordresettoken_92, s12_.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_93, s12_.passwordResetTokenEmailsSent AS passwordresettokenemailssent_94, s12_.privateKey AS privatekey_95, s12_.apiKey AS apikey_96, s12_.email AS email_97, s12_.id AS id_98, s12_.created AS created_99, s12_.changed AS changed_100, c13_.firstName AS firstname_101, c13_.middleName AS middlename_102, c13_.lastName AS lastname_103, c13_.birthday AS birthday_104, c13_.salutation AS salutation_105, c13_.formOfAddress AS formofaddress_106, c13_.newsletter AS newsletter_107, c13_.gender AS gender_108, c13_.note AS note_109, c13_.mainEmail AS mainemail_110, c13_.mainPhone AS mainphone_111, c13_.mainFax AS mainfax_112, c13_.mainUrl AS mainurl_113, c13_.id AS id_114, c13_.created AS created_115, c13_.changed AS changed_116, m0_.idMediaTypes AS idmediatypes_117, m0_.idPreviewImage AS idpreviewimage_118, m0_.idCollections AS idcollections_119, m0_.idUsersCreator AS iduserscreator_120, m0_.idUsersChanger AS iduserschanger_121, m2_.idCollectionsMetaDefault AS idcollectionsmetadefault_122, m2_.idCollectionTypes AS idcollectiontypes_123, m2_.idCollectionsParent AS idcollectionsparent_124, m2_.idUsersCreator AS iduserscreator_125, m2_.idUsersChanger AS iduserschanger_126, m3_.idMedia AS idmedia_127, m3_.idUsersCreator AS iduserscreator_128, m3_.idUsersChanger AS iduserschanger_129, m4_.idFileVersionsMetaDefault AS idfileversionsmetadefault_130, m4_.idFiles AS idfiles_131, m4_.idUsersCreator AS iduserscreator_132, m4_.idUsersChanger AS iduserschanger_133, t5_.idUsersCreator AS iduserscreator_134, t5_.idUsersChanger AS iduserschanger_135, m6_.idFileVersions AS idfileversions_136, m7_.idFileVersions AS idfileversions_137, m8_.idFileVersions AS idfileversions_138, m9_.idFileVersions AS idfileversions_139, s10_.idContacts AS idcontacts_140, s10_.idUsersCreator AS iduserscreator_141, s10_.idUsersChanger AS iduserschanger_142, c11_.idTitles AS idtitles_143, c11_.avatar AS avatar_144, c11_.idUsersCreator AS iduserscreator_145, c11_.idUsersChanger AS iduserschanger_146, s12_.idContacts AS idcontacts_147, s12_.idUsersCreator AS iduserscreator_148, s12_.idUsersChanger AS iduserschanger_149, c13_.idTitles AS idtitles_150, c13_.avatar AS avatar_151, c13_.idUsersCreator AS iduserscreator_152, c13_.idUsersChanger AS iduserschanger_153 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_.idMediaTypes = m1_.id LEFT JOIN me_collections m2_ ON m0_.idCollections = m2_.id INNER JOIN me_files m3_ ON m0_.id = m3_.idMedia INNER JOIN me_file_versions m4_ ON m3_.id = m4_.idFiles AND (m4_.version = m3_.version) LEFT JOIN me_file_version_tags m14_ ON m4_.id = m14_.idFileVersions LEFT JOIN ta_tags t5_ ON t5_.id = m14_.idTags LEFT JOIN me_file_version_meta m6_ ON m4_.id = m6_.idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_.idFileVersionsMetaDefault = m7_.id LEFT JOIN me_file_version_content_languages m8_ ON m4_.id = m8_.idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_.id = m9_.idFileVersions LEFT JOIN se_users s10_ ON m0_.idUsersCreator = s10_.id LEFT JOIN co_contacts c11_ ON s10_.idContacts = c11_.id LEFT JOIN se_users s12_ ON m0_.idUsersChanger = s12_.id LEFT JOIN co_contacts c13_ ON s12_.idContacts = c13_.id WHERE m0_.id IN (?) ORDER BY m0_.id ASC"
          "params" => [
            1 => 19
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.181+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 19
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.254+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (n0.identifier = '7a636db4-b183-4752-aee1-2013f3ae2931' AND xpath_exists('//sv:property[@sv:name="i18n:en-state"]/sv:value[text()="2"]', CAST(n0.props AS xml), ARRAY[ARRAY['sv', 'http://www.jcp.org/jcr/sv/1.0']]) = 't') ORDER BY CAST((xpath('//sv:property[@sv:name="sulu:order"]/sv:value[1]/text()', CAST(n0.numerical_props AS xml), ARRAY[ARRAY['sv', 'http://www.jcp.org/jcr/sv/1.0']]))[1]::text AS DECIMAL) ASC, (xpath('//sv:property[@sv:name="sulu:order"]/sv:value[1]/text()', CAST(n0.props AS xml), ARRAY[ARRAY['sv', 'http://www.jcp.org/jcr/sv/1.0']]))[1]::text ASC"
          "params" => [
            1 => "default_live"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.264+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.parent = '/cmf/website/contents/darmowe-wejscie' LIMIT 1"
          "params" => [
            1 => "default_live"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.267+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.created AS created_1, m0_.changed AS changed_2, m1_.name AS name_3, m1_.description AS description_4, m1_.id AS id_5, m2_.style AS style_6, m2_.lft AS lft_7, m2_.rgt AS rgt_8, m2_.depth AS depth_9, m2_.collection_key AS collection_key_10, m2_.id AS id_11, m2_.created AS created_12, m2_.changed AS changed_13, m3_.version AS version_14, m3_.id AS id_15, m3_.created AS created_16, m3_.changed AS changed_17, m4_.name AS name_18, m4_.version AS version_19, m4_.subVersion AS subversion_20, m4_.size AS size_21, m4_.downloadCounter AS downloadcounter_22, m4_.storageOptions AS storageoptions_23, m4_.mimeType AS mimetype_24, m4_.properties AS properties_25, m4_.focusPointX AS focuspointx_26, m4_.focusPointY AS focuspointy_27, m4_.id AS id_28, m4_.created AS created_29, m4_.changed AS changed_30, t5_.name AS name_31, t5_.id AS id_32, t5_.created AS created_33, t5_.changed AS changed_34, m6_.title AS title_35, m6_.description AS description_36, m6_.copyright AS copyright_37, m6_.credits AS credits_38, m6_.locale AS locale_39, m6_.id AS id_40, m7_.title AS title_41, m7_.description AS description_42, m7_.copyright AS copyright_43, m7_.credits AS credits_44, m7_.locale AS locale_45, m7_.id AS id_46, m8_.locale AS locale_47, m8_.id AS id_48, m9_.locale AS locale_49, m9_.id AS id_50, s10_.username AS username_51, s10_.password AS password_52, s10_.locale AS locale_53, s10_.salt AS salt_54, s10_.locked AS locked_55, s10_.enabled AS enabled_56, s10_.lastLogin AS lastlogin_57, s10_.confirmationKey AS confirmationkey_58, s10_.passwordResetToken AS passwordresettoken_59, s10_.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_60, s10_.passwordResetTokenEmailsSent AS passwordresettokenemailssent_61, s10_.privateKey AS privatekey_62, s10_.apiKey AS apikey_63, s10_.email AS email_64, s10_.id AS id_65, s10_.created AS created_66, s10_.changed AS changed_67, c11_.firstName AS firstname_68, c11_.middleName AS middlename_69, c11_.lastName AS lastname_70, c11_.birthday AS birthday_71, c11_.salutation AS salutation_72, c11_.formOfAddress AS formofaddress_73, c11_.newsletter AS newsletter_74, c11_.gender AS gender_75, c11_.note AS note_76, c11_.mainEmail AS mainemail_77, c11_.mainPhone AS mainphone_78, c11_.mainFax AS mainfax_79, c11_.mainUrl AS mainurl_80, c11_.id AS id_81, c11_.created AS created_82, c11_.changed AS changed_83, s12_.username AS username_84, s12_.password AS password_85, s12_.locale AS locale_86, s12_.salt AS salt_87, s12_.locked AS locked_88, s12_.enabled AS enabled_89, s12_.lastLogin AS lastlogin_90, s12_.confirmationKey AS confirmationkey_91, s12_.passwordResetToken AS passwordresettoken_92, s12_.passwordResetTokenExpiresAt AS passwordresettokenexpiresat_93, s12_.passwordResetTokenEmailsSent AS passwordresettokenemailssent_94, s12_.privateKey AS privatekey_95, s12_.apiKey AS apikey_96, s12_.email AS email_97, s12_.id AS id_98, s12_.created AS created_99, s12_.changed AS changed_100, c13_.firstName AS firstname_101, c13_.middleName AS middlename_102, c13_.lastName AS lastname_103, c13_.birthday AS birthday_104, c13_.salutation AS salutation_105, c13_.formOfAddress AS formofaddress_106, c13_.newsletter AS newsletter_107, c13_.gender AS gender_108, c13_.note AS note_109, c13_.mainEmail AS mainemail_110, c13_.mainPhone AS mainphone_111, c13_.mainFax AS mainfax_112, c13_.mainUrl AS mainurl_113, c13_.id AS id_114, c13_.created AS created_115, c13_.changed AS changed_116, m0_.idMediaTypes AS idmediatypes_117, m0_.idPreviewImage AS idpreviewimage_118, m0_.idCollections AS idcollections_119, m0_.idUsersCreator AS iduserscreator_120, m0_.idUsersChanger AS iduserschanger_121, m2_.idCollectionsMetaDefault AS idcollectionsmetadefault_122, m2_.idCollectionTypes AS idcollectiontypes_123, m2_.idCollectionsParent AS idcollectionsparent_124, m2_.idUsersCreator AS iduserscreator_125, m2_.idUsersChanger AS iduserschanger_126, m3_.idMedia AS idmedia_127, m3_.idUsersCreator AS iduserscreator_128, m3_.idUsersChanger AS iduserschanger_129, m4_.idFileVersionsMetaDefault AS idfileversionsmetadefault_130, m4_.idFiles AS idfiles_131, m4_.idUsersCreator AS iduserscreator_132, m4_.idUsersChanger AS iduserschanger_133, t5_.idUsersCreator AS iduserscreator_134, t5_.idUsersChanger AS iduserschanger_135, m6_.idFileVersions AS idfileversions_136, m7_.idFileVersions AS idfileversions_137, m8_.idFileVersions AS idfileversions_138, m9_.idFileVersions AS idfileversions_139, s10_.idContacts AS idcontacts_140, s10_.idUsersCreator AS iduserscreator_141, s10_.idUsersChanger AS iduserschanger_142, c11_.idTitles AS idtitles_143, c11_.avatar AS avatar_144, c11_.idUsersCreator AS iduserscreator_145, c11_.idUsersChanger AS iduserschanger_146, s12_.idContacts AS idcontacts_147, s12_.idUsersCreator AS iduserscreator_148, s12_.idUsersChanger AS iduserschanger_149, c13_.idTitles AS idtitles_150, c13_.avatar AS avatar_151, c13_.idUsersCreator AS iduserscreator_152, c13_.idUsersChanger AS iduserschanger_153 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_.idMediaTypes = m1_.id LEFT JOIN me_collections m2_ ON m0_.idCollections = m2_.id INNER JOIN me_files m3_ ON m0_.id = m3_.idMedia INNER JOIN me_file_versions m4_ ON m3_.id = m4_.idFiles AND (m4_.version = m3_.version) LEFT JOIN me_file_version_tags m14_ ON m4_.id = m14_.idFileVersions LEFT JOIN ta_tags t5_ ON t5_.id = m14_.idTags LEFT JOIN me_file_version_meta m6_ ON m4_.id = m6_.idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_.idFileVersionsMetaDefault = m7_.id LEFT JOIN me_file_version_content_languages m8_ ON m4_.id = m8_.idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_.id = m9_.idFileVersions LEFT JOIN se_users s10_ ON m0_.idUsersCreator = s10_.id LEFT JOIN co_contacts c11_ ON s10_.idContacts = c11_.id LEFT JOIN se_users s12_ ON m0_.idUsersChanger = s12_.id LEFT JOIN co_contacts c13_ ON s12_.idContacts = c13_.id WHERE m0_.id IN (?) ORDER BY m0_.id ASC"
          "params" => [
            1 => 62
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.290+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 62
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.294+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT b0_._title AS _title_0, b0_._slug AS _slug_1, b0_._description AS _description_2, b0_._date AS _date_3, b0_._reading_time AS _reading_time_4, b0_._content AS _content_5, b0_._meta_title AS _meta_title_6, b0_._meta_description AS _meta_description_7, b0_._is_published AS _is_published_8, b0_.id AS id_9, b0_.app_created_at AS app_created_at_10, b0_.app_updated_at AS app_updated_at_11, b0_._author_id AS _author_id_12, b0_._category_id AS _category_id_13, b0_._image_id AS _image_id_14, b0_._og_image_id AS _og_image_id_15 FROM app.blog_post b0_ WHERE b0_._is_published = ? ORDER BY b0_._date DESC LIMIT 10"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.299+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT COUNT(b0_.id) AS sclr_0 FROM app.blog_post b0_ WHERE b0_._is_published = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.303+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._name AS _name_1, t0.id AS id_2, t0.app_created_at AS app_created_at_3, t0.app_updated_at AS app_updated_at_4, t0._image_id AS _image_id_5 FROM app.blog_author t0 WHERE t0.id = ?"
          "params" => [
            1 => "019c3207-168e-7a06-9027-ad1fbbe65935"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.304+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.305+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.306+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.307+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.308+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.309+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.309+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.310+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 9
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.311+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 31
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.312+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 31
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.313+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 31
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.314+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 31
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.315+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 31
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.315+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 31
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.316+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 31
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.317+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 31
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.319+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._name AS _name_1, t0.id AS id_2, t0.app_created_at AS app_created_at_3, t0.app_updated_at AS app_updated_at_4, t0._image_id AS _image_id_5 FROM app.blog_author t0 WHERE t0.id = ?"
          "params" => [
            1 => "019c70c0-a016-7719-9ba0-3658c993e36f"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.320+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.320+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.321+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.322+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.323+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.324+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.324+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.325+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 89
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.331+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.changed AS changed_3, t0.idMediaTypes AS idmediatypes_4, t0.idPreviewImage AS idpreviewimage_5, t0.idCollections AS idcollections_6, t0.idUsersCreator AS iduserscreator_7, t0.idUsersChanger AS iduserschanger_8 FROM me_media t0 WHERE t0.id = ?"
          "params" => [
            1 => 77
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.332+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.version AS version_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idMedia AS idmedia_5, t0.idUsersCreator AS iduserscreator_6, t0.idUsersChanger AS iduserschanger_7 FROM me_files t0 WHERE t0.idMedia = ?"
          "params" => [
            1 => 77
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.332+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.version AS version_2, t0.subVersion AS subversion_3, t0.size AS size_4, t0.downloadCounter AS downloadcounter_5, t0.storageOptions AS storageoptions_6, t0.mimeType AS mimetype_7, t0.properties AS properties_8, t0.focusPointX AS focuspointx_9, t0.focusPointY AS focuspointy_10, t0.id AS id_11, t0.created AS created_12, t0.changed AS changed_13, t0.idFileVersionsMetaDefault AS idfileversionsmetadefault_14, t0.idFiles AS idfiles_15, t0.idUsersCreator AS iduserscreator_16, t0.idUsersChanger AS iduserschanger_17 FROM me_file_versions t0 WHERE t0.idFiles = ?"
          "params" => [
            1 => 77
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.333+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.title AS title_1, t0.description AS description_2, t0.copyright AS copyright_3, t0.credits AS credits_4, t0.locale AS locale_5, t0.id AS id_6, t0.idFileVersions AS idfileversions_7 FROM me_file_version_meta t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 77
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.334+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_publish_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 77
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.335+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.locale AS locale_1, t0.id AS id_2, t0.idFileVersions AS idfileversions_3 FROM me_file_version_content_languages t0 WHERE t0.idFileVersions = ?"
          "params" => [
            1 => 77
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.335+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.created AS created_3, t0.changed AS changed_4, t0.idUsersCreator AS iduserscreator_5, t0.idUsersChanger AS iduserschanger_6 FROM ta_tags t0 INNER JOIN me_file_version_tags ON t0.id = me_file_version_tags.idTags WHERE me_file_version_tags.idFileVersions = ?"
          "params" => [
            1 => 77
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.336+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idcategoriesparent_9, t0.idUsersCreator AS iduserscreator_10, t0.idUsersChanger AS iduserschanger_11 FROM ca_categories t0 INNER JOIN me_file_version_categories ON t0.id = me_file_version_categories.idCategories WHERE me_file_version_categories.idFileVersions = ?"
          "params" => [
            1 => 77
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.338+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0._name AS _name_1, t0.id AS id_2, t0.app_created_at AS app_created_at_3, t0.app_updated_at AS app_updated_at_4 FROM app.blog_category t0 WHERE t0.id = ?"
          "params" => [
            1 => "019c70c0-baad-77b2-b731-40fe787b5495"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.345+02:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "homepage_title"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.350+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException: "Page does not exist in "html" format." at WebsiteController.php line 57"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException {#7289
            #message: "Page does not exist in "html" format."
            #code: 0
            #file: "/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php"
            #line: 57
            -statusCode: 406
            -headers: []
            trace: {
              /srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:57 {
                Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
                › if (!$this->container->get('twig')->getLoader()->exists($viewTemplate)) {    throw new NotAcceptableHttpException(\sprintf('Page does not exist in "%s" format.', $requestFormat));}
              }
              /srv/xtreme-fitness-cms/server/app/src/Controller/Website/BlogController.php:48 {
                App\Controller\Website\BlogController->indexAction(Request $request, StructureInterface $structure, bool $preview = false, bool $partial = false): Response …
                › if ('json' !== $request->getRequestFormat()) {    return $this->renderStructure($structure, ['headless' => $headlessData], $preview, $partial);}
                arguments: {
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $attributes: [ …1]
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                  $structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284 …}
                  $preview: false
                  $partial: false
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                }
              }
              /srv/xtreme-fitness-cms/server/app/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 {#13 …}
                  $type: 1
                  $catch: true
                }
              }
              /srv/xtreme-fitness-cms/server/app/public/index.php:76 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#13 …}
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventSubscriber\ValidationExceptionSubscriber::onExceptionEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::getResponseStatusCodeFromThrowable"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "FOS\HttpCacheBundle\EventListener\InvalidationListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RedirectExceptionSubscriber::redirectPartialMatch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RedirectExceptionSubscriber::redirectTrailingSlashOrHtml"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.387+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT w0_.title AS title_0, w0_.webspace_key AS webspace_key_1, w0_.all_domains AS all_domains_2, w0_.content AS content_3, w0_.type AS type_4, w0_.id AS id_5, w1_.url AS url_6, w1_.environment AS environment_7, w1_.id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_.id = w2_.analytics LEFT JOIN we_domains w1_ ON w1_.id = w2_.domain WHERE (w0_.all_domains = true OR (w1_.url = ? AND w1_.environment = ?)) AND w0_.webspace_key = ? ORDER BY w0_.id ASC"
          "params" => [
            1 => "api-xtreme.bisons.dev"
            2 => "dev"
            3 => "website"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.400+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::setResponseStatusCode"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addVaryHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addCookieHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\MarkupBundle\Listener\MarkupListener::replaceMarkup"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.401+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"
      ]
    ]
    7412 => [
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\AuditLogSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\NextJsPreviewSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\HttpCacheBundle\EventListener\AttributesListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.352+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.353+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.353+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.353+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.353+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.353+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::setResponseStatusCode"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addVaryHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addCookieHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\MarkupBundle\Listener\MarkupListener::replaceMarkup"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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" => 1775928454
        "timestamp_rfc3339" => "2026-04-11T19:27:34.385+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: [
    13 => 1
    7412 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#596 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"216.73.216.44"
cf-ipcountry
"US"
cf-ray
"9eabb3e2aafa5cd4-CMH"
cf-visitor
"{"scheme":"https"}"
host
"api-xtreme.bisons.dev"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
x-forwarded-for
"162.159.115.34"
x-forwarded-host
"api-xtreme.bisons.dev"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"20be974c0eb4"
x-php-ob-level
"0"
x-real-ip
"162.159.115.34"

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
"Sat, 11 Apr 2026 17:27:34 GMT"
vary
"Accept"
x-cache-debug
"1"
x-debug-exception
"Page%20does%20not%20exist%20in%20%22html%22%20format."
x-debug-exception-file
"%2Fsrv%2Fxtreme-fitness-cms%2Fserver%2Fapp%2Fvendor%2Fsulu%2Fsulu%2Fsrc%2FSulu%2FBundle%2FWebsiteBundle%2FController%2FWebsiteController.php:57"
x-debug-token
"85da88"
x-generator
"Sulu/2.6.17"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ACME_EMAIL
"[email protected]"
APP_DEFAULT_LOCALE
"pl_pl"
APP_SECRET
"63f4945d921d599f27ae4fdf5bada3f1"
AUDIT_LOG_ENABLED
"true"
BACKEND_DOMAIN
"api-xtreme.bisons.dev"
BASIC_AUTH_USERS
"dev:$$$."
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
FRONTEND_DOMAIN
"xtreme.bisons.dev"
GLOFOX_API_KEY
"RPVHwdwT403QVFJNFvdZ67UKYF4qgOXW96cpL6EX"
GLOFOX_API_TOKEN
"1Nj2P/t0be3WkJSeXzUqgo+wtPbEGUjsOPiNfo70MM1X"
GLOFOX_BRANCH_ID
"660b2dc28afb58077e0b228b"
GLOFOX_WEBHOOK_SECRET
"ntwjixCIOpubPuwY"
JWT_EXPIRATION_MINUTES
"720"
JWT_SECRET
"5561a9d52b07ffdce6d7972e3e88fe3ab1eea63c867434ba49b1e27c0a922705"
LOCK_DSN
"flock"
MEMBER_SYNC_THRESHOLD_SECONDS
"300"
NEXT_PUBLIC_BASE_URL
"https://xtreme.bisons.dev"
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY
"AIzaSyAqz15xjTo8z3LOyJWm5_v-D4kwtadoLNc"
NEXT_PUBLIC_GOOGLE_MAPS_ID
"bf51a910020fa25a"
NEXT_PUBLIC_SITE_URL
"https://xtreme.bisons.dev"
NEXT_PUBLIC_SULU_API_URL
"https://api-xtreme.bisons.dev"
NEXT_PUBLIC_USE_MOCK_DATA
"false"
POSTGRES_DB
"db_xtreme_fitness_cms"
POSTGRES_PASSWORD
"0n1DrK.9Hket"
POSTGRES_USER
"dbu_xtreme_fitness_cms"
PROJECT_NAME
"xtreme-fitness-cms"
PROJECT_VENDOR
"fbt"
SULU_ADMIN_EMAIL
"example@localhost"
TRUSTED_PROXIES
"127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,REMOTE_ADDR"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTACT_FORM_RECIPIENT_EMAIL
"[email protected]"
CONTACT_FORM_SENDER_EMAIL
"[email protected]"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DATABASE_URL
"postgresql://dbu_xtreme_fitness_cms:0n1DrK.9Hket@db-postgresql:5432/db_xtreme_fitness_cms?serverVersion=17__DATABASE_URL__charset=utf8"
DOCUMENT_ROOT
"/srv/xtreme-fitness-cms/server/app/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GLOFOX_WEBHOOK_FORWARD_URL
""
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HEADLESS_BACKEND_BASE_URL
"https://api-xtreme.bisons.dev"
HEADLESS_FRONTEND_BASE_URL
"https://xtreme.bisons.dev"
HOME
"/home/www-data"
HOSTNAME
"9fd7bc8005c5"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"216.73.216.44"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"9eabb3e2aafa5cd4-CMH"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_HOST
"api-xtreme.bisons.dev"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"162.159.115.34"
HTTP_X_FORWARDED_HOST
"api-xtreme.bisons.dev"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"20be974c0eb4"
HTTP_X_REAL_IP
"162.159.115.34"
MAILER_DSN
"smtps://formularz%40xtremefitness.pl:vFEb1ZLmrcWHTDGCs68V%[email protected]:465"
NEXTJS_PREVIEW_SECRET
"63f4945d921d599f27ae4fdf5bada3f1"
NEXT_SERVER_REVALIDATE_SECRET
"63f4945d921d599f27ae4fdf5bada3f1"
NEXT_SERVER_REVALIDATE_URL
"http://frontend:3000/api/revalidate"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.4.20.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"e454c6f7c89a42f41ebb06dc5c3578e8c8b5f1a3f0da6675665affab04e221f7"
PHP_URL
"https://www.php.net/distributions/php-8.4.20.tar.xz"
PHP_VERSION
"8.4.20"
PWD
"/srv/xtreme-fitness-cms/server/app"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIS_URL
"redis://db-redis:6379"
REMOTE_ADDR
"172.18.0.2"
REMOTE_PORT
"54032"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1775928453
REQUEST_TIME_FLOAT
1775928453.745
REQUEST_URI
"/xfg-magazyn"
SCRIPT_FILENAME
"/srv/xtreme-fitness-cms/server/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.18.0.3"
SERVER_NAME
"_"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.29.4"
SHLVL
"1"
SYMFONY_DOTENV_PATH
"/srv/xtreme-fitness-cms/server/app/.env"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_DEFAULT_LOCALE,LOCK_DSN,SULU_ADMIN_EMAIL,PROJECT_VENDOR,PROJECT_NAME,POSTGRES_DB,POSTGRES_USER,POSTGRES_PASSWORD,GLOFOX_BRANCH_ID,GLOFOX_API_KEY,GLOFOX_API_TOKEN,GLOFOX_WEBHOOK_SECRET,TRUSTED_PROXIES,JWT_SECRET,JWT_EXPIRATION_MINUTES,CORS_ALLOW_ORIGIN,AUDIT_LOG_ENABLED,MEMBER_SYNC_THRESHOLD_SECONDS,ACME_EMAIL,FRONTEND_DOMAIN,BACKEND_DOMAIN,BASIC_AUTH_USERS,NEXT_PUBLIC_SULU_API_URL,NEXT_PUBLIC_BASE_URL,NEXT_PUBLIC_GOOGLE_MAPS_API_KEY,NEXT_PUBLIC_GOOGLE_MAPS_ID,NEXT_PUBLIC_SITE_URL,NEXT_PUBLIC_USE_MOCK_DATA"
USER
"www-data"
argc
0
argv
[]

Parent Request

Return to parent request (token = 4f481c)

Key Value
_audit_log_start_time
14202803985097793
_controller
"App\Controller\Website\BlogController::indexAction"
_fos_rest_zone
false
_remove_csp_headers
true
_route
"blog_f0d2f86b-4a5e-47ad-bb40-7f60e7d3ebe5"
_route_params
[
  "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#3284
    #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3185 …}
    #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#158 …}
    -loadedProperties: [
      "title" => Sulu\Component\Content\Compat\Property {#3766
        -metadata: Sulu\Component\Content\Compat\Metadata {#3768 …}
        -value: null
        -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
        #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3777 …}
        #types: []
        #properties: []
        -name: "title"
        -contentTypeName: "text_line"
        -mandatory: true
        -multilingual: true
        -maxOccurs: null
        -minOccurs: null
        -params: [
          "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3765
            -name: "headline"
            -value: true
            -type: "string"
            -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …}
          }
        ]
        -tags: [
          "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3769
            -name: "sulu.rlp.part"
            -priority: null
            -attributes: []
          }
        ]
        -colSpan: 12
        #defaultTypeName: null
      }
      "url" => Sulu\Component\Content\Compat\Property {#3778
        -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …}
        -value: null
        -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
        #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3787 …}
        #types: []
        #properties: []
        -name: "url"
        -contentTypeName: "resource_locator"
        -mandatory: true
        -multilingual: true
        -maxOccurs: null
        -minOccurs: null
        -params: []
        -tags: [
          "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3780
            -name: "sulu.rlp"
            -priority: null
            -attributes: []
          }
        ]
        -colSpan: 12
        #defaultTypeName: null
      }
      "listingTitle" => Sulu\Component\Content\Compat\Property {#3788
        -metadata: Sulu\Component\Content\Compat\Metadata {#3789 …}
        -value: null
        -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
        #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3794 …}
        #types: []
        #properties: []
        -name: "listingTitle"
        -contentTypeName: "text_line"
        -mandatory: false
        -multilingual: true
        -maxOccurs: null
        -minOccurs: null
        -params: []
        -tags: []
        -colSpan: 12
        #defaultTypeName: null
      }
      "sections" => Sulu\Component\Content\Compat\Block\BlockProperty {#3795
        -metadata: Sulu\Component\Content\Compat\Metadata {#3796 …}
        -value: null
        -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
        #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3924 …}
        #types: [
          "listing hero" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3797
            -name: "listing hero"
            -metadata: Sulu\Component\Content\Compat\Metadata {#3798 …}
            -childProperties: [
              Sulu\Component\Content\Compat\Property {#3799
                -metadata: Sulu\Component\Content\Compat\Metadata {#3800 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sectionId"
                -contentTypeName: "text_line"
                -mandatory: false
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3801
                -metadata: Sulu\Component\Content\Compat\Metadata {#3802 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "title"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3803
                -metadata: Sulu\Component\Content\Compat\Metadata {#3804 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "description"
                -contentTypeName: "text_area"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3805
                -metadata: Sulu\Component\Content\Compat\Metadata {#3806 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "mainPost"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3807
                -metadata: Sulu\Component\Content\Compat\Metadata {#3808 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sidePost1"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 3
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3809
                -metadata: Sulu\Component\Content\Compat\Metadata {#3810 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sidePost2"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 3
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3811
                -metadata: Sulu\Component\Content\Compat\Metadata {#3812 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sidePost3"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 3
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3813
                -metadata: Sulu\Component\Content\Compat\Metadata {#3814 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sidePost4"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 3
                #defaultTypeName: null
              }
            ]
            -settings: []
          }
          "free trial cta" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3815
            -name: "free trial cta"
            -metadata: Sulu\Component\Content\Compat\Metadata {#3816 …}
            -childProperties: [
              Sulu\Component\Content\Compat\Property {#3817
                -metadata: Sulu\Component\Content\Compat\Metadata {#3818 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sectionId"
                -contentTypeName: "text_line"
                -mandatory: false
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3819
                -metadata: Sulu\Component\Content\Compat\Metadata {#3820 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "title"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3821
                -metadata: Sulu\Component\Content\Compat\Metadata {#3822 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "description"
                -contentTypeName: "text_area"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3823
                -metadata: Sulu\Component\Content\Compat\Metadata {#3824 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "buttonLabel"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 6
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3835
                -metadata: Sulu\Component\Content\Compat\Metadata {#3836 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "buttonUrl"
                -contentTypeName: "link"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: [
                  "enable_anchor" => Sulu\Component\Content\Compat\PropertyParameter {#3825
                    -name: "enable_anchor"
                    -value: true
                    -type: "string"
                    -metadata: Sulu\Component\Content\Compat\Metadata {#3826 …}
                  }
                  "enable_query" => Sulu\Component\Content\Compat\PropertyParameter {#3827
                    -name: "enable_query"
                    -value: true
                    -type: "string"
                    -metadata: Sulu\Component\Content\Compat\Metadata {#3828 …}
                  }
                  "types" => Sulu\Component\Content\Compat\PropertyParameter {#3833
                    -name: "types"
                    -value: [
                      "page" => Sulu\Component\Content\Compat\PropertyParameter {#3829
                        -name: "page"
                        -value: null
                        -type: "string"
                        -metadata: Sulu\Component\Content\Compat\Metadata {#3830 …}
                      }
                      "external" => Sulu\Component\Content\Compat\PropertyParameter {#3831
                        -name: "external"
                        -value: null
                        -type: "string"
                        -metadata: Sulu\Component\Content\Compat\Metadata {#3832 …}
                      }
                    ]
                    -type: "collection"
                    -metadata: Sulu\Component\Content\Compat\Metadata {#3834 …}
                  }
                ]
                -tags: []
                -colSpan: 6
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3839
                -metadata: Sulu\Component\Content\Compat\Metadata {#3840 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "image"
                -contentTypeName: "single_media_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: [
                  "types" => Sulu\Component\Content\Compat\PropertyParameter {#3837
                    -name: "types"
                    -value: "image"
                    -type: "string"
                    -metadata: Sulu\Component\Content\Compat\Metadata {#3838 …}
                  }
                ]
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
            ]
            -settings: []
          }
          "newsletter" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3841
            -name: "newsletter"
            -metadata: Sulu\Component\Content\Compat\Metadata {#3842 …}
            -childProperties: [
              Sulu\Component\Content\Compat\Property {#3843
                -metadata: Sulu\Component\Content\Compat\Metadata {#3844 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sectionId"
                -contentTypeName: "text_line"
                -mandatory: false
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3845
                -metadata: Sulu\Component\Content\Compat\Metadata {#3846 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "title"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3847
                -metadata: Sulu\Component\Content\Compat\Metadata {#3848 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "description"
                -contentTypeName: "text_area"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3851
                -metadata: Sulu\Component\Content\Compat\Metadata {#3852 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "image"
                -contentTypeName: "single_media_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: [
                  "types" => Sulu\Component\Content\Compat\PropertyParameter {#3849
                    -name: "types"
                    -value: "image"
                    -type: "string"
                    -metadata: Sulu\Component\Content\Compat\Metadata {#3850 …}
                  }
                ]
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3853
                -metadata: Sulu\Component\Content\Compat\Metadata {#3854 …}
                -value: null
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "buttonLabel"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 6
                #defaultTypeName: null
              }
            ]
            -settings: []
          }
        ]
        #properties: [
          Sulu\Component\Content\Compat\Block\BlockPropertyType {#3925
            -name: "listing hero"
            -metadata: Sulu\Component\Content\Compat\Metadata {#3798 …}
            -childProperties: [
              Sulu\Component\Content\Compat\Property {#3922
                -metadata: Sulu\Component\Content\Compat\Metadata {#3800 …}
                -value: ""
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sectionId"
                -contentTypeName: "text_line"
                -mandatory: false
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3923
                -metadata: Sulu\Component\Content\Compat\Metadata {#3802 …}
                -value: "XFG Magazyn"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "title"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3920
                -metadata: Sulu\Component\Content\Compat\Metadata {#3804 …}
                -value: "Trenuj i rozwijaj się razem z nami. Tworzymy treści, aby wspierać Cię też poza klubem!"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "description"
                -contentTypeName: "text_area"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3921
                -metadata: Sulu\Component\Content\Compat\Metadata {#3806 …}
                -value: "019bc18b-87f9-7fbf-a904-24d146935c54"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "mainPost"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3955
                -metadata: Sulu\Component\Content\Compat\Metadata {#3808 …}
                -value: "019c3335-6b36-7d10-abaf-00152228cd62"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sidePost1"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 3
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3956
                -metadata: Sulu\Component\Content\Compat\Metadata {#3810 …}
                -value: "019c3335-a44d-71a9-8e7b-4e9852d3215e"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sidePost2"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 3
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3957
                -metadata: Sulu\Component\Content\Compat\Metadata {#3812 …}
                -value: "019bc188-0b4b-7191-ba8c-b822c13359a2"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sidePost3"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 3
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3958
                -metadata: Sulu\Component\Content\Compat\Metadata {#3814 …}
                -value: "019c7ad5-f991-7285-91ce-0760bbe67047"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sidePost4"
                -contentTypeName: "single_blog_post_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 3
                #defaultTypeName: null
              }
            ]
            -settings: {#3935 …}
          }
          Sulu\Component\Content\Compat\Block\BlockPropertyType {#3959
            -name: "newsletter"
            -metadata: Sulu\Component\Content\Compat\Metadata {#3842 …}
            -childProperties: [
              Sulu\Component\Content\Compat\Property {#3960
                -metadata: Sulu\Component\Content\Compat\Metadata {#3844 …}
                -value: ""
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sectionId"
                -contentTypeName: "text_line"
                -mandatory: false
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3961
                -metadata: Sulu\Component\Content\Compat\Metadata {#3846 …}
                -value: "Odbierz prezent: bezpłatny e-book"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "title"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3962
                -metadata: Sulu\Component\Content\Compat\Metadata {#3848 …}
                -value: "7 przepisów na potreningowy posiłek w 10 minut!"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "description"
                -contentTypeName: "text_area"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3963
                -metadata: Sulu\Component\Content\Compat\Metadata {#3852 …}
                -value: [
                  "id" => 19
                ]
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "image"
                -contentTypeName: "single_media_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: [
                  "types" => Sulu\Component\Content\Compat\PropertyParameter {#3849}
                ]
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3964
                -metadata: Sulu\Component\Content\Compat\Metadata {#3854 …}
                -value: "Odbierz e-book"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "buttonLabel"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 6
                #defaultTypeName: null
              }
            ]
            -settings: {#3944 …}
          }
          Sulu\Component\Content\Compat\Block\BlockPropertyType {#3965
            -name: "free trial cta"
            -metadata: Sulu\Component\Content\Compat\Metadata {#3816 …}
            -childProperties: [
              Sulu\Component\Content\Compat\Property {#3966
                -metadata: Sulu\Component\Content\Compat\Metadata {#3818 …}
                -value: ""
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "sectionId"
                -contentTypeName: "text_line"
                -mandatory: false
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3967
                -metadata: Sulu\Component\Content\Compat\Metadata {#3820 …}
                -value: "Wejście za free"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "title"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3968
                -metadata: Sulu\Component\Content\Compat\Metadata {#3822 …}
                -value: "Przyjdź pierwszy raz i wypróbuj klub Xtreme Fitness za darmo."
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "description"
                -contentTypeName: "text_area"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3969
                -metadata: Sulu\Component\Content\Compat\Metadata {#3824 …}
                -value: "Zgarnij wejściówkę"
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "buttonLabel"
                -contentTypeName: "text_line"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: []
                -tags: []
                -colSpan: 6
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3970
                -metadata: Sulu\Component\Content\Compat\Metadata {#3836 …}
                -value: [
                  "provider" => "page"
                  "target" => null
                  "anchor" => null
                  "query" => null
                  "href" => "7a636db4-b183-4752-aee1-2013f3ae2931"
                  "title" => null
                  "rel" => null
                  "locale" => "en"
                ]
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "buttonUrl"
                -contentTypeName: "link"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: [
                  "enable_anchor" => Sulu\Component\Content\Compat\PropertyParameter {#3825}
                  "enable_query" => Sulu\Component\Content\Compat\PropertyParameter {#3827}
                  "types" => Sulu\Component\Content\Compat\PropertyParameter {#3833}
                ]
                -tags: []
                -colSpan: 6
                #defaultTypeName: null
              }
              Sulu\Component\Content\Compat\Property {#3971
                -metadata: Sulu\Component\Content\Compat\Metadata {#3840 …}
                -value: [
                  "id" => 62
                ]
                -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                #propertyValue: null
                #types: []
                #properties: []
                -name: "image"
                -contentTypeName: "single_media_selection"
                -mandatory: true
                -multilingual: true
                -maxOccurs: null
                -minOccurs: null
                -params: [
                  "types" => Sulu\Component\Content\Compat\PropertyParameter {#3837}
                ]
                -tags: []
                -colSpan: 12
                #defaultTypeName: null
              }
            ]
            -settings: {#3953 …}
          }
        ]
        -name: "sections"
        -contentTypeName: "block"
        -mandatory: false
        -multilingual: true
        -maxOccurs: 10
        -minOccurs: null
        -params: [
          [
            "name" => "add_button_text"
            "type" => "string"
            "meta" => [
              "title" => [
                "en" => "Add section"
                "pl" => "Dodaj sekcję"
              ]
              "info_text" => []
              "placeholder" => []
            ]
            "value" => null
          ]
        ]
        -tags: []
        -colSpan: 12
        #defaultTypeName: "listing hero"
      }
    ]
    #locale: null
    -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1252 …}
    #document: Sulu\Bundle\PageBundle\Document\PageDocument {#1967 …}
  }
  "partial" => false
]
_stopwatch_token
"c9aca3"
_sulu
Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#1773
  -attributes: [
    "requestUri" => "/xfg-magazyn"
    "portalInformation" => Sulu\Component\Webspace\PortalInformation {#1740
      -type: 1
      -webspace: Sulu\Component\Webspace\Webspace {#1715
        -name: "Website"
        -key: "website"
        -localizations: [
          Sulu\Component\Localization\Localization {#1716
            -language: "en"
            -country: ""
            -shadow: ""
            -children: []
            -parent: null
            -default: true
            -xDefault: ""
          }
        ]
        -defaultLocalization: Sulu\Component\Localization\Localization {#1716}
        -xDefaultLocalization: null
        -segments: []
        -defaultSegment: null
        -theme: null
        -portals: [
          Sulu\Component\Webspace\Portal {#1724
            -name: "Website"
            -key: "website"
            -localizations: [
              Sulu\Component\Localization\Localization {#1725 …}
            ]
            -defaultLocalization: Sulu\Component\Localization\Localization {#1725 …}
            -xDefaultLocalization: Sulu\Component\Localization\Localization {#1725 …}
            -environments: [
              "prod" => Sulu\Component\Webspace\Environment {#1729
                -type: "prod"
                -urls: [
                  Sulu\Component\Webspace\Url {#1730 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#1730 …}
              }
              "stage" => Sulu\Component\Webspace\Environment {#1731
                -type: "stage"
                -urls: [
                  Sulu\Component\Webspace\Url {#1732 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#1732 …}
              }
              "test" => Sulu\Component\Webspace\Environment {#1733
                -type: "test"
                -urls: [
                  Sulu\Component\Webspace\Url {#1734 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#1734 …}
              }
              "dev" => Sulu\Component\Webspace\Environment {#1735
                -type: "dev"
                -urls: [
                  Sulu\Component\Webspace\Url {#1736 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#1736 …}
              }
            ]
            -webspace: Sulu\Component\Webspace\Webspace {#1715}
          }
        ]
        -security: null
        -navigation: Sulu\Component\Webspace\Navigation {#1719 …}
        -templates: [
          "search" => "search/search"
          "error" => "error/error"
        ]
        -defaultTemplates: [
          "page" => "default"
          "home" => "homepage"
        ]
        -excludedTemplates: []
        -resourceLocatorStrategy: "tree_leaf_edit"
      }
      -portal: Sulu\Component\Webspace\Portal {#1724}
      -localization: Sulu\Component\Localization\Localization {#1716}
      -segment: null
      -url: "api-xtreme.bisons.dev"
      -redirect: ""
      -main: true
      -urlExpression: "api-xtreme.bisons.dev"
      -priority: 5
    }
    "matchType" => 1
    "portalUrl" => "api-xtreme.bisons.dev"
    "webspace" => Sulu\Component\Webspace\Webspace {#1715}
    "portal" => Sulu\Component\Webspace\Portal {#1724}
    "localization" => Sulu\Component\Localization\Localization {#1716}
    "locale" => "en"
    "urlExpression" => "api-xtreme.bisons.dev"
    "resourceLocator" => "/xfg-magazyn"
    "dateTime" => DateTime @1775928453 {#1769
      date: 2026-04-11 19:27:33.810240 Europe/Warsaw (+02:00)
    }
    "host" => "api-xtreme.bisons.dev"
    "port" => 443
    "path" => "/xfg-magazyn"
    "scheme" => "https"
  ]
}
partial
false
routeDocument
Symfony\Component\Routing\Route {#3285
  -path: "/xfg-magazyn"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: [
    "_controller" => "App\Controller\Website\BlogController::indexAction"
    "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#3284
      #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3185 …}
      #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#158 …}
      -loadedProperties: [
        "title" => Sulu\Component\Content\Compat\Property {#3766
          -metadata: Sulu\Component\Content\Compat\Metadata {#3768 …}
          -value: null
          -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
          #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3777 …}
          #types: []
          #properties: []
          -name: "title"
          -contentTypeName: "text_line"
          -mandatory: true
          -multilingual: true
          -maxOccurs: null
          -minOccurs: null
          -params: [
            "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3765
              -name: "headline"
              -value: true
              -type: "string"
              -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …}
            }
          ]
          -tags: [
            "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3769
              -name: "sulu.rlp.part"
              -priority: null
              -attributes: []
            }
          ]
          -colSpan: 12
          #defaultTypeName: null
        }
        "url" => Sulu\Component\Content\Compat\Property {#3778
          -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …}
          -value: null
          -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
          #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3787 …}
          #types: []
          #properties: []
          -name: "url"
          -contentTypeName: "resource_locator"
          -mandatory: true
          -multilingual: true
          -maxOccurs: null
          -minOccurs: null
          -params: []
          -tags: [
            "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3780
              -name: "sulu.rlp"
              -priority: null
              -attributes: []
            }
          ]
          -colSpan: 12
          #defaultTypeName: null
        }
        "listingTitle" => Sulu\Component\Content\Compat\Property {#3788
          -metadata: Sulu\Component\Content\Compat\Metadata {#3789 …}
          -value: null
          -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
          #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3794 …}
          #types: []
          #properties: []
          -name: "listingTitle"
          -contentTypeName: "text_line"
          -mandatory: false
          -multilingual: true
          -maxOccurs: null
          -minOccurs: null
          -params: []
          -tags: []
          -colSpan: 12
          #defaultTypeName: null
        }
        "sections" => Sulu\Component\Content\Compat\Block\BlockProperty {#3795
          -metadata: Sulu\Component\Content\Compat\Metadata {#3796 …}
          -value: null
          -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
          #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3924 …}
          #types: [
            "listing hero" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3797
              -name: "listing hero"
              -metadata: Sulu\Component\Content\Compat\Metadata {#3798 …}
              -childProperties: [
                Sulu\Component\Content\Compat\Property {#3799
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3800 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sectionId"
                  -contentTypeName: "text_line"
                  -mandatory: false
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3801
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3802 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "title"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3803
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3804 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "description"
                  -contentTypeName: "text_area"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3805
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3806 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "mainPost"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3807
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3808 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sidePost1"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 3
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3809
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3810 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sidePost2"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 3
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3811
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3812 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sidePost3"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 3
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3813
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3814 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sidePost4"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 3
                  #defaultTypeName: null
                }
              ]
              -settings: []
            }
            "free trial cta" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3815
              -name: "free trial cta"
              -metadata: Sulu\Component\Content\Compat\Metadata {#3816 …}
              -childProperties: [
                Sulu\Component\Content\Compat\Property {#3817
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3818 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sectionId"
                  -contentTypeName: "text_line"
                  -mandatory: false
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3819
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3820 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "title"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3821
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3822 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "description"
                  -contentTypeName: "text_area"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3823
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3824 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "buttonLabel"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 6
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3835
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3836 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "buttonUrl"
                  -contentTypeName: "link"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: [
                    "enable_anchor" => Sulu\Component\Content\Compat\PropertyParameter {#3825
                      -name: "enable_anchor"
                      -value: true
                      -type: "string"
                      -metadata: Sulu\Component\Content\Compat\Metadata {#3826 …}
                    }
                    "enable_query" => Sulu\Component\Content\Compat\PropertyParameter {#3827
                      -name: "enable_query"
                      -value: true
                      -type: "string"
                      -metadata: Sulu\Component\Content\Compat\Metadata {#3828 …}
                    }
                    "types" => Sulu\Component\Content\Compat\PropertyParameter {#3833
                      -name: "types"
                      -value: [
                        "page" => Sulu\Component\Content\Compat\PropertyParameter {#3829
                          -name: "page"
                          -value: null
                          -type: "string"
                          -metadata: Sulu\Component\Content\Compat\Metadata {#3830 …}
                        }
                        "external" => Sulu\Component\Content\Compat\PropertyParameter {#3831
                          -name: "external"
                          -value: null
                          -type: "string"
                          -metadata: Sulu\Component\Content\Compat\Metadata {#3832 …}
                        }
                      ]
                      -type: "collection"
                      -metadata: Sulu\Component\Content\Compat\Metadata {#3834 …}
                    }
                  ]
                  -tags: []
                  -colSpan: 6
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3839
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3840 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "image"
                  -contentTypeName: "single_media_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: [
                    "types" => Sulu\Component\Content\Compat\PropertyParameter {#3837
                      -name: "types"
                      -value: "image"
                      -type: "string"
                      -metadata: Sulu\Component\Content\Compat\Metadata {#3838 …}
                    }
                  ]
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
              ]
              -settings: []
            }
            "newsletter" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3841
              -name: "newsletter"
              -metadata: Sulu\Component\Content\Compat\Metadata {#3842 …}
              -childProperties: [
                Sulu\Component\Content\Compat\Property {#3843
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3844 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sectionId"
                  -contentTypeName: "text_line"
                  -mandatory: false
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3845
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3846 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "title"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3847
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3848 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "description"
                  -contentTypeName: "text_area"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3851
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3852 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "image"
                  -contentTypeName: "single_media_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: [
                    "types" => Sulu\Component\Content\Compat\PropertyParameter {#3849
                      -name: "types"
                      -value: "image"
                      -type: "string"
                      -metadata: Sulu\Component\Content\Compat\Metadata {#3850 …}
                    }
                  ]
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3853
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3854 …}
                  -value: null
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "buttonLabel"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 6
                  #defaultTypeName: null
                }
              ]
              -settings: []
            }
          ]
          #properties: [
            Sulu\Component\Content\Compat\Block\BlockPropertyType {#3925
              -name: "listing hero"
              -metadata: Sulu\Component\Content\Compat\Metadata {#3798 …}
              -childProperties: [
                Sulu\Component\Content\Compat\Property {#3922
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3800 …}
                  -value: ""
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sectionId"
                  -contentTypeName: "text_line"
                  -mandatory: false
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3923
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3802 …}
                  -value: "XFG Magazyn"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "title"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3920
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3804 …}
                  -value: "Trenuj i rozwijaj się razem z nami. Tworzymy treści, aby wspierać Cię też poza klubem!"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "description"
                  -contentTypeName: "text_area"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3921
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3806 …}
                  -value: "019bc18b-87f9-7fbf-a904-24d146935c54"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "mainPost"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3955
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3808 …}
                  -value: "019c3335-6b36-7d10-abaf-00152228cd62"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sidePost1"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 3
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3956
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3810 …}
                  -value: "019c3335-a44d-71a9-8e7b-4e9852d3215e"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sidePost2"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 3
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3957
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3812 …}
                  -value: "019bc188-0b4b-7191-ba8c-b822c13359a2"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sidePost3"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 3
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3958
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3814 …}
                  -value: "019c7ad5-f991-7285-91ce-0760bbe67047"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sidePost4"
                  -contentTypeName: "single_blog_post_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 3
                  #defaultTypeName: null
                }
              ]
              -settings: {#3935 …}
            }
            Sulu\Component\Content\Compat\Block\BlockPropertyType {#3959
              -name: "newsletter"
              -metadata: Sulu\Component\Content\Compat\Metadata {#3842 …}
              -childProperties: [
                Sulu\Component\Content\Compat\Property {#3960
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3844 …}
                  -value: ""
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sectionId"
                  -contentTypeName: "text_line"
                  -mandatory: false
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3961
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3846 …}
                  -value: "Odbierz prezent: bezpłatny e-book"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "title"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3962
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3848 …}
                  -value: "7 przepisów na potreningowy posiłek w 10 minut!"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "description"
                  -contentTypeName: "text_area"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3963
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3852 …}
                  -value: [
                    "id" => 19
                  ]
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "image"
                  -contentTypeName: "single_media_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: [
                    "types" => Sulu\Component\Content\Compat\PropertyParameter {#3849}
                  ]
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3964
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3854 …}
                  -value: "Odbierz e-book"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "buttonLabel"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 6
                  #defaultTypeName: null
                }
              ]
              -settings: {#3944 …}
            }
            Sulu\Component\Content\Compat\Block\BlockPropertyType {#3965
              -name: "free trial cta"
              -metadata: Sulu\Component\Content\Compat\Metadata {#3816 …}
              -childProperties: [
                Sulu\Component\Content\Compat\Property {#3966
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3818 …}
                  -value: ""
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "sectionId"
                  -contentTypeName: "text_line"
                  -mandatory: false
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3967
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3820 …}
                  -value: "Wejście za free"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "title"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3968
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3822 …}
                  -value: "Przyjdź pierwszy raz i wypróbuj klub Xtreme Fitness za darmo."
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "description"
                  -contentTypeName: "text_area"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3969
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3824 …}
                  -value: "Zgarnij wejściówkę"
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "buttonLabel"
                  -contentTypeName: "text_line"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: []
                  -tags: []
                  -colSpan: 6
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3970
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3836 …}
                  -value: [
                    "provider" => "page"
                    "target" => null
                    "anchor" => null
                    "query" => null
                    "href" => "7a636db4-b183-4752-aee1-2013f3ae2931"
                    "title" => null
                    "rel" => null
                    "locale" => "en"
                  ]
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "buttonUrl"
                  -contentTypeName: "link"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: [
                    "enable_anchor" => Sulu\Component\Content\Compat\PropertyParameter {#3825}
                    "enable_query" => Sulu\Component\Content\Compat\PropertyParameter {#3827}
                    "types" => Sulu\Component\Content\Compat\PropertyParameter {#3833}
                  ]
                  -tags: []
                  -colSpan: 6
                  #defaultTypeName: null
                }
                Sulu\Component\Content\Compat\Property {#3971
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3840 …}
                  -value: [
                    "id" => 62
                  ]
                  -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
                  #propertyValue: null
                  #types: []
                  #properties: []
                  -name: "image"
                  -contentTypeName: "single_media_selection"
                  -mandatory: true
                  -multilingual: true
                  -maxOccurs: null
                  -minOccurs: null
                  -params: [
                    "types" => Sulu\Component\Content\Compat\PropertyParameter {#3837}
                  ]
                  -tags: []
                  -colSpan: 12
                  #defaultTypeName: null
                }
              ]
              -settings: {#3953 …}
            }
          ]
          -name: "sections"
          -contentTypeName: "block"
          -mandatory: false
          -multilingual: true
          -maxOccurs: 10
          -minOccurs: null
          -params: [
            [
              "name" => "add_button_text"
              "type" => "string"
              "meta" => [
                "title" => [
                  "en" => "Add section"
                  "pl" => "Dodaj sekcję"
                ]
                "info_text" => []
                "placeholder" => []
              ]
              "value" => null
            ]
          ]
          -tags: []
          -colSpan: 12
          #defaultTypeName: "listing hero"
        }
      ]
      #locale: null
      -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1252 …}
      #document: Sulu\Bundle\PageBundle\Document\PageDocument {#1967 …}
    }
    "partial" => false
  ]
  -requirements: []
  -options: [
    "compiler_class" => "Symfony\Component\Routing\RouteCompiler"
    "utf8" => true
  ]
  -condition: ""
  -compiled: Symfony\Component\Routing\CompiledRoute {#3289 …}
}
structure
Sulu\Component\Content\Compat\Structure\PageBridge {#3284
  #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3185 …}
  #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#158 …}
  -loadedProperties: [
    "title" => Sulu\Component\Content\Compat\Property {#3766
      -metadata: Sulu\Component\Content\Compat\Metadata {#3768 …}
      -value: null
      -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
      #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3777 …}
      #types: []
      #properties: []
      -name: "title"
      -contentTypeName: "text_line"
      -mandatory: true
      -multilingual: true
      -maxOccurs: null
      -minOccurs: null
      -params: [
        "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3765
          -name: "headline"
          -value: true
          -type: "string"
          -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …}
        }
      ]
      -tags: [
        "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3769
          -name: "sulu.rlp.part"
          -priority: null
          -attributes: []
        }
      ]
      -colSpan: 12
      #defaultTypeName: null
    }
    "url" => Sulu\Component\Content\Compat\Property {#3778
      -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …}
      -value: null
      -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
      #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3787 …}
      #types: []
      #properties: []
      -name: "url"
      -contentTypeName: "resource_locator"
      -mandatory: true
      -multilingual: true
      -maxOccurs: null
      -minOccurs: null
      -params: []
      -tags: [
        "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3780
          -name: "sulu.rlp"
          -priority: null
          -attributes: []
        }
      ]
      -colSpan: 12
      #defaultTypeName: null
    }
    "listingTitle" => Sulu\Component\Content\Compat\Property {#3788
      -metadata: Sulu\Component\Content\Compat\Metadata {#3789 …}
      -value: null
      -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
      #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3794 …}
      #types: []
      #properties: []
      -name: "listingTitle"
      -contentTypeName: "text_line"
      -mandatory: false
      -multilingual: true
      -maxOccurs: null
      -minOccurs: null
      -params: []
      -tags: []
      -colSpan: 12
      #defaultTypeName: null
    }
    "sections" => Sulu\Component\Content\Compat\Block\BlockProperty {#3795
      -metadata: Sulu\Component\Content\Compat\Metadata {#3796 …}
      -value: null
      -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
      #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3924 …}
      #types: [
        "listing hero" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3797
          -name: "listing hero"
          -metadata: Sulu\Component\Content\Compat\Metadata {#3798 …}
          -childProperties: [
            Sulu\Component\Content\Compat\Property {#3799
              -metadata: Sulu\Component\Content\Compat\Metadata {#3800 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sectionId"
              -contentTypeName: "text_line"
              -mandatory: false
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3801
              -metadata: Sulu\Component\Content\Compat\Metadata {#3802 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "title"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3803
              -metadata: Sulu\Component\Content\Compat\Metadata {#3804 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "description"
              -contentTypeName: "text_area"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3805
              -metadata: Sulu\Component\Content\Compat\Metadata {#3806 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "mainPost"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3807
              -metadata: Sulu\Component\Content\Compat\Metadata {#3808 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sidePost1"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 3
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3809
              -metadata: Sulu\Component\Content\Compat\Metadata {#3810 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sidePost2"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 3
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3811
              -metadata: Sulu\Component\Content\Compat\Metadata {#3812 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sidePost3"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 3
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3813
              -metadata: Sulu\Component\Content\Compat\Metadata {#3814 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sidePost4"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 3
              #defaultTypeName: null
            }
          ]
          -settings: []
        }
        "free trial cta" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3815
          -name: "free trial cta"
          -metadata: Sulu\Component\Content\Compat\Metadata {#3816 …}
          -childProperties: [
            Sulu\Component\Content\Compat\Property {#3817
              -metadata: Sulu\Component\Content\Compat\Metadata {#3818 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sectionId"
              -contentTypeName: "text_line"
              -mandatory: false
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3819
              -metadata: Sulu\Component\Content\Compat\Metadata {#3820 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "title"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3821
              -metadata: Sulu\Component\Content\Compat\Metadata {#3822 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "description"
              -contentTypeName: "text_area"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3823
              -metadata: Sulu\Component\Content\Compat\Metadata {#3824 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "buttonLabel"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 6
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3835
              -metadata: Sulu\Component\Content\Compat\Metadata {#3836 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "buttonUrl"
              -contentTypeName: "link"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: [
                "enable_anchor" => Sulu\Component\Content\Compat\PropertyParameter {#3825
                  -name: "enable_anchor"
                  -value: true
                  -type: "string"
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3826 …}
                }
                "enable_query" => Sulu\Component\Content\Compat\PropertyParameter {#3827
                  -name: "enable_query"
                  -value: true
                  -type: "string"
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3828 …}
                }
                "types" => Sulu\Component\Content\Compat\PropertyParameter {#3833
                  -name: "types"
                  -value: [
                    "page" => Sulu\Component\Content\Compat\PropertyParameter {#3829
                      -name: "page"
                      -value: null
                      -type: "string"
                      -metadata: Sulu\Component\Content\Compat\Metadata {#3830 …}
                    }
                    "external" => Sulu\Component\Content\Compat\PropertyParameter {#3831
                      -name: "external"
                      -value: null
                      -type: "string"
                      -metadata: Sulu\Component\Content\Compat\Metadata {#3832 …}
                    }
                  ]
                  -type: "collection"
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3834 …}
                }
              ]
              -tags: []
              -colSpan: 6
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3839
              -metadata: Sulu\Component\Content\Compat\Metadata {#3840 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "image"
              -contentTypeName: "single_media_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: [
                "types" => Sulu\Component\Content\Compat\PropertyParameter {#3837
                  -name: "types"
                  -value: "image"
                  -type: "string"
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3838 …}
                }
              ]
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
          ]
          -settings: []
        }
        "newsletter" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3841
          -name: "newsletter"
          -metadata: Sulu\Component\Content\Compat\Metadata {#3842 …}
          -childProperties: [
            Sulu\Component\Content\Compat\Property {#3843
              -metadata: Sulu\Component\Content\Compat\Metadata {#3844 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sectionId"
              -contentTypeName: "text_line"
              -mandatory: false
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3845
              -metadata: Sulu\Component\Content\Compat\Metadata {#3846 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "title"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3847
              -metadata: Sulu\Component\Content\Compat\Metadata {#3848 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "description"
              -contentTypeName: "text_area"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3851
              -metadata: Sulu\Component\Content\Compat\Metadata {#3852 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "image"
              -contentTypeName: "single_media_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: [
                "types" => Sulu\Component\Content\Compat\PropertyParameter {#3849
                  -name: "types"
                  -value: "image"
                  -type: "string"
                  -metadata: Sulu\Component\Content\Compat\Metadata {#3850 …}
                }
              ]
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3853
              -metadata: Sulu\Component\Content\Compat\Metadata {#3854 …}
              -value: null
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "buttonLabel"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 6
              #defaultTypeName: null
            }
          ]
          -settings: []
        }
      ]
      #properties: [
        Sulu\Component\Content\Compat\Block\BlockPropertyType {#3925
          -name: "listing hero"
          -metadata: Sulu\Component\Content\Compat\Metadata {#3798 …}
          -childProperties: [
            Sulu\Component\Content\Compat\Property {#3922
              -metadata: Sulu\Component\Content\Compat\Metadata {#3800 …}
              -value: ""
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sectionId"
              -contentTypeName: "text_line"
              -mandatory: false
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3923
              -metadata: Sulu\Component\Content\Compat\Metadata {#3802 …}
              -value: "XFG Magazyn"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "title"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3920
              -metadata: Sulu\Component\Content\Compat\Metadata {#3804 …}
              -value: "Trenuj i rozwijaj się razem z nami. Tworzymy treści, aby wspierać Cię też poza klubem!"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "description"
              -contentTypeName: "text_area"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3921
              -metadata: Sulu\Component\Content\Compat\Metadata {#3806 …}
              -value: "019bc18b-87f9-7fbf-a904-24d146935c54"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "mainPost"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3955
              -metadata: Sulu\Component\Content\Compat\Metadata {#3808 …}
              -value: "019c3335-6b36-7d10-abaf-00152228cd62"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sidePost1"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 3
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3956
              -metadata: Sulu\Component\Content\Compat\Metadata {#3810 …}
              -value: "019c3335-a44d-71a9-8e7b-4e9852d3215e"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sidePost2"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 3
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3957
              -metadata: Sulu\Component\Content\Compat\Metadata {#3812 …}
              -value: "019bc188-0b4b-7191-ba8c-b822c13359a2"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sidePost3"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 3
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3958
              -metadata: Sulu\Component\Content\Compat\Metadata {#3814 …}
              -value: "019c7ad5-f991-7285-91ce-0760bbe67047"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sidePost4"
              -contentTypeName: "single_blog_post_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 3
              #defaultTypeName: null
            }
          ]
          -settings: {#3935 …}
        }
        Sulu\Component\Content\Compat\Block\BlockPropertyType {#3959
          -name: "newsletter"
          -metadata: Sulu\Component\Content\Compat\Metadata {#3842 …}
          -childProperties: [
            Sulu\Component\Content\Compat\Property {#3960
              -metadata: Sulu\Component\Content\Compat\Metadata {#3844 …}
              -value: ""
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sectionId"
              -contentTypeName: "text_line"
              -mandatory: false
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3961
              -metadata: Sulu\Component\Content\Compat\Metadata {#3846 …}
              -value: "Odbierz prezent: bezpłatny e-book"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "title"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3962
              -metadata: Sulu\Component\Content\Compat\Metadata {#3848 …}
              -value: "7 przepisów na potreningowy posiłek w 10 minut!"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "description"
              -contentTypeName: "text_area"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3963
              -metadata: Sulu\Component\Content\Compat\Metadata {#3852 …}
              -value: [
                "id" => 19
              ]
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "image"
              -contentTypeName: "single_media_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: [
                "types" => Sulu\Component\Content\Compat\PropertyParameter {#3849}
              ]
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3964
              -metadata: Sulu\Component\Content\Compat\Metadata {#3854 …}
              -value: "Odbierz e-book"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "buttonLabel"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 6
              #defaultTypeName: null
            }
          ]
          -settings: {#3944 …}
        }
        Sulu\Component\Content\Compat\Block\BlockPropertyType {#3965
          -name: "free trial cta"
          -metadata: Sulu\Component\Content\Compat\Metadata {#3816 …}
          -childProperties: [
            Sulu\Component\Content\Compat\Property {#3966
              -metadata: Sulu\Component\Content\Compat\Metadata {#3818 …}
              -value: ""
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "sectionId"
              -contentTypeName: "text_line"
              -mandatory: false
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3967
              -metadata: Sulu\Component\Content\Compat\Metadata {#3820 …}
              -value: "Wejście za free"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "title"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3968
              -metadata: Sulu\Component\Content\Compat\Metadata {#3822 …}
              -value: "Przyjdź pierwszy raz i wypróbuj klub Xtreme Fitness za darmo."
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "description"
              -contentTypeName: "text_area"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3969
              -metadata: Sulu\Component\Content\Compat\Metadata {#3824 …}
              -value: "Zgarnij wejściówkę"
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "buttonLabel"
              -contentTypeName: "text_line"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: []
              -tags: []
              -colSpan: 6
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3970
              -metadata: Sulu\Component\Content\Compat\Metadata {#3836 …}
              -value: [
                "provider" => "page"
                "target" => null
                "anchor" => null
                "query" => null
                "href" => "7a636db4-b183-4752-aee1-2013f3ae2931"
                "title" => null
                "rel" => null
                "locale" => "en"
              ]
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "buttonUrl"
              -contentTypeName: "link"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: [
                "enable_anchor" => Sulu\Component\Content\Compat\PropertyParameter {#3825}
                "enable_query" => Sulu\Component\Content\Compat\PropertyParameter {#3827}
                "types" => Sulu\Component\Content\Compat\PropertyParameter {#3833}
              ]
              -tags: []
              -colSpan: 6
              #defaultTypeName: null
            }
            Sulu\Component\Content\Compat\Property {#3971
              -metadata: Sulu\Component\Content\Compat\Metadata {#3840 …}
              -value: [
                "id" => 62
              ]
              -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3284}
              #propertyValue: null
              #types: []
              #properties: []
              -name: "image"
              -contentTypeName: "single_media_selection"
              -mandatory: true
              -multilingual: true
              -maxOccurs: null
              -minOccurs: null
              -params: [
                "types" => Sulu\Component\Content\Compat\PropertyParameter {#3837}
              ]
              -tags: []
              -colSpan: 12
              #defaultTypeName: null
            }
          ]
          -settings: {#3953 …}
        }
      ]
      -name: "sections"
      -contentTypeName: "block"
      -mandatory: false
      -multilingual: true
      -maxOccurs: 10
      -minOccurs: null
      -params: [
        [
          "name" => "add_button_text"
          "type" => "string"
          "meta" => [
            "title" => [
              "en" => "Add section"
              "pl" => "Dodaj sekcję"
            ]
            "info_text" => []
            "placeholder" => []
          ]
          "value" => null
        ]
      ]
      -tags: []
      -colSpan: 12
      #defaultTypeName: "listing hero"
    }
  ]
  #locale: null
  -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1252 …}
  #document: Sulu\Bundle\PageBundle\Document\PageDocument {#1967 …}
}