| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#597
-records: [
13 => [
[
"timestamp" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.933+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.935+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.deprecated
› if (! $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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.935+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.945+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.945+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.946+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.946+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.954+02:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/kontakt/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.954+02:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.954+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.976+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.983+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT prefix, uri FROM phpcr_namespaces"
]
"channel" => "doctrine"
]
[
"timestamp" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.984+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/kontakt"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.989+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/kontakt"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.990+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" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.996+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 => "abd4430c-5a32-463d-90e1-8922a056fca7"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775938636
"timestamp_rfc3339" => "2026-04-11T22:17:16.998+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/kontakt"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.001+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.010+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "contact_abd4430c-5a32-463d-90e1-8922a056fca7"
"route_parameters" => [
"_controller" => "Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController::indexAction"
"structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#3208 …}
"partial" => false
"_route" => "contact_abd4430c-5a32-463d-90e1-8922a056fca7"
]
"request_uri" => "https://api-xtreme.bisons.dev/kontakt"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.044+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.045+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.047+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.047+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.047+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.047+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.047+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.063+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 => 61
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.127+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 {#3818
#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:906 {
Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
› {
› return $this->execute(null, $hydrationMode);
› }
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:227 {
Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMedia($filter = [], $limit = null, $offset = null, ?UserInterface $user = null, $permission = null) …
› /** @var MediaInterface[] */
› return $queryBuilder->getQuery()->getResult();
› }
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php:159 {
Sulu\Bundle\MediaBundle\Media\Manager\MediaManager->getByIds(array $ids, $locale, $permission = null) …
› $media = [];
› $mediaEntities = $this->mediaRepository->findMedia(
› ['pagination' => false, 'ids' => $ids],
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/MediaSelectionResolver.php:57 {
Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\MediaSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
› if (\is_array($ids) && \count($ids)) {
› $medias = $this->mediaManager->getByIds($ids, $locale);
› $content = $this->resolveApiMedias($medias, $locale);
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/SingleMediaSelectionResolver.php:43 {
Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\SingleMediaSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
› $ids = \array_key_exists('id', $data) && \is_numeric($data['id']) ? [(int) $data['id']] : [];
› $content = $this->mediaSelectionResolver->resolve(['ids' => $ids], $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/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:37 {
Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->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 {#3208 …}
$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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.128+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 {#3772
#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:906 {
Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
› {
› return $this->execute(null, $hydrationMode);
› }
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:227 {
Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMedia($filter = [], $limit = null, $offset = null, ?UserInterface $user = null, $permission = null) …
› /** @var MediaInterface[] */
› return $queryBuilder->getQuery()->getResult();
› }
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php:159 {
Sulu\Bundle\MediaBundle\Media\Manager\MediaManager->getByIds(array $ids, $locale, $permission = null) …
› $media = [];
› $mediaEntities = $this->mediaRepository->findMedia(
› ['pagination' => false, 'ids' => $ids],
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/MediaSelectionResolver.php:57 {
Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\MediaSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
› if (\is_array($ids) && \count($ids)) {
› $medias = $this->mediaManager->getByIds($ids, $locale);
› $content = $this->resolveApiMedias($medias, $locale);
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/SingleMediaSelectionResolver.php:43 {
Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\SingleMediaSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
› $ids = \array_key_exists('id', $data) && \is_numeric($data['id']) ? [(int) $data['id']] : [];
› $content = $this->mediaSelectionResolver->resolve(['ids' => $ids], $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/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:37 {
Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->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 {#3208 …}
$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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.129+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 {#3728
#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:906 {
Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
› {
› return $this->execute(null, $hydrationMode);
› }
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:227 {
Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMedia($filter = [], $limit = null, $offset = null, ?UserInterface $user = null, $permission = null) …
› /** @var MediaInterface[] */
› return $queryBuilder->getQuery()->getResult();
› }
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Manager/MediaManager.php:159 {
Sulu\Bundle\MediaBundle\Media\Manager\MediaManager->getByIds(array $ids, $locale, $permission = null) …
› $media = [];
› $mediaEntities = $this->mediaRepository->findMedia(
› ['pagination' => false, 'ids' => $ids],
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/MediaSelectionResolver.php:57 {
Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\MediaSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
› if (\is_array($ids) && \count($ids)) {
› $medias = $this->mediaManager->getByIds($ids, $locale);
› $content = $this->resolveApiMedias($medias, $locale);
}
/srv/xtreme-fitness-cms/server/app/vendor/sulu/headless-bundle/Content/ContentTypeResolver/SingleMediaSelectionResolver.php:43 {
Sulu\Bundle\HeadlessBundle\Content\ContentTypeResolver\SingleMediaSelectionResolver->resolve($data, PropertyInterface $property, string $locale, array $attributes = []): ContentView …
› $ids = \array_key_exists('id', $data) && \is_numeric($data['id']) ? [(int) $data['id']] : [];
› $content = $this->mediaSelectionResolver->resolve(['ids' => $ids], $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/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:37 {
Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->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 {#3208 …}
$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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.133+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.method AS method_1, t0.options AS options_2, t0.id AS id_3, t0.idUsers AS idusers_4 FROM se_user_two_factors t0 WHERE t0.idUsers = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.142+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 => 61
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.149+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 {#4541
#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/vendor/sulu/headless-bundle/Controller/HeadlessWebsiteController.php:40 {
Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController->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 {#3208 …}
$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 {#3208 …}
$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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.175+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.190+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.190+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.190+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.190+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.190+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.190+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.190+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.191+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"
]
]
4679 => [
[
"timestamp" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.151+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.152+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.152+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.152+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.152+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.152+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.172+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.172+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.172+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.172+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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" => 1775938637
"timestamp_rfc3339" => "2026-04-11T22:17:17.173+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
4679 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#596 …}
} |