| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#155
-records: [
30 => [
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.408+01:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryManagerInterface::createQuery()" might add "QueryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1530
#message: "User Deprecated: Method "PHPCR\Query\QueryManagerInterface::createQuery()" might add "QueryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Workspace.php:150 {
Jackalope\Workspace->getQueryManager(): QueryManagerInterface …
›
› return $this->factory->get(QueryManager::class, [$this->session->getObjectManager()]);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:80 {
Sulu\Component\Content\Repository\ContentRepository->__construct(SessionManagerInterface $sessionManager, PropertyEncoder $propertyEncoder, WebspaceManagerInterface $webspaceManager, LocalizationFinderInterface $localizationFinder, StructureManagerInterface $structureManager, SuluNodeHelper $nodeHelper, SystemStoreInterface $systemStore, array $permissions) …
› $this->session = $this->sessionManager->getSession();
› $this->qomFactory = $this->session->getWorkspace()->getQueryManager()->getQOMFactory();
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/Container9JskeHH/App_KernelDevDebugContainer.php:2827 {
Container9JskeHH\App_KernelDevDebugContainer::getSuluPage_ContentRepositoryService($container) …
›
› return $container->services['sulu_page.content_repository'] = new \Sulu\Component\Content\Repository\ContentRepository(($container->services['sulu.phpcr.session'] ?? self::getSulu_Phpcr_SessionService($container)), ($container->services['sulu_document_manager.property_encoder'] ?? self::getSuluDocumentManager_PropertyEncoderService($container)), ($container->services['sulu_core.webspace.webspace_manager'] ?? self::getSuluCore_Webspace_WebspaceManagerService($container)), ($container->services['sulu.content.localization_finder'] ?? self::getSulu_Content_LocalizationFinderService($container)), ($container->services['sulu.content.structure_manager'] ?? self::getSulu_Content_StructureManagerService($container)), ($container->services['sulu.util.node_helper'] ?? self::getSulu_Util_NodeHelperService($container)), $a, $container->parameters['sulu_security.permissions']);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/Container9JskeHH/App_KernelDevDebugContainer.php:2511 {
Container9JskeHH\App_KernelDevDebugContainer::getSuluCustomUrls_ManagerService($container) …
› }
› $c = ($container->services['sulu_page.content_repository'] ?? self::getSuluPage_ContentRepositoryService($container));
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/Container9JskeHH/App_KernelDevDebugContainer.php:4719 {
Container9JskeHH\App_KernelDevDebugContainer::getSuluCustomUrls_RequestProcessorService($container, $lazyLoad = true) …
›
› return ($lazyLoad->__construct(($container->services['sulu_custom_urls.manager'] ?? self::getSuluCustomUrls_ManagerService($container)), ($container->privates['sulu_custom_urls.domain_generator'] ?? self::getSuluCustomUrls_DomainGeneratorService($container)), ($container->services['sulu_core.webspace.webspace_manager'] ?? self::getSuluCore_Webspace_WebspaceManagerService($container)), 'dev') && false ?: $lazyLoad);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/Container9JskeHH/App_KernelDevDebugContainer.php:4714 {
Container9JskeHH\App_KernelDevDebugContainer::Container9JskeHH\{closure} …
› if (true === $lazyLoad) {
› return $container->privates['sulu_custom_urls.request_processor'] = $container->createProxy('CustomUrlRequestProcessorGhost4a7c133', static fn () => \CustomUrlRequestProcessorGhost4a7c133::createLazyGhost(static fn ($proxy) => self::getSuluCustomUrls_RequestProcessorService($container, $proxy)));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
Container9JskeHH\CustomUrlRequestProcessorGhost4a7c133->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.441+01:00"
"message" => "User Deprecated: Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Webspace\Manager\WebspaceCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1759
#message: "User Deprecated: Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Webspace\Manager\WebspaceCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
require_once …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:428 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› require_once $cache->getPath();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.442+01:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Localization\Localization" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1765
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Localization\Localization" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
websiteWebspaceCollectionCache->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.442+01: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 {#1764
#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: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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__);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:39 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(true);
› $localization0->setXDefault('');
› $localizationRefs['ewm_en'] = $localization0;
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.442+01: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 {#1762
#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: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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__);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:46 {
websiteWebspaceCollectionCache->__construct() …
› $localization0->setDefault(false);
› $localization0->setXDefault('');
› $localizationRefs['ewm_fr'] = $localization0;
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.443+01: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: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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__);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:105 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('1');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.443+01: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 {#1719
#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: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 194
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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__);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:160 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
›
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:106 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.443+01: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 {#1720
#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: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php"
#line: 181
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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__);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:161 {
Sulu\Component\Webspace\Portal->setDefaultLocalization($defaultLocalization) …
› if (!$this->getXDefaultLocalization()) {
› $this->setXDefaultLocalization($defaultLocalization);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Portal.php:114 {
Sulu\Component\Webspace\Portal->addLocalization(Localization $localization) …
› if ($localization->isDefault()) {
› $this->setDefaultLocalization($localization);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:106 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setXDefault('');
› $portal->addLocalization($localization);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.443+01: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 {#1723
#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: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Localization/Localization.php"
#line: 305
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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__);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/sulu/websiteWebspaceCollectionCache.php:111 {
websiteWebspaceCollectionCache->__construct() …
› $localization->setDefault('');
› $localization->setXDefault('');
› $portal->addLocalization($localization);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Webspace/Manager/WebspaceManager.php:430 {
Sulu\Component\Webspace\Manager\WebspaceManager->getWebspaceCollection(): WebspaceCollection …
›
› $this->webspaceCollection = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.445+01:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/en/services/e-commerce/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.445+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.446+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "fi616_ewm_25"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "fi616_ewm_25"
"serverVersion" => "8.0.27"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.448+01: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" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.449+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT prefix, uri FROM phpcr_namespaces"
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.450+01: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/ewm/routes/en/services/e-commerce"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.451+01: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/ewm/routes/en/services/e-commerce"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.454+01: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" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.462+01: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 => "91dd36a5-1daf-4b95-be5b-a91c061db753"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.463+01: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/ewm/contents/services/e-commerce"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.470+01:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1961
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Container9JskeHH\App_KernelDevDebugContainer::Container9JskeHH\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.473+01:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2013
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Container9JskeHH\App_KernelDevDebugContainer::Container9JskeHH\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.473+01:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\TargetSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1965
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\TargetSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Container9JskeHH\App_KernelDevDebugContainer::Container9JskeHH\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.474+01:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RobotSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2014
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RobotSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Container9JskeHH\App_KernelDevDebugContainer::Container9JskeHH\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:189 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->loadMetadata($mapping) …
› $event = new MetadataLoadEvent($metadata);
› $this->dispatcher->dispatch($event, Events::METADATA_LOAD);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/BaseMetadataFactory.php:85 {
Sulu\Component\DocumentManager\Metadata\BaseMetadataFactory->getMetadataForPhpcrType($phpcrType) …
›
› return $this->loadMetadata($map);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Metadata/MetadataFactory.php:74 {
Sulu\Component\DocumentManager\Metadata\MetadataFactory->getMetadataForPhpcrNode(NodeInterface $node) …
› if (true == $this->metadataFactory->hasMetadataForPhpcrType($mixinType)) {
› return $this->metadataFactory->getMetadataForPhpcrType($mixinType);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:71 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
› {
› $metadata = $this->metadataFactory->getMetadataForPhpcrNode($node);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.474+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1959
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.474+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1980
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.474+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1982
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.474+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2011
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1981
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1979
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1983
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1984
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1985
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1986
#message: "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2018
#message: "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2019
#message: "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.475+01:00"
"message" => "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2017
#message: "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\PageBundle\Document\BasePageDocument->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:89 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->instantiateFromMetadata(Metadata $metadata) …
›
› $document = new $class();
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:73 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->getDocumentFromNode(NodeInterface $node) …
›
› return $this->instantiateFromMetadata($metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Core/InstantiatorSubscriber.php:52 {
Sulu\Component\DocumentManager\Subscriber\Core\InstantiatorSubscriber->handleHydrate(HydrateEvent $event) …
›
› $document = $this->getDocumentFromNode($node);
› $event->setDocument($document);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.476+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\ManagedStructure" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1977
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\ManagedStructure" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->createStructure($document) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/StructureSubscriber.php:345 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->getStructure($document, $structureType, $rehydrate) …
› if ($structureType) {
› return $this->createStructure($document);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/StructureSubscriber.php:139 {
Sulu\Component\Content\Document\Subscriber\StructureSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $structure = $this->getStructure($document, $structureType, $rehydrate);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.478+01:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1974
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Container9JskeHH\App_KernelDevDebugContainer::Container9JskeHH\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.478+01:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1963
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Container9JskeHH\App_KernelDevDebugContainer::Container9JskeHH\{closure} …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.478+01: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/ewm/contents/services"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.479+01: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/ewm/contents/services"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.495+01:00"
"message" => "User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2089
#message: "User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.495+01:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2090
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.495+01:00"
"message" => "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2088
#message: "User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.495+01:00"
"message" => "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2086
#message: "User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.495+01:00"
"message" => "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2077
#message: "User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.495+01:00"
"message" => "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2076
#message: "User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.495+01:00"
"message" => "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\ChildrenCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2096
#message: "User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\ChildrenCollection" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\DocumentManager\ProxyFactory->createChildrenCollection($document, array $options = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Behavior/Mapping/ChildrenSubscriber.php:45 {
Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\ChildrenSubscriber->handleHydrate(HydrateEvent $event) …
› $accessor = $event->getAccessor();
› $accessor->set('children', $this->proxyFactory->createChildrenCollection($document, $event->getOptions()));
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.497+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2146
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->hydrate(AbstractMappingEvent $event) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/ExtensionSubscriber.php:59 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $this->hydrate($event);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.497+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2168
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->hydrate(AbstractMappingEvent $event) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/ExtensionSubscriber.php:59 {
Sulu\Component\Content\Document\Subscriber\ExtensionSubscriber->handleHydrate(AbstractMappingEvent $event) …
›
› $this->hydrate($event);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php:64 {
Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(FindEvent $event) …
› $hydrateEvent = new HydrateEvent($node, $event->getLocale(), $options);
› $this->eventDispatcher->dispatch($hydrateEvent, Events::HYDRATE);
› $document = $hydrateEvent->getDocument();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php:34 {
Sulu\Component\DocumentManager\DocumentManager->find($identifier, $locale = null, array $options = []) …
› $event = new Event\FindEvent($identifier, $locale, $options);
› $this->eventDispatcher->dispatch($event, Events::FIND);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:152 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› /** @var PageDocument $document */
› $document = $this->documentManager->find(
› $resourceLocatorStrategy->loadByResourceLocator(
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.505+01:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Structure\StructureBridge" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2213
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Structure\StructureBridge" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Compat\StructureManager->wrapStructure($type, StructureMetadata $structure) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/StructureManager.php:42 {
Sulu\Component\Content\Compat\StructureManager->getStructure($key, $type = Structure::TYPE_PAGE) …
›
› return $this->wrapStructure($type, $metadata);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php:214 {
Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension->getExcerptStructure($locale = null) …
›
› $excerptStructure = $this->structureManager->getStructure(self::EXCERPT_EXTENSION_NAME);
› $excerptStructure->setLanguageCode($locale);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php:231 {
Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension->initProperties($locale) …
› /** @var PropertyInterface $property */
› foreach ($this->getExcerptStructure($locale)->getProperties() as $property) {
› $this->properties[] = $property->getName();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php:158 {
Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension->setLanguageCode($languageCode, $languageNamespace, $namespace) …
› // which will be set in initExcerptStructure
› $this->initProperties($languageCode);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Extension/ManagedExtensionContainer.php:66 {
Sulu\Component\Content\Document\Extension\ManagedExtensionContainer->offsetGet($extensionName) …
› // passed the document.
› $extension->setLanguageCode($this->locale, $this->prefix, $this->internalPrefix);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:208 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› if ($document instanceof ExtensionBehavior) {
› $documentSegments = $document->getExtensionsData()['excerpt']['segments'] ?? [];
› $documentSegmentKey = $documentSegments[$portal->getWebspace()->getKey()] ?? null;
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.506+01:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Property" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2204
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Property" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory->createProperty(ItemMetadata $property, ?StructureInterface $structure = null) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:659 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
›
› $propertyBridge = $this->propertyFactory->createProperty($item, $this);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php:231 {
Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension->initProperties($locale) …
› /** @var PropertyInterface $property */
› foreach ($this->getExcerptStructure($locale)->getProperties() as $property) {
› $this->properties[] = $property->getName();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php:158 {
Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension->setLanguageCode($languageCode, $languageNamespace, $namespace) …
› // which will be set in initExcerptStructure
› $this->initProperties($languageCode);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Extension/ManagedExtensionContainer.php:66 {
Sulu\Component\Content\Document\Extension\ManagedExtensionContainer->offsetGet($extensionName) …
› // passed the document.
› $extension->setLanguageCode($this->locale, $this->prefix, $this->internalPrefix);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Routing/ContentRouteProvider.php:208 {
Sulu\Bundle\WebsiteBundle\Routing\ContentRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› if ($document instanceof ExtensionBehavior) {
› $documentSegments = $document->getExtensionsData()['excerpt']['segments'] ?? [];
› $documentSegmentKey = $documentSegments[$portal->getWebspace()->getKey()] ?? null;
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.510+01:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "service_details_91dd36a5-1daf-4b95-be5b-a91c061db753"
"route_parameters" => [
"_controller" => "Sulu\Bundle\WebsiteBundle\Controller\DefaultController::indexAction"
"structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
"partial" => false
"_route" => "service_details_91dd36a5-1daf-4b95-be5b-a91c061db753"
]
"request_uri" => "https://ewm-2025.ewm.dev/en/services/e-commerce"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.518+01:00"
"message" => "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\PropertyParameter" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2634
#message: "User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\PropertyParameter" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Bundle\MediaBundle\Content\Types\MediaSelectionContentType->getDefaultParams(?PropertyInterface $property = null) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Content/Types/MediaSelectionContentType.php:73 {
Sulu\Bundle\MediaBundle\Content\Types\MediaSelectionContentType->getParams($params) …
› {
› return \array_merge($this->getDefaultParams(), $params);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Content/Types/MediaSelectionContentType.php:126 {
Sulu\Bundle\MediaBundle\Content\Types\MediaSelectionContentType->getContentData(PropertyInterface $property) …
›
› $params = $this->getParams($property->getParams());
› $types = $params['types']->getValue();
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Content/Structure/ExcerptStructureExtension.php:175 {
Sulu\Bundle\PageBundle\Content\Structure\ExcerptStructureExtension->getContentData($container) …
› $contentType = $this->contentTypeManager->get($property->getContentTypeName());
› $data[$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:100 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $extension = $this->extensionManager->getExtension($structure->getKey(), $name);
› $data['extension'][$name] = $extension->getContentData($value);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:111 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:62 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.519+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2643
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:111 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:62 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.519+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2642
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:111 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:62 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.519+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2641
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:111 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:62 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.519+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2640
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Document\Structure\ManagedStructure->getProperty($name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:662 {
Sulu\Component\Content\Compat\Structure\StructureBridge->createLegacyPropertyFromItem($item) …
› if ($this->document) {
› $property = $this->getDocument()->getStructure()->getProperty($name);
› $propertyBridge->setPropertyValue($property);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/Structure/StructureBridge.php:189 {
Sulu\Component\Content\Compat\Structure\StructureBridge->getProperties($flatten = false) …
› foreach ($items as $property) {
› $propertyBridges[$property->getName()] = $this->createLegacyPropertyFromItem($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:121 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› // pre-resolve content-types
› foreach ($structure->getProperties(true) as $property) {
› if (null === $includedProperties || \in_array($property->getName(), $includedProperties)) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/ParameterResolver.php:83 {
Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolver->resolve(array $parameter, ?RequestAnalyzerInterface $requestAnalyzer = null, ?StructureInterface $structure = null, $preview = false) …
› if (null !== $structure) {
› $structureData = $this->structureResolver->resolve($structure, true);
› } else {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:111 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->getAttributes($attributes, ?StructureInterface $structure = null, $preview = false) …
› {
› return $this->container->get('sulu_website.resolver.parameter')->resolve(
› $attributes,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:62 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› // get attributes to render template
› $data = $this->getAttributes($attributes, $structure, $preview);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.522+01: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/ewm"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.523+01: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/ewm"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.523+01: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 => "241d4e5d-ecc7-4485-919c-d9bf50b52cc2"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.524+01: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/snippets/settings/settings"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.525+01: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/snippets/settings"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.525+01: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/snippets/settings"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.536+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "093c8b93-53e5-47f4-a8dd-2f8152093a94"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.537+01: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/snippets/form/contact-form"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.537+01: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/snippets/form"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.538+01: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/snippets/form"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.548+01: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 => "732f6e2a-3fb0-4466-ac35-7ddd63e877f2"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.549+01: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/snippets/navigations/navigations"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.550+01: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/snippets/navigations"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.550+01: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/snippets/navigations"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.554+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "02325430-8eeb-4160-947c-59e0f2c2af2e"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.555+01: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/snippets/services/services"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.556+01: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/snippets/services"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.556+01: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/snippets/services"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.583+01: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 => 28
2 => 29
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.595+01: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" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.602+01: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 => 30
2 => 27
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.603+01: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 => 28
2 => 29
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.606+01:00"
"message" => "User Deprecated: Method "PHPCR\Query\QOM\LiteralInterface::getLiteralValue()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Literal" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6269
#message: "User Deprecated: Method "PHPCR\Query\QOM\LiteralInterface::getLiteralValue()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Literal" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Jackalope\Query\QOM\QueryObjectModelFactory->literal($literalValue): LiteralInterface …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:222 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
› QueryObjectModelConstantsInterface::JCR_OPERATOR_EQUAL_TO,
› $queryBuilder->qomf()->literal($uuid)
› )
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.637+01:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6768
#message: "User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Query/QOM/QueryObjectModelFactory.php:68 {
Jackalope\Query\QOM\QueryObjectModelFactory->createQuery(SourceInterface $source, ?ConstraintInterface $constraint = null, array $orderings = [], array $columns = []): QueryObjectModelInterface …
› ): QueryObjectModelInterface {
› return $this->factory->get(
› QueryObjectModel::class,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:410 {
PHPCR\Util\QOM\QueryBuilder->getQuery(): QueryObjectModelInterface …
› $this->state = self::STATE_CLEAN;
› $this->query = $this->qomFactory->createQuery($this->source, $this->constraint, $this->orderings, $this->columns);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:429 {
PHPCR\Util\QOM\QueryBuilder->execute(): QueryResultInterface …
› if (null === $this->query || self::STATE_DIRTY === $this->state) {
› $this->query = $this->getQuery();
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.637+01:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6772
#message: "User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Query/QOM/QueryObjectModelFactory.php:68 {
Jackalope\Query\QOM\QueryObjectModelFactory->createQuery(SourceInterface $source, ?ConstraintInterface $constraint = null, array $orderings = [], array $columns = []): QueryObjectModelInterface …
› ): QueryObjectModelInterface {
› return $this->factory->get(
› QueryObjectModel::class,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:410 {
PHPCR\Util\QOM\QueryBuilder->getQuery(): QueryObjectModelInterface …
› $this->state = self::STATE_CLEAN;
› $this->query = $this->qomFactory->createQuery($this->source, $this->constraint, $this->orderings, $this->columns);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:429 {
PHPCR\Util\QOM\QueryBuilder->execute(): QueryResultInterface …
› if (null === $this->query || self::STATE_DIRTY === $this->state) {
› $this->query = $this->getQuery();
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.638+01: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" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.639+01: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" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.640+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (n0.identifier = '2d3f321c-6a65-4946-82cc-18f637f4730d' AND 0 != FIND_IN_SET('2', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:en-state"]/sv:value'), ' ', ','))) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.641+01:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryResultInterface::getRows()" might add "\Iterator&\SeekableIterator&\Countable" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7160
#message: "User Deprecated: Method "PHPCR\Query\QueryResultInterface::getRows()" might add "\Iterator&\SeekableIterator&\Countable" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Query/Query.php:91 {
Jackalope\Query\Query->execute(): QueryResultInterface …
›
› return $this->factory->get(QueryResult::class, [$rawData, $this->objectManager]);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:436 {
PHPCR\Util\QOM\QueryBuilder->execute(): QueryResultInterface …
›
› return $this->query->execute();
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.641+01:00"
"message" => "User Deprecated: Method "PHPCR\Query\QueryResultInterface::getNodes()" might add "\Iterator&\SeekableIterator&\Countable" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7164
#message: "User Deprecated: Method "PHPCR\Query\QueryResultInterface::getNodes()" might add "\Iterator&\SeekableIterator&\Countable" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Query/Query.php:91 {
Jackalope\Query\Query->execute(): QueryResultInterface …
›
› return $this->factory->get(QueryResult::class, [$rawData, $this->objectManager]);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/phpcr/phpcr-utils/src/PHPCR/Util/QOM/QueryBuilder.php:436 {
PHPCR\Util\QOM\QueryBuilder->execute(): QueryResultInterface …
›
› return $this->query->execute();
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.642+01:00"
"message" => "User Deprecated: Method "PHPCR\Query\RowInterface::getValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7176
#message: "User Deprecated: Method "PHPCR\Query\RowInterface::getValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Factory.php:29 {
Jackalope\Factory->get(string $name, array $params = []) …
› $name = 'Jackalope\\'.$name;
› } elseif (!class_exists($name)) {
› throw new \InvalidArgumentException("Neither class Jackalope\\$name nor class $name found. Please check your autoloader and the spelling of $name");
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/jackalope/jackalope/src/Jackalope/Query/RowIterator.php:57 {
Jackalope\Query\RowIterator->current(): RowInterface …
›
› return $this->factory->get(Row::class, [$this->objectManager, $this->rows[$this->offset]]);
› }
}
Jackalope\Query\RowIterator->current() {}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:392 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› ) {
› $result = \iterator_to_array($queryBuilder->execute());
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.642+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7202
#message: "User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Repository\ContentRepository->resolveContent(RowInterface $row, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null, array $permissions = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:400 {
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure} …
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
› return $this->resolveContent(
› $row,
}
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure}() {}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:398 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› \array_filter(
› \array_map(
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.642+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7199
#message: "User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Repository\ContentRepository->resolveContent(RowInterface $row, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null, array $permissions = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:400 {
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure} …
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
› return $this->resolveContent(
› $row,
}
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure}() {}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:398 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› \array_filter(
› \array_map(
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.642+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7198
#message: "User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Repository\ContentRepository->resolveContent(RowInterface $row, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null, array $permissions = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:400 {
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure} …
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
› return $this->resolveContent(
› $row,
}
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure}() {}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:398 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› \array_filter(
› \array_map(
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.642+01:00"
"message" => "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7197
#message: "User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Repository\Content" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Sulu\Component\Content\Repository\ContentRepository->resolveContent(RowInterface $row, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null, array $permissions = []) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:400 {
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure} …
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
› return $this->resolveContent(
› $row,
}
Sulu\Component\Content\Repository\ContentRepository->Sulu\Component\Content\Repository\{closure}() {}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:398 {
Sulu\Component\Content\Repository\ContentRepository->resolveQueryBuilder(QueryBuilder $queryBuilder, $locale, $locales, MappingInterface $mapping, ?UserInterface $user = null) …
› \array_filter(
› \array_map(
› function(RowInterface $row, $index) use ($mapping, $locale, $locales, $user, $permissions) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Repository/ContentRepository.php:228 {
Sulu\Component\Content\Repository\ContentRepository->findByUuids(array $uuids, $locale, MappingInterface $mapping, ?UserInterface $user = null) …
›
› $result = $this->resolveQueryBuilder($queryBuilder, $locale, $locales, $mapping, $user);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/PageBundle/Markup/Link/PageLinkProvider.php:64 {
Sulu\Bundle\PageBundle\Markup\Link\PageLinkProvider->preload(array $hrefs, $locale, $published = true) …
›
› $contents = $this->contentRepository->findByUuids(
› \array_unique(\array_values($hrefs)),
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/Link.php:103 {
Sulu\Component\Content\Types\Link->getContentData(PropertyInterface $property): ?string …
›
› $linkItems = $provider->preload([$value['href']], $locale, true);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:350 {
Sulu\Component\Content\Types\BlockContentType->Sulu\Component\Content\Types\{closure} …
› function(ContentTypeInterface $contentType, $property) {
› return $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:401 {
Sulu\Component\Content\Types\BlockContentType->prepareData(PropertyInterface $property, callable $dataCallback, $returnType = true) …
› $contentType = $this->contentTypeManager->get($childProperty->getContentTypeName());
› $blockData[$childProperty->getName()] = $dataCallback($contentType, $childProperty);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Content/Types/BlockContentType.php:347 {
Sulu\Component\Content\Types\BlockContentType->getContentData(PropertyInterface $property) …
› {
› return $this->prepareData(
› $property,
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Resolver/StructureResolver.php:135 {
Sulu\Bundle\WebsiteBundle\Resolver\StructureResolver->resolve(StructureInterface $structure, bool $loadExcerpt = true) …
› $data['view'][$property->getName()] = $contentType->getViewData($property);
› $data['content'][$property->getName()] = $contentType->getContentData($property);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Snippet/SnippetResolver.php:76 {
Sulu\Bundle\SnippetBundle\Snippet\SnippetResolver->resolve($uuids, $webspaceKey, $locale, $shadowLocale = null, $loadExcerpt = false) …
›
› $resolved = $this->structureResolver->resolve($snippet, $loadExcerpt);
› if ($loadExcerpt) {
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/SnippetAreaTwigExtension.php:75 {
Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension->loadByArea($area, $webspaceKey = null, $locale = null) …
›
› $snippets = $this->snippetResolver->resolve([$snippet->getUuid()], $webspaceKey, $locale);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:85 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t";
› $context["navigation"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("Navigations_area", null, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 27, $this->source); })()), "request", [], "any", false, false, false, 27), "locale", [], "any", false, false, false, 27));
› // line 28
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.642+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.parent = '/cmf/ewm/contents/agency' LIMIT 1"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.643+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (n0.identifier = 'ffe64815-f568-4b2d-84c6-330be4113dfe' AND 0 != FIND_IN_SET('2', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:en-state"]/sv:value'), ' ', ','))) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.644+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.parent = '/cmf/ewm/contents/news' LIMIT 1"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.645+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (n0.identifier = '2b4aec16-89a9-4cb9-ac9f-2b55218fc442' AND 0 != FIND_IN_SET('2', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:en-state"]/sv:value'), ' ', ','))) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.645+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.parent = '/cmf/ewm/contents/careers' LIMIT 1"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.646+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (n0.identifier = '2b4aec16-89a9-4cb9-ac9f-2b55218fc442' AND 0 != FIND_IN_SET('2', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:en-state"]/sv:value'), ' ', ','))) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.646+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.parent = '/cmf/ewm/contents/careers' LIMIT 1"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.647+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (n0.identifier = '2d3f321c-6a65-4946-82cc-18f637f4730d' AND 0 != FIND_IN_SET('2', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:en-state"]/sv:value'), ' ', ','))) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.648+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.parent = '/cmf/ewm/contents/agency' LIMIT 1"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.648+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND (n0.identifier = '2b4aec16-89a9-4cb9-ac9f-2b55218fc442' AND 0 != FIND_IN_SET('2', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:en-state"]/sv:value'), ' ', ','))) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.649+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND n0.parent = '/cmf/ewm/contents/careers' LIMIT 1"
"params" => [
1 => "default_live"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.656+01:00"
"message" => "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7696
#message: "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/AbstractTwigCallable.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/AbstractTwigCallable.php:51 {
Twig\AbstractTwigCallable->__construct(string $name, $callable = null, array $options = []) …
›
› trigger_deprecation('twig/twig', '3.15', 'Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TwigFunction.php:31 {
Twig\TwigFunction->__construct(string $name, $callable = null, array $options = []) …
› {
› parent::__construct($name, $callable, $options);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/SnippetBundle/Twig/DefaultSnippetTwigExtension.php:40 {
Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension->getFunctions() …
› return [
› new TwigFunction('sulu_snippet_load_default', [$this, 'getDefault'], ['deprecated' => true]),
› ];
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:456 {
Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
› // functions
› foreach ($extension->getFunctions() as $function) {
› $this->functions[$name = $function->getName()] = $function;
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:438 {
Twig\ExtensionSet->initExtensions(): void …
› foreach ($this->extensions as $extension) {
› $this->initExtension($extension);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:187 {
Twig\ExtensionSet->getFunction(string $name): TwigFunction …
› if (!$this->initialized) {
› $this->initExtensions();
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:843 {
Twig\Environment->getFunction(string $name): TwigFunction …
› {
› return $this->extensionSet->getFunction($name);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.656+01:00"
"message" => "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7733
#message: "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/AbstractTwigCallable.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/AbstractTwigCallable.php:51 {
Twig\AbstractTwigCallable->__construct(string $name, $callable = null, array $options = []) …
›
› trigger_deprecation('twig/twig', '3.15', 'Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TwigFilter.php:31 {
Twig\TwigFilter->__construct(string $name, $callable = null, array $options = []) …
› {
› parent::__construct($name, $callable, $options);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php:29 {
Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension->getFilters() …
› new TwigFilter('sulu_util_filter', 'Sulu\Component\Util\ArrayUtils::filter'),
› new TwigFilter(
› 'sulu_util_domain_info',
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:448 {
Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
› // filters
› foreach ($extension->getFilters() as $filter) {
› $this->filters[$name = $filter->getName()] = $filter;
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:438 {
Twig\ExtensionSet->initExtensions(): void …
› foreach ($this->extensions as $extension) {
› $this->initExtension($extension);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:187 {
Twig\ExtensionSet->getFunction(string $name): TwigFunction …
› if (!$this->initialized) {
› $this->initExtensions();
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:843 {
Twig\Environment->getFunction(string $name): TwigFunction …
› {
› return $this->extensionSet->getFunction($name);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.656+01:00"
"message" => "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7736
#message: "User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/AbstractTwigCallable.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/AbstractTwigCallable.php:51 {
Twig\AbstractTwigCallable->__construct(string $name, $callable = null, array $options = []) …
›
› trigger_deprecation('twig/twig', '3.15', 'Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TwigFunction.php:31 {
Twig\TwigFunction->__construct(string $name, $callable = null, array $options = []) …
› {
› parent::__construct($name, $callable, $options);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Core/UtilTwigExtension.php:40 {
Sulu\Bundle\WebsiteBundle\Twig\Core\UtilTwigExtension->getFunctions() …
› return [
› new TwigFunction(
› 'sulu_util_domain_info',
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:456 {
Twig\ExtensionSet->initExtension(ExtensionInterface $extension): void …
› // functions
› foreach ($extension->getFunctions() as $function) {
› $this->functions[$name = $function->getName()] = $function;
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:438 {
Twig\ExtensionSet->initExtensions(): void …
› foreach ($this->extensions as $extension) {
› $this->initExtension($extension);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/ExtensionSet.php:187 {
Twig\ExtensionSet->getFunction(string $name): TwigFunction …
› if (!$this->initialized) {
› $this->initExtensions();
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:843 {
Twig\Environment->getFunction(string $name): TwigFunction …
› {
› return $this->extensionSet->getFunction($name);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.656+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "cdf73f3e-21d4-47cb-9aaa-24f985a36b4d"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.657+01: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/ewm/contents/services/logo-design-color-palette"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.657+01: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/ewm/contents"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.658+01: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/ewm/contents"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.661+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7776
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.661+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "5179c48c-511c-442e-a752-9877b9344b5f"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.662+01: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/ewm/contents/services/typography-imagery"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.662+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8277
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.663+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "ef79bb56-3be7-4967-93eb-1ae8b10e977e"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.663+01: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/ewm/contents/services/brand-guidelines-style-guide"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.664+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8456
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.664+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "355c3abb-3c85-460c-87ff-d8070155463d"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.664+01: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/ewm/contents/services/business-platforms"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.665+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8635
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.665+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8712
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.665+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "30d9ae12-8f67-4d56-85ad-94b326e89289"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.666+01: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/ewm/contents/services/mobile-apps"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.666+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8901
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.666+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "e3cc8a68-e3a5-43f6-b84a-4517a19d152c"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.667+01: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/ewm/contents/services/websites"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.667+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9080
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.668+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "d4b82880-9416-4f5e-927b-10084d3a4a85"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.668+01: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/ewm/contents/services/legacy-code-optimisation"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.668+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9259
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.669+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "4e9c50f9-30ce-4481-a3d9-7ea079f14ec8"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.669+01: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/ewm/contents/services/search-engine-optimisation-seo"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.669+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9438
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.670+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "aa1935e6-bc5c-464a-a430-cb0a6f6353ce"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.670+01: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/ewm/contents/services/paid-advertising"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.670+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9617
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.671+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "d779fc3e-f437-4bea-adab-0dcd675c4e43"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.672+01: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/ewm/contents/services/conversion-rate-optimization-cro"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.672+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9796
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.673+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "9aec302a-5c25-423c-adc8-f3f5f5db294d"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.673+01: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/ewm/contents/services/social-media-management"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.673+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9975
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.674+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?"
"params" => [
1 => "5306e581-0fe7-4733-a578-48e615234ac9"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.674+01: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/ewm/contents/services/analytics-reporting"
2 => "default_live"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.674+01:00"
"message" => "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#10154
#message: "User Deprecated: Since sulu/sulu 2.3: Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php"
#line: 176
#severity: E_USER_DEPRECATED
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Content/ContentTwigExtension.php:176 {
Sulu\Bundle\WebsiteBundle\Twig\Content\ContentTwigExtension->load($uuid, ?array $properties = null) …
› if (null === $properties) {
› @trigger_deprecation('sulu/sulu', '2.3', 'Calling the "sulu_content_load" function without a properties parameter is deprecated and has a negative impact on performance.');
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php:67 {
Sulu\Component\Cache\Memoize->memoizeById($id, $arguments, $compute, $lifeTime = null) …
› } else {
› $value = \call_user_func_array($compute, $arguments);
› $this->cache->save($id, $value, $lifeTime);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php:51 {
Sulu\Bundle\WebsiteBundle\Twig\Content\MemoizedContentTwigExtension->Sulu\Component\Cache\{closure} …
› function() use ($callable, $name) {
› return $this->memoizeCache->memoizeById($name, \func_get_args(), $callable, $this->lifeTime);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/9c/9c77ec8968cfeedbc0de9947ccedeb84.php:558 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› yield "\t\t\t\t\t\t\t\t\t\t";
› $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(CoreExtension::getAttribute($this->env, $this->source, $context["project"], "link", [], "any", false, false, false, 355));
› // line 356
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.678+01:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Key "blocks" for sequence/mapping with keys "title, url, details" does not exist in "pages/service_details.html.twig" at line 5." at service_details.html.twig line 5"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#10230
#message: "Key "blocks" for sequence/mapping with keys "title, url, details" does not exist in "pages/service_details.html.twig" at line 5."
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/templates/pages/service_details.html.twig"
#line: 5
-lineno: 5
-rawMessage: "Key "blocks" for sequence/mapping with keys "title, url, details" does not exist."
-source: Twig\Source {#2658 …}
-phpFile: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Extension/CoreExtension.php"
-phpLine: 1739
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/templates/pages/service_details.html.twig:5 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
›
› {% for item in content.blocks %}
› {{ include('pages/blocks/' ~ item.type ~ '.html.twig', { content : item, template : template}) }}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:80 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->block_content(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 5, $this->source); })()), "blocks", [], "any", false, false, false, 5));
› $context['loop'] = [
arguments: {
$env: Twig\Environment {#2348 …}
$source: Twig\Source {#2658 …}
$object: [ …3]
$item: "blocks"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: false
$lineno: 5
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …25]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/templates/base.html.twig:490 {
__TwigTemplate_c61711cd7aa49f766165f050ab5b1cd5->doDisplay(array $context, array $blocks = []): iterable …
› <canvas id="bgCanvas" class='sticky top-0 left-0 !w-full !h-lvh' data-canvas-holder></canvas>
› <div class="-mt-[100lvh]" id="main"> {% block content %}{% endblock %}
›
arguments: {
$name: "content"
$context: [ …24]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/twig/d0/d088ddc9961818e5b35dd7eacc47fd33.php:53 {
__TwigTemplate_bb62a4ef79c9966da3158aef20497105->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("base.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …20]
$blocks: [ …3]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …20]
$blocks: [ …1]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:459 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "pages/service_details.html.twig"
$context: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
› {
› return $this->doRenderView($view, null, $parameters, __FUNCTION__);
› }
arguments: {
$view: "pages/service_details.html.twig"
$block: null
$parameters: [ …19]
$method: "renderView"
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:77 {
Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
› } else {
› $content = $this->renderView(
› $viewTemplate,
arguments: {
$view: "pages/service_details.html.twig"
$parameters: [ …19]
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
› {
› $response = $this->renderStructure(
› $structure,
arguments: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$attributes: []
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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: {
$structure: Sulu\Component\Content\Compat\Structure\PageBridge {#2273 …}
$preview: false
$partial: false
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/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 {#30 …}
$type: 1
$catch: true
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#30 …}
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1772447829
"timestamp_rfc3339" => "2026-03-02T11:37:09.745+01: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 = 1 OR (w1_.url = ? AND w1_.environment = ?)) AND w0_.webspace_key = ? ORDER BY w0_.id ASC"
"params" => [
1 => "ewm-2025.ewm.dev/{localization}"
2 => "dev"
3 => "ewm"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
]
]
-errorCount: [
30 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#153 …}
} |