| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#155
-records: [
30 => [
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.784+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.814+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.815+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.815+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.815+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.816+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.816+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.816+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.816+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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.818+01:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/theme/services.html/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.818+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.818+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.818+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.821+01:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://ewm-2025.ewm.dev/theme/services.html"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1808
#message: "No route found for "GET https://ewm-2025.ewm.dev/theme/services.html""
#code: 0
#file: "/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1778 …}
-statusCode: 404
-headers: []
trace: {
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/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)) {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
$eventName: "kernel.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" => "request"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.829+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 {#2085
#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\Mapper\Translation\MultipleTranslatedProperties->__construct($names, $languageNamespace, $namespace = '') …
› 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/Query/ContentQueryBuilder.php:76 {
Sulu\Component\Content\Query\ContentQueryBuilder->__construct(StructureManagerInterface $structureManager, ExtensionManagerInterface $extensionManager, $languageNamespace) …
› $properties = \array_unique(\array_merge($this->defaultProperties, $this->properties));
› $this->translatedProperties = new MultipleTranslatedProperties($properties, $this->languageNamespace);
› }
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/Container9JskeHH/App_KernelDevDebugContainer.php:5682 {
Container9JskeHH\App_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension($l);
› $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension($f, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper($f, $m, new \Sulu\Bundle\WebsiteBundle\Navigation\NavigationQueryBuilder($n, $o, 'i18n'), $p, NULL, $container->parameters['sulu_security.permissions'], $container->parameters['sulu_website.enabled_twig_attributes']), $g), $e, 1));
› $instance->addExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\MemoizedSitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Twig\Sitemap\SitemapTwigExtension(new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapGenerator($m, $k, new \Sulu\Bundle\WebsiteBundle\Sitemap\SitemapContentQueryBuilder($n, $o, 'i18n'), 'dev'), $k, 'dev', $g), $e, 3600));
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/Container9JskeHH/App_KernelDevDebugContainer.php:1251 {
Container9JskeHH\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/Container9JskeHH/App_KernelDevDebugContainer.php:4082 {
Container9JskeHH\App_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/var/cache/website/dev/Container9JskeHH/App_KernelDevDebugContainer.php:1534 {
Container9JskeHH\App_KernelDevDebugContainer::Container9JskeHH\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/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);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#151 …}
}
}
/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);
› }
arguments: {
$listeners: [ …20]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#237 …}
}
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/clients/cba94c7ec8479069cedc98cca6cb9a01/var/www/ewm-be-2025/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.832+01:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/en/theme/services.html/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.832+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.832+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.854+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" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.857+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r1_.path AS path_8, r1_.locale AS locale_9, r1_.entity_class AS entity_class_10, r1_.entity_id AS entity_id_11, r1_.history AS history_12, r1_.id AS id_13, r1_.created AS created_14, r1_.changed AS changed_15, r0_.target_id AS target_id_16, r0_.idUsersCreator AS idUsersCreator_17, r0_.idUsersChanger AS idUsersChanger_18, r1_.target_id AS target_id_19, r1_.idUsersCreator AS idUsersCreator_20, r1_.idUsersChanger AS idUsersChanger_21 FROM ro_routes r0_ LEFT JOIN ro_routes r1_ ON r0_.target_id = r1_.id WHERE r0_.path = ? AND r0_.locale = ?"
"params" => [
1 => "/theme/services"
2 => "en"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.862+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.863+01:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/theme/services/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.863+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.863+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.863+01:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1766805921
"timestamp_rfc3339" => "2025-12-27T04:25:21.927+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 …}
} |