| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#161
-records: [
"" => [
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.339+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 {#153
#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/html/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/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/html/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/html/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/html/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
›
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);
› }
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/html/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/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
]
13 => [
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.340+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 {#453
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/html/vendor/symfony/http-foundation/Request.php"
#line: 746
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/http-foundation/Request.php:746 {
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.');
›
}
/var/www/html/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();
}
/var/www/html/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));
› }
}
/var/www/html/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);
›
}
/var/www/html/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/html/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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/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/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.341+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "sulu_media.website.image.proxy"
"route_parameters" => [
"_route" => "sulu_media.website.image.proxy"
"_requestAnalyzer" => false
"_controller" => "sulu_media.media_stream_controller::getImageAction"
"slug" => "sulu-240x/02/2-Bildschirmfoto 2026-02-16 um 11.37.37.png"
]
"request_uri" => "https://cms.koenig.ipv64.net/uploads/media/sulu-240x/02/2-Bildschirmfoto%202026-02-16%20um%2011.37.37.png?v=1-0"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.342+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 {#666
#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/html/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/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/html/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/html/vendor/doctrine/orm/src/Mapping/ArrayAccessImplementation.php:18 {
Doctrine\ORM\Mapping\FieldMapping->offsetExists(mixed $offset): bool …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/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/html/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/html/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);
› }
}
/var/www/html/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/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/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(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/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/html/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/html/vendor/doctrine/orm/src/EntityManager.php:499 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/var/www/html/var/cache/website/dev/Container4vrzxcP/App_KernelDevDebugContainer.php:2168 {
Container4vrzxcP\App_KernelDevDebugContainer::getSuluMedia_CollectionRepositoryService($container) …
›
› $instance = $a->getRepository('Sulu\\Bundle\\MediaBundle\\Entity\\Collection');
›
}
/var/www/html/var/cache/website/dev/Container4vrzxcP/App_KernelDevDebugContainer.php:2242 {
Container4vrzxcP\App_KernelDevDebugContainer::getSuluMedia_MediaManagerService($container) …
› }
› $b = ($container->services['sulu_media.collection_repository'] ?? self::getSuluMedia_CollectionRepositoryService($container));
›
}
/var/www/html/var/cache/website/dev/Container4vrzxcP/getSuluMedia_MediaStreamControllerService.php:25 {
Container4vrzxcP\getSuluMedia_MediaStreamControllerService::do($container, $lazyLoad = true) …
›
› return $container->services['sulu_media.media_stream_controller'] = new \Sulu\Bundle\MediaBundle\Controller\MediaStreamController(($container->services['sulu_media.disposition_type.resolver'] ??= new \Sulu\Bundle\MediaBundle\Media\DispositionType\DispositionTypeResolver('attachment', [], [])), ($container->services['sulu.repository.media'] ?? self::getSulu_Repository_MediaService($container)), ($container->services['Sulu\\Route\\Application\\ResourceLocator\\PathCleanup\\PathCleanupInterface'] ?? self::getPathCleanupInterfaceService($container)), ($container->services['sulu_media.format_manager'] ?? self::getSuluMedia_FormatManagerService($container)), ($container->services['sulu_media.format_cache'] ?? self::getSuluMedia_FormatCacheService($container)), ($container->services['sulu_media.media_manager'] ?? self::getSuluMedia_MediaManagerService($container)), ($container->services['sulu_media.storage'] ?? self::getSuluMedia_StorageService($container)), ($container->services['sulu_security.security_checker'] ?? self::getSuluSecurity_SecurityCheckerService($container)));
› }
}
/var/www/html/var/cache/website/dev/Container4vrzxcP/App_KernelDevDebugContainer.php:952 {
Container4vrzxcP\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/html/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/html/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/html/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/html/vendor/friendsofsymfony/http-cache-bundle/src/EventListener/AttributesListener.php:28 {
FOS\HttpCacheBundle\EventListener\AttributesListener->onKernelRequest(RequestEvent $event): void …
› $request = $event->getRequest();
› $controller = $this->controllerResolver->getController($request);
›
}
/var/www/html/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/html/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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/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/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.346+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 {#1042
#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: "/var/www/html/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/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/html/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/html/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',
}
/var/www/html/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);
}
/var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:2032 {
Doctrine\ORM\Mapping\ClassMetadata->mapManyToMany(array $mapping): void …
›
› $mapping = $this->_validateAndCompleteAssociationMapping($mapping);
›
}
/var/www/html/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php:553 {
Doctrine\ORM\Mapping\Driver\XmlDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
›
› $metadata->mapManyToMany($mapping);
› }
}
/var/www/html/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);
›
}
/var/www/html/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/html/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) {
}
/var/www/html/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/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/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(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/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/html/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/html/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();
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:208 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } catch (MappingException $loadingException) {
› $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);
›
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/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];
›
}
/var/www/html/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);
› }
}
/var/www/html/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/html/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);
› }
}
/var/www/html/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/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/html/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(
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/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/html/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/html/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();
}
/var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:208 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } catch (MappingException $loadingException) {
› $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);
›
}
/var/www/html/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/html/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/html/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/html/vendor/doctrine/orm/src/EntityManager.php:499 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/var/www/html/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/html/var/cache/website/dev/Container4vrzxcP/App_KernelDevDebugContainer.php:4253 {
Container4vrzxcP\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/html/var/cache/website/dev/Container4vrzxcP/App_KernelDevDebugContainer.php:4205 {
Container4vrzxcP\App_KernelDevDebugContainer::getSuluPage_PageDescendantSecurityListenerService($container) …
› {
› $a = ($container->privates['sulu_page.page_repository'] ?? self::getSuluPage_PageRepositoryService($container));
›
}
/var/www/html/var/cache/website/dev/Container4vrzxcP/App_KernelDevDebugContainer.php:1414 {
Container4vrzxcP\App_KernelDevDebugContainer::{closure:Container4vrzxcP\App_KernelDevDebugContainer::getEventDispatcherService():1414} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'sulu_page.page_security_listener', class: 'Sulu\\Page\\Infrastructure\\Sulu\\Security\\PageSecurityListener')] fn () => ($container->privates['sulu_page.page_security_listener'] ?? self::getSuluPage_PageSecurityListenerService($container)), 'onKernelRequest'], 7);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'sulu_page.page_descendant_security_listener', class: 'Sulu\\Page\\Infrastructure\\Sulu\\Security\\PageDescendantSecurityListener')] fn () => ($container->privates['sulu_page.page_descendant_security_listener'] ?? self::getSuluPage_PageDescendantSecurityListenerService($container)), 'onKernelController'], -10);
› $instance->addListener('Sulu\\Page\\Domain\\Event\\PageWorkflowTransitionAppliedEvent', [#[\Closure(name: 'sulu_page.page_cache_invalidation_subscriber', class: 'Sulu\\Page\\Infrastructure\\Sulu\\HttpCache\\EventSubscriber\\PageCacheInvalidationSubscriber')] fn () => ($container->privates['sulu_page.page_cache_invalidation_subscriber'] ?? $container->load('getSuluPage_PageCacheInvalidationSubscriberService')), 'onWorkflowTransition'], 0);
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.351+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "db"
"port" => 3306
"user" => "sulu"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "sulu"
"serverVersion" => "mariadb-11.4.0"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.352+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.type AS type_0, m0_.id AS id_1, m0_.created AS created_2, m0_.changed AS changed_3, m1_.version AS version_4, m1_.id AS id_5, m1_.created AS created_6, m1_.changed AS changed_7, m2_.name AS name_8, m2_.version AS version_9, m2_.subVersion AS subVersion_10, m2_.size AS size_11, m2_.downloadCounter AS downloadCounter_12, m2_.storageOptions AS storageOptions_13, m2_.mimeType AS mimeType_14, m2_.properties AS properties_15, m2_.focusPointX AS focusPointX_16, m2_.focusPointY AS focusPointY_17, m2_.id AS id_18, m2_.created AS created_19, m2_.changed AS changed_20, m3_.crop_x AS crop_x_21, m3_.crop_y AS crop_y_22, m3_.crop_width AS crop_width_23, m3_.crop_height AS crop_height_24, m3_.format_key AS format_key_25, m0_.idPreviewImage AS idPreviewImage_26, m0_.idCollections AS idCollections_27, m0_.idUsersCreator AS idUsersCreator_28, m0_.idUsersChanger AS idUsersChanger_29, m1_.idMedia AS idMedia_30, m1_.idUsersCreator AS idUsersCreator_31, m1_.idUsersChanger AS idUsersChanger_32, m2_.idFileVersionsMetaDefault AS idFileVersionsMetaDefault_33, m2_.idFiles AS idFiles_34, m2_.idUsersCreator AS idUsersCreator_35, m2_.idUsersChanger AS idUsersChanger_36, m3_.fileVersion AS fileVersion_37 FROM me_media m0_ LEFT JOIN me_files m1_ ON m0_.id = m1_.idMedia LEFT JOIN me_file_versions m2_ ON m1_.id = m2_.idFiles AND (m2_.version IN (?, m2_.version)) LEFT JOIN me_format_options m3_ ON m2_.id = m3_.fileVersion AND (m3_.format_key = ?) WHERE m0_.id = ?"
"params" => [
1 => 1
2 => "sulu-240x"
3 => 2
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1218
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#1132
+name: "STRING"
}
3 => Doctrine\DBAL\ParameterType {#1218}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.352+00:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1282
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/var/www/html/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/var-exporter/ProxyHelper.php:34 {
Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
› if (\PHP_VERSION_ID >= 80400) {
› trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');
› }
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
› // @phpstan-ignore staticMethod.notFound (This method has been removed in Symfony 8)
› $code = ProxyHelper::generateLazyGhost($class->getReflectionClass());
› $code = substr($code, 7 + (int) strpos($code, "\n{"));
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:441 {
Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
› foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {
› $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);
› }
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:419 {
Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
› case self::AUTOGENERATE_ALWAYS:
› $this->generateProxyClass($class, $fileName, $proxyClassName);
› break;
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:364 {
Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
› $initializer = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);
› $proxyClassName = $this->loadProxyClass($class);
› $identifierFields = [];
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:239 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
›
› $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);
›
}
/var/www/html/vendor/doctrine/orm/src/UnitOfWork.php:2540 {
Doctrine\ORM\UnitOfWork->createEntity(string $className, array $data, array &$hints = []): object …
› case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:
› $newValue = $this->em->getProxyFactory()->getProxy($assoc->targetEntity, $normalizedAssociatedId);
› $this->registerManaged($newValue, $associatedId, []);
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:268 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias): object …
›
› return $this->uow->createEntity($className, $data, $this->hints);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:495 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result): void …
› if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {
› $element = $this->getEntity($data, $dqlAlias);
›
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:147 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData(): array …
› while ($row = $this->statement()->fetchAssociative()) {
› $this->hydrateRowData($row, $result);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:176 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:943 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› $data = $this->em->newHydrator($this->hydrationMode)->hydrateAll($stmt, $rsm, $this->hints);
›
}
/var/www/html/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);
› }
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:772 {
Doctrine\ORM\AbstractQuery->getSingleResult(string|int|null $hydrationMode = null): mixed …
› {
› $result = $this->execute(null, $hydrationMode);
›
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:107 {
Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMediaByIdForRendering($id, $formatKey, ?int $version = null) …
› /** @var MediaInterface */
› return $queryBuilder->getQuery()->getSingleResult();
› } catch (NoResultException $ex) {
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php:84 {
Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager->returnImage($id, $formatKey, $fileName, ?int $version = null) …
›
› $media = $this->mediaRepository->findMediaByIdForRendering($id, $formatKey, $version);
›
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Controller/MediaStreamController.php:74 {
Sulu\Bundle\MediaBundle\Controller\MediaStreamController->getImageAction(Request $request) …
›
› return $this->formatManager->returnImage(
› $mediaProperties['id'],
arguments: {
$id: 2
$formatKey: "sulu-240x"
$fileName: "Bildschirmfoto 2026-02-16 um 11.37.37.png"
$version: 1
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.352+00:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1297
#message: "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
#code: 0
#file: "/var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php"
#line: 21
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:21 {
ReflectionClass->__construct(object|string $objectOrClass) …
› if (\PHP_VERSION_ID >= 80400) {
› trigger_deprecation('symfony/var-exporter', '7.3', 'The "%s" trait is deprecated, use native lazy objects instead.', LazyGhostTrait::class);
› }
}
/var/www/html/vendor/symfony/var-exporter/ProxyHelper.php:53 {
Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
› static $traitMethods;
› $traitMethods ??= (new \ReflectionClass(LazyGhostTrait::class))->getMethods();
›
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
› // @phpstan-ignore staticMethod.notFound (This method has been removed in Symfony 8)
› $code = ProxyHelper::generateLazyGhost($class->getReflectionClass());
› $code = substr($code, 7 + (int) strpos($code, "\n{"));
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:441 {
Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
› foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {
› $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);
› }
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:419 {
Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
› case self::AUTOGENERATE_ALWAYS:
› $this->generateProxyClass($class, $fileName, $proxyClassName);
› break;
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:364 {
Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
› $initializer = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);
› $proxyClassName = $this->loadProxyClass($class);
› $identifierFields = [];
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:239 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
›
› $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);
›
}
/var/www/html/vendor/doctrine/orm/src/UnitOfWork.php:2540 {
Doctrine\ORM\UnitOfWork->createEntity(string $className, array $data, array &$hints = []): object …
› case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:
› $newValue = $this->em->getProxyFactory()->getProxy($assoc->targetEntity, $normalizedAssociatedId);
› $this->registerManaged($newValue, $associatedId, []);
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:268 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias): object …
›
› return $this->uow->createEntity($className, $data, $this->hints);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:495 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result): void …
› if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {
› $element = $this->getEntity($data, $dqlAlias);
›
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:147 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData(): array …
› while ($row = $this->statement()->fetchAssociative()) {
› $this->hydrateRowData($row, $result);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:176 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:943 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› $data = $this->em->newHydrator($this->hydrationMode)->hydrateAll($stmt, $rsm, $this->hints);
›
}
/var/www/html/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);
› }
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:772 {
Doctrine\ORM\AbstractQuery->getSingleResult(string|int|null $hydrationMode = null): mixed …
› {
› $result = $this->execute(null, $hydrationMode);
›
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:107 {
Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMediaByIdForRendering($id, $formatKey, ?int $version = null) …
› /** @var MediaInterface */
› return $queryBuilder->getQuery()->getSingleResult();
› } catch (NoResultException $ex) {
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php:84 {
Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager->returnImage($id, $formatKey, $fileName, ?int $version = null) …
›
› $media = $this->mediaRepository->findMediaByIdForRendering($id, $formatKey, $version);
›
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Controller/MediaStreamController.php:74 {
Sulu\Bundle\MediaBundle\Controller\MediaStreamController->getImageAction(Request $request) …
›
› return $this->formatManager->returnImage(
› $mediaProperties['id'],
arguments: {
$id: 2
$formatKey: "sulu-240x"
$fileName: "Bildschirmfoto 2026-02-16 um 11.37.37.png"
$version: 1
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.353+00:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2039
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/var/www/html/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/var-exporter/ProxyHelper.php:34 {
Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
› if (\PHP_VERSION_ID >= 80400) {
› trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');
› }
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
› // @phpstan-ignore staticMethod.notFound (This method has been removed in Symfony 8)
› $code = ProxyHelper::generateLazyGhost($class->getReflectionClass());
› $code = substr($code, 7 + (int) strpos($code, "\n{"));
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:441 {
Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
› foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {
› $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);
› }
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:419 {
Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
› case self::AUTOGENERATE_ALWAYS:
› $this->generateProxyClass($class, $fileName, $proxyClassName);
› break;
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:364 {
Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
› $initializer = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);
› $proxyClassName = $this->loadProxyClass($class);
› $identifierFields = [];
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:239 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
›
› $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);
›
}
/var/www/html/vendor/doctrine/orm/src/UnitOfWork.php:2540 {
Doctrine\ORM\UnitOfWork->createEntity(string $className, array $data, array &$hints = []): object …
› case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:
› $newValue = $this->em->getProxyFactory()->getProxy($assoc->targetEntity, $normalizedAssociatedId);
› $this->registerManaged($newValue, $associatedId, []);
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:268 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias): object …
›
› return $this->uow->createEntity($className, $data, $this->hints);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:495 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result): void …
› if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {
› $element = $this->getEntity($data, $dqlAlias);
›
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:147 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData(): array …
› while ($row = $this->statement()->fetchAssociative()) {
› $this->hydrateRowData($row, $result);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:176 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:943 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› $data = $this->em->newHydrator($this->hydrationMode)->hydrateAll($stmt, $rsm, $this->hints);
›
}
/var/www/html/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);
› }
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:772 {
Doctrine\ORM\AbstractQuery->getSingleResult(string|int|null $hydrationMode = null): mixed …
› {
› $result = $this->execute(null, $hydrationMode);
›
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:107 {
Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMediaByIdForRendering($id, $formatKey, ?int $version = null) …
› /** @var MediaInterface */
› return $queryBuilder->getQuery()->getSingleResult();
› } catch (NoResultException $ex) {
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php:84 {
Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager->returnImage($id, $formatKey, $fileName, ?int $version = null) …
›
› $media = $this->mediaRepository->findMediaByIdForRendering($id, $formatKey, $version);
›
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Controller/MediaStreamController.php:74 {
Sulu\Bundle\MediaBundle\Controller\MediaStreamController->getImageAction(Request $request) …
›
› return $this->formatManager->returnImage(
› $mediaProperties['id'],
arguments: {
$id: 2
$formatKey: "sulu-240x"
$fileName: "Bildschirmfoto 2026-02-16 um 11.37.37.png"
$version: 1
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.354+00:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2111
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/var/www/html/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/var-exporter/ProxyHelper.php:34 {
Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
› if (\PHP_VERSION_ID >= 80400) {
› trigger_deprecation('symfony/var-exporter', '7.3', 'Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.');
› }
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:474 {
Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
› // @phpstan-ignore staticMethod.notFound (This method has been removed in Symfony 8)
› $code = ProxyHelper::generateLazyGhost($class->getReflectionClass());
› $code = substr($code, 7 + (int) strpos($code, "\n{"));
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:441 {
Doctrine\ORM\Proxy\ProxyFactory->generateProxyClass(ClassMetadata $class, ?string $fileName, string $proxyClassName): void …
› foreach (array_combine($placeholderMatches[0], $placeholderMatches[1]) as $placeholder => $name) {
› $placeholders[$placeholder] ?? $placeholders[$placeholder] = $this->{'generate' . ucfirst($name)}($class);
› }
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:419 {
Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
› case self::AUTOGENERATE_ALWAYS:
› $this->generateProxyClass($class, $fileName, $proxyClassName);
› break;
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:364 {
Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
› $initializer = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);
› $proxyClassName = $this->loadProxyClass($class);
› $identifierFields = [];
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:239 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
›
› $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);
›
}
/var/www/html/vendor/doctrine/orm/src/UnitOfWork.php:2540 {
Doctrine\ORM\UnitOfWork->createEntity(string $className, array $data, array &$hints = []): object …
› case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:
› $newValue = $this->em->getProxyFactory()->getProxy($assoc->targetEntity, $normalizedAssociatedId);
› $this->registerManaged($newValue, $associatedId, []);
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:268 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias): object …
›
› return $this->uow->createEntity($className, $data, $this->hints);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:407 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result): void …
› } else {
› $element = $this->getEntity($data, $dqlAlias);
›
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:147 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData(): array …
› while ($row = $this->statement()->fetchAssociative()) {
› $this->hydrateRowData($row, $result);
› }
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:176 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:943 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› $data = $this->em->newHydrator($this->hydrationMode)->hydrateAll($stmt, $rsm, $this->hints);
›
}
/var/www/html/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);
› }
}
/var/www/html/vendor/doctrine/orm/src/AbstractQuery.php:772 {
Doctrine\ORM\AbstractQuery->getSingleResult(string|int|null $hydrationMode = null): mixed …
› {
› $result = $this->execute(null, $hydrationMode);
›
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Entity/MediaRepository.php:107 {
Sulu\Bundle\MediaBundle\Entity\MediaRepository->findMediaByIdForRendering($id, $formatKey, ?int $version = null) …
› /** @var MediaInterface */
› return $queryBuilder->getQuery()->getSingleResult();
› } catch (NoResultException $ex) {
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php:84 {
Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager->returnImage($id, $formatKey, $fileName, ?int $version = null) …
›
› $media = $this->mediaRepository->findMediaByIdForRendering($id, $formatKey, $version);
›
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Controller/MediaStreamController.php:74 {
Sulu\Bundle\MediaBundle\Controller\MediaStreamController->getImageAction(Request $request) …
›
› return $this->formatManager->returnImage(
› $mediaProperties['id'],
arguments: {
$id: 2
$formatKey: "sulu-240x"
$fileName: "Bildschirmfoto 2026-02-16 um 11.37.37.png"
$version: 1
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.359+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to open file with path "03/bildschirmfoto-2026-02-16-um-11-37-37.png"" at FlysystemStorage.php line 74"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\Filesystem\Exception\IOException {#1470
#message: "Failed to open file with path "03/bildschirmfoto-2026-02-16-um-11-37-37.png""
#code: 0
#file: "/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/FlysystemStorage.php"
#line: 74
-path: "03/bildschirmfoto-2026-02-16-um-11-37-37.png"
trace: {
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/FlysystemStorage.php:74 {
Sulu\Bundle\MediaBundle\Media\Storage\FlysystemStorage->load(array $storageOptions) …
› } catch (UnableToReadFile) {
› throw new IOException(\sprintf('Failed to open file with path "%s"', $filePath), path: $filePath);
› }
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php:97 {
Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter->convert(FileVersion $fileVersion, $formatKey, $imageFormat) …
› $imageResource = $this->mediaImageExtractor->extract(
› $this->storage->load($fileVersion->getStorageOptions()),
› $fileVersion->getMimeType() ?? '-null-', // validated already in FormatManager, as mimetype can not be extract from storage as they may return none seekable resources
arguments: {
$storageOptions: [ …2]
}
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php:133 {
Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager->returnImage($id, $formatKey, $fileName, ?int $version = null) …
› // Convert Media to format.
› $responseContent = $this->converter->convert($fileVersion, $formatKey, $imageFormat);
›
arguments: {
$fileVersion: Sulu\Bundle\MediaBundle\Entity\FileVersion {#2102 …}
$formatKey: "sulu-240x"
$imageFormat: "png"
}
}
/var/www/html/vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Controller/MediaStreamController.php:74 {
Sulu\Bundle\MediaBundle\Controller\MediaStreamController->getImageAction(Request $request) …
›
› return $this->formatManager->returnImage(
› $mediaProperties['id'],
arguments: {
$id: 2
$formatKey: "sulu-240x"
$fileName: "Bildschirmfoto 2026-02-16 um 11.37.37.png"
$version: 1
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.375+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 => "cms.koenig.ipv64.net"
2 => "dev"
3 => "website"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1132}
2 => Doctrine\DBAL\ParameterType {#1132}
3 => Doctrine\DBAL\ParameterType {#1132}
]
]
"channel" => "doctrine"
]
]
2906 => [
[
"timestamp" => 1771241137
"timestamp_rfc3339" => "2026-02-16T11:25:37.359+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 {#3007
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/html/vendor/symfony/http-foundation/Request.php"
#line: 746
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/http-foundation/Request.php:746 {
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.');
›
}
/var/www/html/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();
}
/var/www/html/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));
› }
}
/var/www/html/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);
›
}
/var/www/html/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/html/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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/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/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
}
}
/var/www/html/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) {
}
/var/www/html/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/html/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/html/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/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/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);
›
}
/var/www/html/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 {
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
$type: 1
$catch: true
}
}
/var/www/html/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#13 …}
}
}
}
}
]
"channel" => "deprecation"
]
]
]
-errorCount: [
"" => 0
13 => 1
2906 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#160 …}
} |