| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#158
-records: [
13 => [
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.466+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#359
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php:32 {
Sulu\Component\Webspace\Analyzer\Attributes\ParameterRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› {
› if (!$request->get('_locale') || !$request->get('_portal')) {
› return new RequestAttributes();
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.468+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" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.473+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 {#545
#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: "/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/ArrayAccessImplementation.php:18 {
Doctrine\ORM\Mapping\FieldMapping->offsetExists(mixed $offset): bool …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Component/Doctrine/ReferencesOption.php:72 {
Sulu\Component\Doctrine\ReferencesOption->loadClassMetadata(LoadClassMetadataEventArgs $event) …
›
› if (!isset($mapping['options']['references'])) {
› continue;
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
› $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/srv/http/sulu.paco-dev.io/app/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);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/EntityManager.php:499 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/srv/http/sulu.paco-dev.io/app/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);
› }
}
/srv/http/sulu.paco-dev.io/app/var/cache/website/dev/Container7SpRUn5/getRouteRepositoryInterfaceService.php:30 {
Container7SpRUn5\getRouteRepositoryInterfaceService::do($container, $lazyLoad = true) …
›
› $instance = new \Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository($a);
›
}
/srv/http/sulu.paco-dev.io/app/var/cache/website/dev/Container7SpRUn5/App_KernelDevDebugContainer.php:943 {
Container7SpRUn5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/srv/http/sulu.paco-dev.io/app/var/cache/website/dev/Container7SpRUn5/getSuluRoute_RouteLoaderService.php:24 {
Container7SpRUn5\getSuluRoute_RouteLoaderService::do($container, $lazyLoad = true) …
›
› $a = ($container->services['Sulu\\Route\\Domain\\Repository\\RouteRepositoryInterface'] ?? $container->load('getRouteRepositoryInterfaceService'));
›
}
/srv/http/sulu.paco-dev.io/app/var/cache/website/dev/Container7SpRUn5/App_KernelDevDebugContainer.php:943 {
Container7SpRUn5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/srv/http/sulu.paco-dev.io/app/var/cache/website/dev/Container7SpRUn5/App_KernelDevDebugContainer.php:2294 {
Container7SpRUn5\App_KernelDevDebugContainer::Container7SpRUn5\{closure} …
› $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'));
}
/srv/http/sulu.paco-dev.io/app/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);
}
/srv/http/sulu.paco-dev.io/app/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)) {
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.476+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" => []
"dbname" => "sulu"
"serverVersion" => "mariadb-10.11.8"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.477+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 {#597
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#597}
3 => Doctrine\DBAL\ParameterType {#597}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.489+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:1448, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1615
#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:1448, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"""
#code: 0
#file: "/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/ManyToManyOwningSideMapping.php:133 {
Doctrine\ORM\Mapping\ManyToManyOwningSideMapping::fromMappingArrayAndNamingStrategy(array $mappingArray, NamingStrategy $namingStrategy): self …
› if ($joinColumn->nullable !== null) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:1448 {
Doctrine\ORM\Mapping\ClassMetadata->_validateAndCompleteAssociationMapping(array $mapping): AssociationMapping …
› return $mapping['isOwningSide'] ?
› ManyToManyOwningSideMapping::fromMappingArrayAndNamingStrategy($mapping, $this->namingStrategy) :
› ManyToManyInverseSideMapping::fromMappingArray($mapping);
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:2032 {
Doctrine\ORM\Mapping\ClassMetadata->mapManyToMany(array $mapping): void …
›
› $mapping = $this->_validateAndCompleteAssociationMapping($mapping);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php:553 {
Doctrine\ORM\Mapping\Driver\XmlDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
›
› $metadata->mapManyToMany($mapping);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:61 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
› if ($this->isInNamespace($className, $namespace)) {
› $driver->loadMetadataForClass($className, $metadata);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:41 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
› {
› $this->driver->loadMetadataForClass($className, $metadata);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:167 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
› try {
› $this->driver->loadMetadataForClass($class->getName(), $class);
› } catch (ReflectionException $e) {
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Tools/ResolveTargetEntityListener.php:58 {
Doctrine\ORM\Tools\ResolveTargetEntityListener->onClassMetadataNotFound(OnClassMetadataNotFoundEventArgs $args): void …
› ->getObjectManager()
› ->getClassMetadata($this->resolveTargetEntities[$args->getClassName()]['targetEntity']),
› );
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:125 {
Doctrine\ORM\Mapping\ClassMetadataFactory->onNotFoundMetadata(string $className): ClassMetadata …
›
› $this->evm->dispatchEvent(Events::onClassMetadataNotFound, $eventArgs);
› $classMetadata = $eventArgs->getFoundMetadata();
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:208 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } catch (MappingException $loadingException) {
› $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Infrastructure/Doctrine/MetadataLoader.php:150 {
Sulu\Content\Infrastructure\Doctrine\MetadataLoader->addManyToOne(LoadClassMetadataEventArgs $event, ClassMetadata $metadata, string $name, string $class, bool $nullable = false): void …
› $namingStrategy = $event->getEntityManager()->getConfiguration()->getNamingStrategy();
› $referencedColumnName = $event->getEntityManager()->getClassMetadata($class)->getIdentifierColumnNames()[0];
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Infrastructure/Doctrine/MetadataLoader.php:113 {
Sulu\Content\Infrastructure\Doctrine\MetadataLoader->loadClassMetadata(LoadClassMetadataEventArgs $event): void …
› $this->addField($metadata, 'lastModified', 'datetime_immutable', ['nullable' => true]);
› $this->addManyToOne($event, $metadata, 'author', ContactInterface::class, true);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
› $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:1734 {
Doctrine\ORM\Query\Parser->JoinAssociationDeclaration(): JoinAssociationDeclaration …
› $class = $this->getMetadataForDqlAlias($identificationVariable);
› $targetClass = $this->em->getClassMetadata($class->associationMappings[$field]->targetEntity);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:1649 {
Doctrine\ORM\Query\Parser->Join(): Join …
› if ($next->type === TokenType::T_DOT) {
› $joinDeclaration = $this->JoinAssociationDeclaration();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:1544 {
Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
› ) {
› $joins[] = $this->Join();
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:1301 {
Doctrine\ORM\Query\Parser->FromClause(): FromClause …
› $identificationVariableDeclarations = [];
› $identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:843 {
Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
› {
› $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:814 {
Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
› case TokenType::T_SELECT:
› $statement = $this->SelectStatement();
› break;
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:238 {
Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
› // Parse & build AST
› $AST = $this->QueryLanguage();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:330 {
Doctrine\ORM\Query\Parser->parse(): ParserResult …
› {
› $AST = $this->getAST();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query.php:248 {
Doctrine\ORM\Query->parse(): ParserResult …
›
› $this->parserResult = $parser->parse();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query.php:717 {
Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
› {
› return $this->parse()->prepareSqlExecutor($this);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query.php:257 {
Doctrine\ORM\Query->_doExecute(): Result|int …
› {
› $executor = $this->getSqlExecutor();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/AbstractQuery.php:930 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› $stmt = $this->_doExecute();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/AbstractQuery.php:886 {
Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/AbstractQuery.php:772 {
Doctrine\ORM\AbstractQuery->getSingleResult(string|int|null $hydrationMode = null): mixed …
› {
› $result = $this->execute(null, $hydrationMode);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Infrastructure/Sulu/Route/ContentRouteDefaultsProvider.php:145 {
Sulu\Content\Infrastructure\Sulu\Route\ContentRouteDefaultsProvider->loadEntity(string $entityClass, string $id, string $locale): DimensionContentInterface …
› /** @var ContentRichEntityInterface<T> $contentRichEntity */
› $contentRichEntity = $queryBuilder->getQuery()->getSingleResult();
› } catch (NoResultException $exception) {
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Infrastructure/Sulu/Route/ContentRouteDefaultsProvider.php:66 {
Sulu\Content\Infrastructure\Sulu\Route\ContentRouteDefaultsProvider->getDefaults(Route $route): array …
› /** @var DimensionContentInterface|null $dimensionContent */
› $dimensionContent = $this->loadEntity($entityClass, $id, $locale); // @phpstan-ignore-line
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php:97 {
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;
}
/srv/http/sulu.paco-dev.io/app/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);
›
}
/srv/http/sulu.paco-dev.io/app/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)) {
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.500+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 AND (p1_.stage = ? AND p1_.version = ? AND (p1_.locale IS NULL OR p1_.locale = ?)) 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 WHERE p0_.uuid = ?"
"params" => [
1 => "live"
2 => 0
3 => "en"
4 => "019ca6bb-42f6-7d2c-be2a-c5e1008281e7"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#597}
2 => Doctrine\DBAL\ParameterType {#721
+name: "INTEGER"
}
3 => Doctrine\DBAL\ParameterType {#597}
4 => Doctrine\DBAL\ParameterType {#597}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.505+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 {#804
#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: "/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/srv/http/sulu.paco-dev.io/app/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',
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/collections/src/Criteria.php:47 {
Doctrine\Common\Collections\Criteria::create(): self …
›
› return new static(firstResult: 0, accessRawFieldValues: $accessRawFieldValues);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Domain/Model/DimensionContentCollection.php:105 {
Sulu\Content\Domain\Model\DimensionContentCollection->buildCriteriaFromAttributes(array $dimensionAttributes): Criteria …
› {
› $criteria = Criteria::create();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Domain/Model/DimensionContentCollection.php:79 {
Sulu\Content\Domain\Model\DimensionContentCollection->getIterator(): Traversable …
›
› $criteria = $this->buildCriteriaFromAttributes($attributesWithoutLocale);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Domain/Model/DimensionContentCollection.php:97 {
Sulu\Content\Domain\Model\DimensionContentCollection->count(): int …
› {
› return \iterator_count($this->getIterator());
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Application/ContentAggregator/ContentAggregator.php:62 {
Sulu\Content\Application\ContentAggregator\ContentAggregator->aggregate(ContentRichEntityInterface $contentRichEntity, array $dimensionAttributes): DimensionContentInterface …
›
› if (0 === \count($dimensionContentCollection)) {
› throw new ContentNotFoundException($contentRichEntity, $dimensionAttributes);
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Infrastructure/Sulu/Route/ContentRouteDefaultsProvider.php:155 {
Sulu\Content\Infrastructure\Sulu\Route\ContentRouteDefaultsProvider->loadEntity(string $entityClass, string $id, string $locale): DimensionContentInterface …
› // e.g. $request->attributes->get('_sulu_content_dimension_attributes');
› $resolvedDimensionContent = $this->contentAggregator->aggregate(
› $contentRichEntity,
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Infrastructure/Sulu/Route/ContentRouteDefaultsProvider.php:66 {
Sulu\Content\Infrastructure\Sulu\Route\ContentRouteDefaultsProvider->getDefaults(Route $route): array …
› /** @var DimensionContentInterface|null $dimensionContent */
› $dimensionContent = $this->loadEntity($entityClass, $id, $locale); // @phpstan-ignore-line
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php:97 {
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;
}
/srv/http/sulu.paco-dev.io/app/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);
›
}
/srv/http/sulu.paco-dev.io/app/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)) {
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:58 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.506+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 => 5
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#721}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.507+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 => 6
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#721}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.509+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 {#697
#id: ? int
#page: Sulu\Page\Domain\Model\Page {#758 …}
#title: "Website"
#navigationContexts: Doctrine\Common\Collections\ArrayCollection {#1393 …}
#created: DateTimeImmutable @1772323816 {#750
date: 2026-03-01 00:10:16.0 UTC (+00:00)
}
#changed: DateTimeImmutable @1772324182 {#740
date: 2026-03-01 00:16:22.0 UTC (+00:00)
}
#creator: null
#changer: Proxies\__CG__\Sulu\Bundle\SecurityBundle\Entity\User {#1008 …}
-author: null
-authored: DateTimeImmutable @1772323816 {#749
date: 2026-03-01 00:10:16.0 UTC (+00:00)
}
-lastModified: null
#locale: "en"
#ghostLocale: "en"
#availableLocales: [
"en"
]
#stage: "live"
-isMerged: true
-version: 0
-excerptData: []
-excerptCategories: Doctrine\Common\Collections\ArrayCollection {#2680 …}
-excerptTags: Doctrine\Common\Collections\ArrayCollection {#2623 …}
-excerptAudienceTargetGroups: Doctrine\Common\Collections\ArrayCollection {#2627 …}
-excerptSegment: null
-route: Sulu\Route\Domain\Model\Route {#723
-id: 1
-webspace: "website"
-locale: "en"
-slug: "/"
-parentRoute: null
-resourceKey: "pages"
-resourceId: "019ca6bb-42f6-7d2c-be2a-c5e1008281e7"
-resourceIdCallable: null
}
-seoData: []
-seoNoIndex: false
-seoNoFollow: false
-seoHideInSitemap: false
#shadowLocale: null
#shadowLocales: null
-templateKey: "homepage"
-templateData: [
"title" => "Website"
"url" => "/"
"article" => null
"pages" => [
"audienceTargeting" => null
"categories" => null
"categoryOperator" => "or"
"dataSource" => "019ca6bb-42f6-7d2c-be2a-c5e1008281e7"
"includeSubFolders" => true
"limitResult" => null
"sortBy" => "workflowPublished"
"sortMethod" => "asc"
"tagOperator" => "or"
"tags" => null
"types" => [
"homepage"
"default"
]
"presentAs" => "two"
]
"contacts" => [
"audienceTargeting" => null
"categories" => null
"categoryOperator" => "or"
"dataSource" => null
"includeSubFolders" => null
"limitResult" => null
"presentAs" => "two"
"sortBy" => "contact.firstName"
"sortMethod" => "asc"
"tagOperator" => "or"
"types" => null
"tags" => null
]
]
-linkProvider: null
-linkData: null
#workflowPlace: null
#workflowPublished: DateTimeImmutable @1772323816 {#747
date: 2026-03-01 00:10:16.0 UTC (+00:00)
}
}
"view" => "pages/homepage"
"_controller" => "Sulu\Content\UserInterface\Controller\Website\ContentController::indexAction"
"_cacheLifetime" => 86400
"_sulu_route" => Sulu\Route\Domain\Model\Route {#723}
"_route" => "sulu_route.route_id_1"
]
"request_uri" => "https://sulu.paco-dev.io/.env"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.525+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DISTINCT c0_.id AS id_0, c0_.firstName AS firstName_1, c0_.lastName AS lastName_2 FROM co_contacts c0_ ORDER BY c0_.firstName ASC LIMIT 5"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.526+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM co_contacts c0_"
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.527+00:00"
"message" => "User Deprecated: Using WITH for the join condition of arbitrary joins is deprecated. Use ON instead. (Parser.php:1665 called by Parser.php:1544, https://github.com/doctrine/orm/issues/12192, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2871
#message: "User Deprecated: Using WITH for the join condition of arbitrary joins is deprecated. Use ON instead. (Parser.php:1665 called by Parser.php:1544, https://github.com/doctrine/orm/issues/12192, package doctrine/orm)"
#code: 0
#file: "/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:1665 {
Doctrine\ORM\Query\Parser->Join(): Join …
› $conditionalExpression = $this->ConditionalExpression();
› Deprecation::trigger('doctrine/orm', 'https://github.com/doctrine/orm/issues/12192', 'Using WITH for the join condition of arbitrary joins is deprecated. Use ON instead.');
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:1544 {
Doctrine\ORM\Query\Parser->IdentificationVariableDeclaration(): IdentificationVariableDeclaration …
› ) {
› $joins[] = $this->Join();
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:1301 {
Doctrine\ORM\Query\Parser->FromClause(): FromClause …
› $identificationVariableDeclarations = [];
› $identificationVariableDeclarations[] = $this->IdentificationVariableDeclaration();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:843 {
Doctrine\ORM\Query\Parser->SelectStatement(): SelectStatement …
› {
› $selectStatement = new AST\SelectStatement($this->SelectClause(), $this->FromClause());
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:814 {
Doctrine\ORM\Query\Parser->QueryLanguage(): DeleteStatement …
› case TokenType::T_SELECT:
› $statement = $this->SelectStatement();
› break;
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:238 {
Doctrine\ORM\Query\Parser->getAST(): DeleteStatement …
› // Parse & build AST
› $AST = $this->QueryLanguage();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query/Parser.php:330 {
Doctrine\ORM\Query\Parser->parse(): ParserResult …
› {
› $AST = $this->getAST();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query.php:248 {
Doctrine\ORM\Query->parse(): ParserResult …
›
› $this->parserResult = $parser->parse();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query.php:717 {
Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
› {
› return $this->parse()->prepareSqlExecutor($this);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/Query.php:257 {
Doctrine\ORM\Query->_doExecute(): Result|int …
› {
› $executor = $this->getSqlExecutor();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/AbstractQuery.php:930 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› $stmt = $this->_doExecute();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/AbstractQuery.php:886 {
Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/doctrine/orm/src/AbstractQuery.php:700 {
Doctrine\ORM\AbstractQuery->getArrayResult(): array …
› {
› return $this->execute(null, self::HYDRATE_ARRAY);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/page/src/Infrastructure/Sulu/Content/PageSmartContentProvider.php:229 {
Sulu\Page\Infrastructure\Sulu\Content\PageSmartContentProvider->findFlatBy(array $filters, array $sortBys, array $params = []): array …
› /** @var array{id: string, title: string, webspace: string}[] $queryResult */
› $queryResult = $queryBuilder->getQuery()->getArrayResult();
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Application/SmartResolver/Resolver/SmartContentSmartResolver.php:111 {
Sulu\Content\Application\SmartResolver\Resolver\SmartContentSmartResolver->resolve(SmartResolvable $resolvable, ?string $locale = null): ContentView …
› $params = ['value' => $value, ...$parameters];
› $result = $smartContentProvider->findFlatBy($filters, $sortBys, $params);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Application/ContentResolver/ResolvableResourceLoader/ResolvableResourceLoader.php:92 {
Sulu\Content\Application\ContentResolver\ResolvableResourceLoader\ResolvableResourceLoader->loadSmartResolvableResources(array $smartResources, ?string $locale): array …
›
› $loadedResources[$id] = $smartResolver->resolve(
› $smartResource,
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Application/ContentResolver/ResolvableResourceLoader/ResolvableResourceLoader.php:58 {
Sulu\Content\Application\ContentResolver\ResolvableResourceLoader\ResolvableResourceLoader->loadResources(array $resourcesPerLoader, ?string $locale): array …
› if (\count($smartResolvableResources) > 0) {
› $result = $this->loadSmartResolvableResources($smartResolvableResources, $locale);
› foreach ($result as $id => $loadedResource) {
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/Application/ContentResolver/ContentResolver.php:67 {
Sulu\Content\Application\ContentResolver\ContentResolver->resolve(DimensionContentInterface $dimensionContent, ?array $properties = null): array …
› // Load resources at this priority level
› $loadedResources = $this->resolvableResourceLoader->loadResources($resourcesToLoad, $locale);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/UserInterface/Controller/Website/ContentController.php:93 {
Sulu\Content\UserInterface\Controller\Website\ContentController->resolveSuluParameters(DimensionContentInterface $object, string $webspaceKey, bool $normalize): array …
› {
› $data = $this->container->get('sulu_content.content_resolver')->resolve($object); // TODO should the resolver already normalize the data based on metadata inside the template (serialization group)
› $data['localizations'] = $this->resolveSuluLocalizations($object, $webspaceKey);
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/UserInterface/Controller/Website/ContentController.php:71 {
Sulu\Content\UserInterface\Controller\Website\ContentController->indexAction(Request $request, DimensionContentInterface $object, string $view, bool $preview = false, bool $partial = false): Response …
›
› $parameters = $this->resolveSuluParameters($object, $webspaceKey, 'json' === $requestFormat);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.528+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DISTINCT p0_.uuid AS uuid_0, p0_.webspaceKey AS webspaceKey_1, p1_.title AS title_2, p1_.workflowPublished AS workflowPublished_3 FROM pa_pages p0_ LEFT JOIN pa_page_dimension_contents p1_ ON (p1_.pageUuid = p0_.uuid) LEFT JOIN pa_pages p2_ ON (p2_.uuid = ?) WHERE p1_.locale = ? AND p1_.stage = ? AND p1_.version = ? AND p1_.templateKey IN (?, ?) AND p0_.lft > p2_.lft AND p0_.rgt < p2_.rgt ORDER BY p1_.workflowPublished ASC LIMIT 5"
"params" => [
1 => "019ca6bb-42f6-7d2c-be2a-c5e1008281e7"
2 => "en"
3 => "live"
4 => 0
5 => "homepage"
6 => "default"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#597}
2 => Doctrine\DBAL\ParameterType {#597}
3 => Doctrine\DBAL\ParameterType {#597}
4 => Doctrine\DBAL\ParameterType {#721}
5 => Doctrine\DBAL\ParameterType {#597}
6 => Doctrine\DBAL\ParameterType {#597}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.530+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT COUNT(DISTINCT p0_.uuid) AS sclr_0 FROM pa_pages p0_ LEFT JOIN pa_page_dimension_contents p1_ ON (p1_.pageUuid = p0_.uuid) LEFT JOIN pa_pages p2_ ON (p2_.uuid = ?) WHERE p1_.locale = ? AND p1_.stage = ? AND p1_.version = ? AND p1_.templateKey IN (?, ?) AND p0_.lft > p2_.lft AND p0_.rgt < p2_.rgt"
"params" => [
1 => "019ca6bb-42f6-7d2c-be2a-c5e1008281e7"
2 => "en"
3 => "live"
4 => 0
5 => "homepage"
6 => "default"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#597}
2 => Doctrine\DBAL\ParameterType {#597}
3 => Doctrine\DBAL\ParameterType {#597}
4 => Doctrine\DBAL\ParameterType {#721}
5 => Doctrine\DBAL\ParameterType {#597}
6 => Doctrine\DBAL\ParameterType {#597}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.541+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.firstName AS firstName_0, c0_.middleName AS middleName_1, c0_.lastName AS lastName_2, c0_.birthday AS birthday_3, c0_.salutation AS salutation_4, c0_.formOfAddress AS formOfAddress_5, c0_.newsletter AS newsletter_6, c0_.gender AS gender_7, c0_.note AS note_8, c0_.mainEmail AS mainEmail_9, c0_.mainPhone AS mainPhone_10, c0_.mainFax AS mainFax_11, c0_.mainUrl AS mainUrl_12, c0_.id AS id_13, c0_.created AS created_14, c0_.changed AS changed_15, c1_.main AS main_16, c1_.id AS id_17, c2_.lft AS lft_18, c2_.rgt AS rgt_19, c2_.depth AS depth_20, c2_.name AS name_21, c2_.externalId AS externalId_22, c2_.number AS number_23, c2_.corporation AS corporation_24, c2_.note AS note_25, c2_.uid AS uid_26, c2_.registerNumber AS registerNumber_27, c2_.placeOfJurisdiction AS placeOfJurisdiction_28, c2_.mainEmail AS mainEmail_29, c2_.mainPhone AS mainPhone_30, c2_.mainFax AS mainFax_31, c2_.mainUrl AS mainUrl_32, c2_.id AS id_33, c2_.created AS created_34, c2_.changed AS changed_35, c3_.firstName AS firstName_36, c3_.middleName AS middleName_37, c3_.lastName AS lastName_38, c3_.birthday AS birthday_39, c3_.salutation AS salutation_40, c3_.formOfAddress AS formOfAddress_41, c3_.newsletter AS newsletter_42, c3_.gender AS gender_43, c3_.note AS note_44, c3_.mainEmail AS mainEmail_45, c3_.mainPhone AS mainPhone_46, c3_.mainFax AS mainFax_47, c3_.mainUrl AS mainUrl_48, c3_.id AS id_49, c3_.created AS created_50, c3_.changed AS changed_51, c4_.main AS main_52, c4_.id AS id_53, c5_.title AS title_54, c5_.primaryAddress AS primaryAddress_55, c5_.deliveryAddress AS deliveryAddress_56, c5_.billingAddress AS billingAddress_57, c5_.street AS street_58, c5_.number AS number_59, c5_.addition AS addition_60, c5_.zip AS zip_61, c5_.city AS city_62, c5_.state AS state_63, c5_.countryCode AS countryCode_64, c5_.postboxNumber AS postboxNumber_65, c5_.postboxPostcode AS postboxPostcode_66, c5_.postboxCity AS postboxCity_67, c5_.latitude AS latitude_68, c5_.longitude AS longitude_69, c5_.note AS note_70, c5_.id AS id_71, c6_.name AS name_72, c6_.id AS id_73, c7_.locale AS locale_74, c7_.id AS id_75, c8_.email AS email_76, c8_.id AS id_77, c9_.name AS name_78, c9_.id AS id_79, c10_.fax AS fax_80, c10_.id AS id_81, c11_.name AS name_82, c11_.id AS id_83, c12_.value AS value_84, c12_.id AS id_85, c13_.phone AS phone_86, c13_.id AS id_87, c14_.name AS name_88, c14_.id AS id_89, t15_.name AS name_90, t15_.id AS id_91, c16_.url AS url_92, c16_.id AS id_93, c17_.name AS name_94, c17_.id AS id_95, c18_.title AS title_96, c18_.id AS id_97, c19_.position AS position_98, c19_.id AS id_99, m20_.type AS type_100, m20_.id AS id_101, m20_.created AS created_102, m20_.changed AS changed_103, c21_.category_key AS category_key_104, c21_.default_locale AS default_locale_105, c21_.lft AS lft_106, c21_.rgt AS rgt_107, c21_.depth AS depth_108, c21_.id AS id_109, c21_.created AS created_110, c21_.changed AS changed_111, c22_.translation AS translation_112, c22_.locale AS locale_113, c22_.description AS description_114, c22_.id AS id_115, c22_.created AS created_116, c22_.changed AS changed_117, c23_.bankName AS bankName_118, c23_.bic AS bic_119, c23_.iban AS iban_120, c23_.public AS public_121, c23_.id AS id_122, c0_.idTitles AS idTitles_123, c0_.avatar AS avatar_124, c0_.idUsersCreator AS idUsersCreator_125, c0_.idUsersChanger AS idUsersChanger_126, c1_.idPositions AS idPositions_127, c1_.idContacts AS idContacts_128, c1_.idAccounts AS idAccounts_129, c2_.idContactsMain AS idContactsMain_130, c2_.idAccountsParent AS idAccountsParent_131, c2_.logo AS logo_132, c2_.idUsersCreator AS idUsersCreator_133, c2_.idUsersChanger AS idUsersChanger_134, c3_.idTitles AS idTitles_135, c3_.avatar AS avatar_136, c3_.idUsersCreator AS idUsersCreator_137, c3_.idUsersChanger AS idUsersChanger_138, c4_.idAddresses AS idAddresses_139, c4_.idContacts AS idContacts_140, c5_.idAdressTypes AS idAdressTypes_141, c7_.idContacts AS idContacts_142, c8_.idEmailTypes AS idEmailTypes_143, c10_.idFaxTypes AS idFaxTypes_144, c13_.idPhoneTypes AS idPhoneTypes_145, t15_.idUsersCreator AS idUsersCreator_146, t15_.idUsersChanger AS idUsersChanger_147, c16_.idUrlTypes AS idUrlTypes_148, m20_.idPreviewImage AS idPreviewImage_149, m20_.idCollections AS idCollections_150, m20_.idUsersCreator AS idUsersCreator_151, m20_.idUsersChanger AS idUsersChanger_152, c21_.idCategoriesParent AS idCategoriesParent_153, c21_.idUsersCreator AS idUsersCreator_154, c21_.idUsersChanger AS idUsersChanger_155, c22_.idCategories AS idCategories_156, c22_.idUsersCreator AS idUsersCreator_157, c22_.idUsersChanger AS idUsersChanger_158 FROM co_contacts c0_ LEFT JOIN co_account_contacts c1_ ON c0_.id = c1_.idContacts LEFT JOIN co_accounts c2_ ON c1_.idAccounts = c2_.id LEFT JOIN co_contacts c3_ ON c2_.idContactsMain = c3_.id LEFT JOIN co_contact_addresses c4_ ON c0_.id = c4_.idContacts LEFT JOIN co_addresses c5_ ON c4_.idAddresses = c5_.id LEFT JOIN co_address_types c6_ ON c5_.idAdressTypes = c6_.id LEFT JOIN co_contact_locales c7_ ON c0_.id = c7_.idContacts LEFT JOIN co_contact_emails c24_ ON c0_.id = c24_.idContacts LEFT JOIN co_emails c8_ ON c8_.id = c24_.idEmails LEFT JOIN co_email_types c9_ ON c8_.idEmailTypes = c9_.id LEFT JOIN co_contact_faxes c25_ ON c0_.id = c25_.idContacts LEFT JOIN co_faxes c10_ ON c10_.id = c25_.idFaxes LEFT JOIN co_fax_types c11_ ON c10_.idFaxTypes = c11_.id LEFT JOIN co_contact_notes c26_ ON c0_.id = c26_.idContacts LEFT JOIN co_notes c12_ ON c12_.id = c26_.idNotes LEFT JOIN co_contact_phones c27_ ON c0_.id = c27_.idContacts LEFT JOIN co_phones c13_ ON c13_.id = c27_.idPhones LEFT JOIN co_phone_types c14_ ON c13_.idPhoneTypes = c14_.id LEFT JOIN co_contact_tags c28_ ON c0_.id = c28_.idContacts LEFT JOIN ta_tags t15_ ON t15_.id = c28_.idTags LEFT JOIN co_contact_urls c29_ ON c0_.id = c29_.idContacts LEFT JOIN co_urls c16_ ON c16_.id = c29_.idUrls LEFT JOIN co_url_types c17_ ON c16_.idUrlTypes = c17_.id LEFT JOIN co_contact_titles c18_ ON c0_.idTitles = c18_.id LEFT JOIN co_positions c19_ ON c1_.idPositions = c19_.id LEFT JOIN co_contact_medias c30_ ON c0_.id = c30_.idContacts LEFT JOIN me_media m20_ ON m20_.id = c30_.idMedias LEFT JOIN co_contact_categories c31_ ON c0_.id = c31_.idContacts LEFT JOIN ca_categories c21_ ON c21_.id = c31_.idCategories LEFT JOIN ca_category_translations c22_ ON c21_.id = c22_.idCategories LEFT JOIN co_contact_bank_accounts c32_ ON c0_.id = c32_.idContacts LEFT JOIN co_bank_account c23_ ON c23_.id = c32_.idBankAccounts WHERE c0_.id IN (?) ORDER BY c0_.id ASC"
"params" => [
1 => 1
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#721}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.547+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, r5_.webspace AS webspace_50, r5_.locale AS locale_51, r5_.slug AS slug_52, r5_.resource_key AS resource_key_53, r5_.resource_id AS resource_id_54, r5_.id AS id_55, p0_.parent_id AS parent_id_56, p0_.idUsersCreator AS idUsersCreator_57, p0_.idUsersChanger AS idUsersChanger_58, p1_.route_id AS route_id_59, p1_.pageUuid AS pageUuid_60, p1_.author_id AS author_id_61, p1_.idUsersCreator AS idUsersCreator_62, p1_.idUsersChanger AS idUsersChanger_63, t2_.idUsersCreator AS idUsersCreator_64, t2_.idUsersChanger AS idUsersChanger_65, c3_.idCategoriesParent AS idCategoriesParent_66, c3_.idUsersCreator AS idUsersCreator_67, c3_.idUsersChanger AS idUsersChanger_68, c4_.idCategories AS idCategories_69, c4_.idUsersCreator AS idUsersCreator_70, c4_.idUsersChanger AS idUsersChanger_71, r5_.parent_id AS parent_id_72 FROM pa_pages p0_ LEFT JOIN pa_page_dimension_contents p6_ ON (p6_.pageUuid = p0_.uuid) LEFT JOIN pa_page_dimension_contents p1_ ON p0_.uuid = p1_.pageUuid LEFT JOIN pa_page_dimension_content_excerpt_tags p7_ ON p1_.id = p7_.page_dimension_content_id LEFT JOIN ta_tags t2_ ON t2_.id = p7_.tag_id LEFT JOIN pa_page_dimension_content_excerpt_categories p8_ ON p1_.id = p8_.page_dimension_content_id LEFT JOIN ca_categories c3_ ON c3_.id = p8_.category_id LEFT JOIN ca_category_translations c4_ ON c3_.id = c4_.idCategories AND (c4_.locale = c3_.default_locale OR c4_.locale IN (?)) LEFT JOIN ro_routes r5_ ON p1_.route_id = r5_.id WHERE p0_.uuid IN (?) AND p6_.locale = ? AND p6_.stage = ? AND p6_.version = ? 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 => "019ca6c0-6bbd-71ff-9f8b-7829c756a98d"
3 => "en"
4 => "live"
5 => 0
6 => "en"
7 => "live"
8 => 0
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#597}
2 => Doctrine\DBAL\ParameterType {#597}
3 => Doctrine\DBAL\ParameterType {#597}
4 => Doctrine\DBAL\ParameterType {#597}
5 => Doctrine\DBAL\ParameterType {#721}
6 => Doctrine\DBAL\ParameterType {#597}
7 => Doctrine\DBAL\ParameterType {#597}
8 => Doctrine\DBAL\ParameterType {#721}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.549+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 => 11
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#721}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.550+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 => 12
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#721}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.553+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 => "019ca6bb-42f6-7d2c-be2a-c5e1008281e7"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#597}
2 => Doctrine\DBAL\ParameterType {#597}
3 => Doctrine\DBAL\ParameterType {#597}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.555+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException: "Page does not exist in "env" format." at ContentController.php line 119"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException {#2251
#message: "Page does not exist in "env" format."
#code: 0
#file: "/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/UserInterface/Controller/Website/ContentController.php"
#line: 119
-statusCode: 406
-headers: []
trace: {
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/UserInterface/Controller/Website/ContentController.php:119 {
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));
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/packages/content/src/UserInterface/Controller/Website/ContentController.php:78 {
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));
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.578+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.paco-dev.io"
2 => "dev"
3 => "website"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#597}
2 => Doctrine\DBAL\ParameterType {#597}
3 => Doctrine\DBAL\ParameterType {#597}
]
]
"channel" => "doctrine"
]
]
3548 => [
[
"timestamp" => 1776495613
"timestamp_rfc3339" => "2026-04-18T07:00:13.557+00:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3558
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/Attributes/ParameterRequestProcessor.php:32 {
Sulu\Component\Webspace\Analyzer\Attributes\ParameterRequestProcessor->process(Request $request, RequestAttributes $requestAttributes) …
› {
› if (!$request->get('_locale') || !$request->get('_portal')) {
› return new RequestAttributes();
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Component/Webspace/Analyzer/RequestAnalyzer.php:43 {
Sulu\Component\Webspace\Analyzer\RequestAnalyzer->analyze(Request $request) …
› foreach ($this->requestProcessors as $requestProcessor) {
› $attributes = $attributes->merge($requestProcessor->process($request, $attributes));
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:56 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› // Would be nice to also only call this if the _requestAnalyzer attribute is set, but it's set on the next line
› $this->requestAnalyzer->analyze($request);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:246 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/srv/http/sulu.paco-dev.io/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/srv/http/sulu.paco-dev.io/app/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);
›
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/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 {
}
/srv/http/sulu.paco-dev.io/app/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
]
]
-errorCount: [
13 => 1
3548 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#157 …}
} |