| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#165
-records: [
"" => [
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.808+00:00"
"message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#157
#message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
› if (PHP_VERSION_ID >= 80400) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
›
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:186 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
]
13 => [
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.811+00:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/.env/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.814+00:00"
"message" => "User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:18 called by ReferencesOption.php:72, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#608
#message: "User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:18 called by ReferencesOption.php:72, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)"
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ArrayAccessImplementation.php:18 {
Doctrine\ORM\Mapping\FieldMapping->offsetExists(mixed $offset): bool …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Doctrine/ReferencesOption.php:72 {
Sulu\Component\Doctrine\ReferencesOption->loadClassMetadata(LoadClassMetadataEventArgs $event) …
›
› if (!isset($mapping['options']['references'])) {
› continue;
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:244 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
›
› $this->eventDispatcher->dispatchEvent(
› Events::loadClassMetadata,
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:29 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, true);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:520 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php:37 {
Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Route::class);
› }
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/getRouteRepositoryInterfaceService.php:30 {
ContainerE8Nxmu6\getRouteRepositoryInterfaceService::do($container, $lazyLoad = true) …
›
› $instance = new \Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository($a);
›
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:955 {
ContainerE8Nxmu6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/getSuluRoute_RouteLoaderService.php:24 {
ContainerE8Nxmu6\getSuluRoute_RouteLoaderService::do($container, $lazyLoad = true) …
›
› $a = ($container->services['Sulu\\Route\\Domain\\Repository\\RouteRepositoryInterface'] ?? $container->load('getRouteRepositoryInterfaceService'));
›
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:955 {
ContainerE8Nxmu6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:2347 {
ContainerE8Nxmu6\App_KernelDevDebugContainer::{closure:ContainerE8Nxmu6\App_KernelDevDebugContainer::getSuluRoute_SymfonyCmfRouteProviderService():2346} …
› $instance = new \Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['sulu_route.route_loader'] ?? $container->load('getSuluRoute_RouteLoaderService'));
› yield 1 => ($container->privates['sulu_custom_url.routing.route_collection_loader'] ?? $container->load('getSuluCustomUrl_Routing_RouteCollectionLoaderService'));
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php:38 {
Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› {
› foreach ($this->routeCollectionForRequestLoaders as $routeCollectionLoader) {
› $routeCollection = $routeCollectionLoader->getRouteCollectionForRequest($request);
}
/var/www/pfiff.me/sulu/httpdocs/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)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/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 {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:48 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/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);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/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);
›
}
/var/www/pfiff.me/sulu/httpdocs/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) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
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 {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.815+00:00"
"message" => "User Deprecated: Passing string as $order to Doctrine\ORM\QueryBuilder::addOrderBy() is deprecated, use an instance of SortDirection instead. (QueryBuilder.php:1518 called by QueryBuilder.php:1254, https://github.com/doctrine/orm/issues/11313, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#665
#message: "User Deprecated: Passing string as $order to Doctrine\ORM\QueryBuilder::addOrderBy() is deprecated, use an instance of SortDirection instead. (QueryBuilder.php:1518 called by QueryBuilder.php:1254, https://github.com/doctrine/orm/issues/11313, package doctrine/orm)"
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/QueryBuilder.php:1518 {
Doctrine\ORM\QueryBuilder->getSortDirection(SortDirection|string|null $order, string $method): SortDirection …
›
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/QueryBuilder.php:1254 {
Doctrine\ORM\QueryBuilder->addOrderBy(Doctrine\ORM\Query\Expr\OrderBy|string $sort, SortDirection|string|null $order = null): static …
› $sort,
› $this->getSortDirection($order, __METHOD__),
› );
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php:201 {
Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->createQueryBuilder(array $filters, array $sortBys = []): QueryBuilder …
›
› $queryBuilder->addOrderBy(\sprintf('route.%s', $field), $order);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php:74 {
Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->findFirstBy(array $filters, array $sortBys = []): Route …
› {
› $queryBuilder = $this->createQueryBuilder($filters, $sortBys);
› $queryBuilder->select('route');
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php:86 {
Sulu\Route\Application\Routing\Matcher\RouteCollectionForRequestRouteLoader->getRouteCollectionForRequest(Request $request): RouteCollection …
›
› $route = $this->routeRepository->findFirstBy([
› 'webspaceOrNull' => $webspace,
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php:39 {
Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› foreach ($this->routeCollectionForRequestLoaders as $routeCollectionLoader) {
› $routeCollection = $routeCollectionLoader->getRouteCollectionForRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/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)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/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 {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:48 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/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);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/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);
›
}
/var/www/pfiff.me/sulu/httpdocs/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) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
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 {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.816+00: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" => "sulu"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "sulu"
"serverVersion" => "11.8"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.817+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT r0_.webspace AS webspace_0, r0_.locale AS locale_1, r0_.slug AS slug_2, r0_.resource_key AS resource_key_3, r0_.resource_id AS resource_id_4, r0_.id AS id_5, r0_.parent_id AS parent_id_6 FROM ro_routes r0_ WHERE ((r0_.webspace = ? OR r0_.webspace IS NULL)) AND r0_.locale = ? AND r0_.slug = ? ORDER BY r0_.webspace DESC LIMIT 1"
"params" => [
1 => "website"
2 => "en"
3 => "/"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#660
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#660}
3 => Doctrine\DBAL\ParameterType {#660}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.824+00:00"
"message" => """
User Deprecated: Specifying the "nullable" attribute for join columns in many-to-many associations (here, Sulu\Bundle\ContactBundle\Entity\Contact::$medias) is a no-op.\n
The ORM will always set it to false.\n
Doing so is deprecated and will be an error in 4.0. (ManyToManyOwningSideMapping.php:133 called by ClassMetadata.php:1464, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1661
#message: """
User Deprecated: Specifying the "nullable" attribute for join columns in many-to-many associations (here, Sulu\Bundle\ContactBundle\Entity\Contact::$medias) is a no-op.\n
The ORM will always set it to false.\n
Doing so is deprecated and will be an error in 4.0. (ManyToManyOwningSideMapping.php:133 called by ClassMetadata.php:1464, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"""
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ManyToManyOwningSideMapping.php:133 {
Doctrine\ORM\Mapping\ManyToManyOwningSideMapping::fromMappingArrayAndNamingStrategy(array $mappingArray, NamingStrategy $namingStrategy): ManyToManyOwningSideMapping …
› if ($joinColumn->nullable !== null) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:1464 {
Doctrine\ORM\Mapping\ClassMetadata->_validateAndCompleteAssociationMapping(array $mapping): AssociationMapping …
› return $mapping['isOwningSide'] ?
› ManyToManyOwningSideMapping::fromMappingArrayAndNamingStrategy($mapping, $this->namingStrategy) :
› ManyToManyInverseSideMapping::fromMappingArray($mapping);
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:2064 {
Doctrine\ORM\Mapping\ClassMetadata->mapManyToMany(array $mapping): void …
›
› $mapping = $this->_validateAndCompleteAssociationMapping($mapping);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php:570 {
Doctrine\ORM\Mapping\Driver\XmlDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
›
› $metadata->mapManyToMany($mapping);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php:62 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
› if (str_starts_with($className, $namespace)) {
› $driver->loadMetadataForClass($className, $metadata);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:41 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
› {
› $this->driver->loadMetadataForClass($className, $metadata);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:163 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
› try {
› $this->driver->loadMetadataForClass($class->getName(), $class);
› } catch (ReflectionException $e) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Tools/ResolveTargetEntityListener.php:58 {
Doctrine\ORM\Tools\ResolveTargetEntityListener->onClassMetadataNotFound(OnClassMetadataNotFoundEventArgs $args): void …
› ->getObjectManager()
› ->getClassMetadata($this->resolveTargetEntities[$args->getClassName()]['targetEntity']),
› );
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:121 {
Doctrine\ORM\Mapping\ClassMetadataFactory->onNotFoundMetadata(string $className): ClassMetadata …
›
› $this->eventDispatcher->dispatchEvent(Events::onClassMetadataNotFound, $eventArgs);
› $classMetadata = $eventArgs->getFoundMetadata();
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:208 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } catch (MappingException $loadingException) {
› $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/Infrastructure/Doctrine/MetadataLoader.php:176 {
Sulu\Content\Infrastructure\Doctrine\MetadataLoader->addManyToOne(LoadClassMetadataEventArgs $event, ClassMetadata $metadata, string $name, string $class): void …
› $namingStrategy = $event->getEntityManager()->getConfiguration()->getNamingStrategy();
› $referencedColumnName = $event->getEntityManager()->getClassMetadata($class)->getIdentifierColumnNames()[0];
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/Infrastructure/Doctrine/MetadataLoader.php:128 {
Sulu\Content\Infrastructure\Doctrine\MetadataLoader->loadClassMetadata(LoadClassMetadataEventArgs $event): void …
› $this->addField($metadata, 'lastModified', 'datetime_immutable', ['nullable' => true]);
› $this->addManyToOne($event, $metadata, 'author', ContactInterface::class);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:244 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
›
› $this->eventDispatcher->dispatchEvent(
› Events::loadClassMetadata,
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Tools/ResolveTargetEntityListener.php:58 {
Doctrine\ORM\Tools\ResolveTargetEntityListener->onClassMetadataNotFound(OnClassMetadataNotFoundEventArgs $args): void …
› ->getObjectManager()
› ->getClassMetadata($this->resolveTargetEntities[$args->getClassName()]['targetEntity']),
› );
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:121 {
Doctrine\ORM\Mapping\ClassMetadataFactory->onNotFoundMetadata(string $className): ClassMetadata …
›
› $this->eventDispatcher->dispatchEvent(Events::onClassMetadataNotFound, $eventArgs);
› $classMetadata = $eventArgs->getFoundMetadata();
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:208 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } catch (MappingException $loadingException) {
› $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:29 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, true);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:520 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/page/src/Infrastructure/Doctrine/Repository/PageRepository.php:97 {
Sulu\Page\Infrastructure\Doctrine\Repository\PageRepository->__construct(EntityManagerInterface $entityManager, DimensionContentQueryEnhancer $dimensionContentQueryEnhancer, AccessControlQueryEnhancer $accessControlQueryEnhancer) …
› $this->entityRepository = $repository;
› $this->entityDimensionContentRepository = $entityManager->getRepository(PageDimensionContentInterface::class);
› $this->entityManager = $entityManager;
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:4368 {
ContainerE8Nxmu6\App_KernelDevDebugContainer::getSuluPage_PageRepositoryService($container) …
›
› $instance = new \Sulu\Page\Infrastructure\Doctrine\Repository\PageRepository($a, ($container->privates['sulu_content.dimension_content_query_enhancer'] ??= new \Sulu\Content\Infrastructure\Doctrine\DimensionContentQueryEnhancer()), $b);
›
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/getSuluPage_PageRouteDefaultsProviderService.php:27 {
ContainerE8Nxmu6\getSuluPage_PageRouteDefaultsProviderService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['sulu_page.page_repository'] ?? self::getSuluPage_PageRepositoryService($container));
›
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:955 {
ContainerE8Nxmu6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php:117 {
Sulu\Route\Application\Routing\Matcher\RouteCollectionForRequestRouteLoader->getRouteCollectionForRequest(Request $request): RouteCollection …
›
› $routeDefaultsProvider = $this->routeDefaultsProviderLocator->get($route->getResourceKey());
› \assert($routeDefaultsProvider instanceof RouteDefaultsProviderInterface, 'The RouteDefaultsProvider must implement RouteDefaultsProviderInterface but got: ' . \get_debug_type($routeDefaultsProvider));
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php:39 {
Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› foreach ($this->routeCollectionForRequestLoaders as $routeCollectionLoader) {
› $routeCollection = $routeCollectionLoader->getRouteCollectionForRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/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)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/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 {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:48 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/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);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/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);
›
}
/var/www/pfiff.me/sulu/httpdocs/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) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
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 {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.830+00:00"
"message" => "User Deprecated: Not enabling raw field value access for the Criteria matching API in Doctrine\Common\Collections\Criteria is deprecated. Raw field access will be the only supported method in 3.0 (Criteria.php:78 called by Criteria.php:47, https://github.com/doctrine/collections/pull/472, package doctrine/collections)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1207
#message: "User Deprecated: Not enabling raw field value access for the Criteria matching API in Doctrine\Common\Collections\Criteria is deprecated. Raw field access will be the only supported method in 3.0 (Criteria.php:78 called by Criteria.php:47, https://github.com/doctrine/collections/pull/472, package doctrine/collections)"
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/collections/src/Criteria.php:78 {
Doctrine\Common\Collections\Criteria->__construct(?Expression $expression = null, ?array $orderings = null, Doctrine\Common\Collections\Placeholder|int|null $firstResult = Placeholder::NotSpecified, ?int $maxResults = null, bool $accessRawFieldValues = false) …
› if (! $accessRawFieldValues) {
› Deprecation::trigger(
› 'doctrine/collections',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/collections/src/Criteria.php:47 {
Doctrine\Common\Collections\Criteria::create(): Criteria …
›
› return new static(firstResult: 0, accessRawFieldValues: $accessRawFieldValues);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/Infrastructure/Doctrine/DimensionContentQueryEnhancer.php:333 {
Sulu\Content\Infrastructure\Doctrine\DimensionContentQueryEnhancer->getAttributesCriteria(string $alias, array $attributes): Criteria …
› {
› $criteria = Criteria::create();
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/Infrastructure/Doctrine/DimensionContentQueryEnhancer.php:283 {
Sulu\Content\Infrastructure\Doctrine\DimensionContentQueryEnhancer->addSelects(QueryBuilder $queryBuilder, string $dimensionContentClassName, array $dimensionAttributes, array $selects = []): void …
› $effectiveAttributes = $dimensionContentClassName::getEffectiveDimensionAttributes($dimensionAttributes);
› $queryBuilder->addCriteria($this->getAttributesCriteria('dimensionContent', $effectiveAttributes));
› $queryBuilder->addSelect('dimensionContent');
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/page/src/Infrastructure/Doctrine/Repository/PageRepository.php:427 {
Sulu\Page\Infrastructure\Doctrine\Repository\PageRepository->createQueryBuilder(array $filters, array $sortBy = [], array $selects = []): QueryBuilder …
›
› $this->dimensionContentQueryEnhancer->addSelects(
› $queryBuilder,
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/page/src/Infrastructure/Doctrine/Repository/PageRepository.php:128 {
Sulu\Page\Infrastructure\Doctrine\Repository\PageRepository->findOneBy(array $filters, array $selects = []): PageInterface …
› {
› $queryBuilder = $this->createQueryBuilder($filters, [], $selects);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/page/src/Infrastructure/Sulu/Route/PageRouteDefaultsProvider.php:64 {
Sulu\Page\Infrastructure\Sulu\Route\PageRouteDefaultsProvider->getDefaults(Route $route): array …
›
› $page = $this->pageRepository->findOneBy(
› [
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php:119 {
Sulu\Route\Application\Routing\Matcher\RouteCollectionForRequestRouteLoader->getRouteCollectionForRequest(Request $request): RouteCollection …
› \assert($routeDefaultsProvider instanceof RouteDefaultsProviderInterface, 'The RouteDefaultsProvider must implement RouteDefaultsProviderInterface but got: ' . \get_debug_type($routeDefaultsProvider));
› $defaults = $routeDefaultsProvider->getDefaults($route);
› $defaults['_sulu_route'] = $route;
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php:39 {
Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› foreach ($this->routeCollectionForRequestLoaders as $routeCollectionLoader) {
› $routeCollection = $routeCollectionLoader->getRouteCollectionForRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/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)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/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 {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:48 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/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);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/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);
›
}
/var/www/pfiff.me/sulu/httpdocs/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) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
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 {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.833+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT p0_.webspaceKey AS webspaceKey_0, p0_.lft AS lft_1, p0_.rgt AS rgt_2, p0_.depth AS depth_3, p0_.uuid AS uuid_4, p0_.created AS created_5, p0_.changed AS changed_6, p1_.title AS title_7, p1_.id AS id_8, p1_.stage AS stage_9, p1_.locale AS locale_10, p1_.ghostLocale AS ghostLocale_11, p1_.availableLocales AS availableLocales_12, p1_.version AS version_13, p1_.shadowLocale AS shadowLocale_14, p1_.shadowLocales AS shadowLocales_15, p1_.templateKey AS templateKey_16, p1_.templateData AS templateData_17, p1_.seoData AS seoData_18, p1_.seoNoIndex AS seoNoIndex_19, p1_.seoNoFollow AS seoNoFollow_20, p1_.seoHideInSitemap AS seoHideInSitemap_21, p1_.excerptData AS excerptData_22, p1_.excerptSegment AS excerptSegment_23, p1_.authored AS authored_24, p1_.lastModified AS lastModified_25, p1_.workflowPlace AS workflowPlace_26, p1_.workflowPublished AS workflowPublished_27, p1_.linkProvider AS linkProvider_28, p1_.linkData AS linkData_29, p1_.created AS created_30, p1_.changed AS changed_31, t2_.name AS name_32, t2_.id AS id_33, t2_.created AS created_34, t2_.changed AS changed_35, c3_.category_key AS category_key_36, c3_.default_locale AS default_locale_37, c3_.lft AS lft_38, c3_.rgt AS rgt_39, c3_.depth AS depth_40, c3_.id AS id_41, c3_.created AS created_42, c3_.changed AS changed_43, c4_.translation AS translation_44, c4_.locale AS locale_45, c4_.description AS description_46, c4_.id AS id_47, c4_.created AS created_48, c4_.changed AS changed_49, p0_.parent_id AS parent_id_50, p0_.idUsersCreator AS idUsersCreator_51, p0_.idUsersChanger AS idUsersChanger_52, p1_.route_id AS route_id_53, p1_.pageUuid AS pageUuid_54, p1_.author_id AS author_id_55, p1_.idUsersCreator AS idUsersCreator_56, p1_.idUsersChanger AS idUsersChanger_57, t2_.idUsersCreator AS idUsersCreator_58, t2_.idUsersChanger AS idUsersChanger_59, c3_.idCategoriesParent AS idCategoriesParent_60, c3_.idUsersCreator AS idUsersCreator_61, c3_.idUsersChanger AS idUsersChanger_62, c4_.idCategories AS idCategories_63, c4_.idUsersCreator AS idUsersCreator_64, c4_.idUsersChanger AS idUsersChanger_65 FROM pa_pages p0_ LEFT JOIN pa_page_dimension_contents p1_ ON p0_.uuid = p1_.pageUuid LEFT JOIN pa_page_dimension_content_excerpt_tags p5_ ON p1_.id = p5_.page_dimension_content_id LEFT JOIN ta_tags t2_ ON t2_.id = p5_.tag_id LEFT JOIN pa_page_dimension_content_excerpt_categories p6_ ON p1_.id = p6_.page_dimension_content_id LEFT JOIN ca_categories c3_ ON c3_.id = p6_.category_id LEFT JOIN ca_category_translations c4_ ON c3_.id = c4_.idCategories AND (c4_.locale = c3_.default_locale OR c4_.locale IN (?)) WHERE p0_.uuid = ? AND (((p1_.locale IS NULL OR p1_.locale IN (?)) AND (p1_.stage IS NULL OR p1_.stage IN (?))) AND (p1_.version IS NULL OR p1_.version IN (?)))"
"params" => [
1 => "en"
2 => "01a0afdc-7edd-7c8d-a20d-c838e690065f"
3 => "en"
4 => "live"
5 => 0
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#660}
2 => Doctrine\DBAL\ParameterType {#660}
3 => Doctrine\DBAL\ParameterType {#660}
4 => Doctrine\DBAL\ParameterType {#660}
5 => Doctrine\DBAL\ParameterType {#787
+name: "INTEGER"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.836+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.page_dimension_content_id AS page_dimension_content_id_3 FROM pa_page_dimension_content_navigation_contexts t0 WHERE t0.page_dimension_content_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#787}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.837+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.name AS name_1, t0.id AS id_2, t0.page_dimension_content_id AS page_dimension_content_id_3 FROM pa_page_dimension_content_navigation_contexts t0 WHERE t0.page_dimension_content_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#787}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.838+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "sulu_route.route_id_1"
"route_parameters" => [
"object" => Sulu\Page\Domain\Model\PageDimensionContent {#1075
#id: ? int
#page: Sulu\Page\Domain\Model\Page {#1581 …}
#title: "Website"
#navigationContexts: Doctrine\Common\Collections\ArrayCollection {#1426 …}
#created: DateTimeImmutable @1789657128 {#1513
date: 2026-09-17 14:58:48.0 UTC (+00:00)
}
#changed: DateTimeImmutable @1789657128 {#1517
date: 2026-09-17 14:58:48.0 UTC (+00:00)
}
#creator: null
#changer: null
-author: null
-authored: DateTimeImmutable @1789656858 {#1109
date: 2026-09-17 14:54:18.0 UTC (+00:00)
}
-lastModified: null
#locale: "en"
#ghostLocale: "en"
#availableLocales: [
"en"
]
#stage: "live"
-isMerged: true
-version: 0
-excerptData: []
-excerptCategories: Doctrine\Common\Collections\ArrayCollection {#2423 …}
-excerptTags: Doctrine\Common\Collections\ArrayCollection {#2479 …}
-excerptAudienceTargetGroups: Doctrine\Common\Collections\ArrayCollection {#2482 …}
-excerptSegment: null
-route: Sulu\Route\Domain\Model\Route {#789
-id: 1
-webspace: "website"
-locale: "en"
-slug: "/"
-parentRoute: null
-resourceKey: "pages"
-resourceId: "01a0afdc-7edd-7c8d-a20d-c838e690065f"
-resourceIdCallable: null
}
-seoData: []
-seoNoIndex: false
-seoNoFollow: false
-seoHideInSitemap: false
#shadowLocale: null
#shadowLocales: null
-templateKey: "homepage"
-templateData: [
"title" => "Website"
"article" => null
"url" => "/"
]
-linkProvider: null
-linkData: null
#workflowPlace: null
#workflowPublished: DateTimeImmutable @1789657128 {#1222
date: 2026-09-17 14:58:48.0 UTC (+00:00)
}
}
"view" => "pages/homepage"
"_controller" => "Sulu\Content\UserInterface\Controller\Website\ContentController::indexAction"
"_cacheLifetime" => 86400
"_sulu_route" => Sulu\Route\Domain\Model\Route {#789}
"_route" => "sulu_route.route_id_1"
]
"request_uri" => "https://sulu.pfiff.me/.env"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.848+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT r0_.webspace AS webspace_0, r0_.locale AS locale_1, r0_.slug AS slug_2, r0_.resource_key AS resource_key_3, r0_.resource_id AS resource_id_4, r0_.id AS id_5, r0_.parent_id AS parent_id_6 FROM ro_routes r0_ WHERE r0_.locale IN (?) AND r0_.resource_key = ? AND r0_.resource_id = ?"
"params" => [
1 => "en"
2 => "pages"
3 => "01a0afdc-7edd-7c8d-a20d-c838e690065f"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#660}
2 => Doctrine\DBAL\ParameterType {#660}
3 => Doctrine\DBAL\ParameterType {#660}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.855+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException: "Page does not exist in "env" format." at ContentController.php line 120"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException {#2469
#message: "Page does not exist in "env" format."
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/UserInterface/Controller/Website/ContentController.php"
#line: 120
-statusCode: 406
-headers: []
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/UserInterface/Controller/Website/ContentController.php:120 {
Sulu\Content\UserInterface\Controller\Website\ContentController->renderSuluView(string $view, string $requestFormat, array $parameters, bool $preview, bool $partial): string …
› if (!$this->container->get('twig')->getLoader()->exists($viewTemplate)) {
› throw new NotAcceptableHttpException(\sprintf('Page does not exist in "%s" format.', $requestFormat));
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/UserInterface/Controller/Website/ContentController.php:79 {
Sulu\Content\UserInterface\Controller\Website\ContentController->indexAction(Request $request, DimensionContentInterface $object, string $view, bool $preview = false, bool $partial = false): Response …
› } else {
› $response = new Response($this->renderSuluView($view, $requestFormat, $parameters, $preview, $partial));
› }
}
/var/www/pfiff.me/sulu/httpdocs/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);
›
}
/var/www/pfiff.me/sulu/httpdocs/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) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
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 {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1789683424
"timestamp_rfc3339" => "2026-09-17T22:17:04.889+00: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 => "sulu.pfiff.me"
2 => "dev"
3 => "website"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#660}
2 => Doctrine\DBAL\ParameterType {#660}
3 => Doctrine\DBAL\ParameterType {#660}
]
]
"channel" => "doctrine"
]
]
]
-errorCount: [
"" => 0
13 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#164 …}
} |