| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#165
-records: [
"" => [
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.820+00:00"
"message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#157
#message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
› if (PHP_VERSION_ID >= 80400) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
›
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:127 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:186 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
]
13 => [
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.822+00:00"
"message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/js/lkk_ch.js/".""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.824+00:00"
"message" => "User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:18 called by ReferencesOption.php:72, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#608
#message: "User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:18 called by ReferencesOption.php:72, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)"
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ArrayAccessImplementation.php:18 {
Doctrine\ORM\Mapping\FieldMapping->offsetExists(mixed $offset): bool …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Component/Doctrine/ReferencesOption.php:72 {
Sulu\Component\Doctrine\ReferencesOption->loadClassMetadata(LoadClassMetadataEventArgs $event) …
›
› if (!isset($mapping['options']['references'])) {
› continue;
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:244 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
›
› $this->eventDispatcher->dispatchEvent(
› Events::loadClassMetadata,
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:29 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, true);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:520 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php:37 {
Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->__construct(EntityManagerInterface $entityManager) …
› {
› $this->repository = $this->entityManager->getRepository(Route::class);
› }
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/getRouteRepositoryInterfaceService.php:30 {
ContainerE8Nxmu6\getRouteRepositoryInterfaceService::do($container, $lazyLoad = true) …
›
› $instance = new \Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository($a);
›
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:955 {
ContainerE8Nxmu6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/getSuluRoute_RouteLoaderService.php:24 {
ContainerE8Nxmu6\getSuluRoute_RouteLoaderService::do($container, $lazyLoad = true) …
›
› $a = ($container->services['Sulu\\Route\\Domain\\Repository\\RouteRepositoryInterface'] ?? $container->load('getRouteRepositoryInterfaceService'));
›
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:955 {
ContainerE8Nxmu6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:2347 {
ContainerE8Nxmu6\App_KernelDevDebugContainer::{closure:ContainerE8Nxmu6\App_KernelDevDebugContainer::getSuluRoute_SymfonyCmfRouteProviderService():2346} …
› $instance = new \Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['sulu_route.route_loader'] ?? $container->load('getSuluRoute_RouteLoaderService'));
› yield 1 => ($container->privates['sulu_custom_url.routing.route_collection_loader'] ?? $container->load('getSuluCustomUrl_Routing_RouteCollectionLoaderService'));
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php:38 {
Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› {
› foreach ($this->routeCollectionForRequestLoaders as $routeCollectionLoader) {
› $routeCollection = $routeCollectionLoader->getRouteCollectionForRequest($request);
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:48 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.824+00:00"
"message" => "User Deprecated: Passing string as $order to Doctrine\ORM\QueryBuilder::addOrderBy() is deprecated, use an instance of SortDirection instead. (QueryBuilder.php:1518 called by QueryBuilder.php:1254, https://github.com/doctrine/orm/issues/11313, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#665
#message: "User Deprecated: Passing string as $order to Doctrine\ORM\QueryBuilder::addOrderBy() is deprecated, use an instance of SortDirection instead. (QueryBuilder.php:1518 called by QueryBuilder.php:1254, https://github.com/doctrine/orm/issues/11313, package doctrine/orm)"
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/QueryBuilder.php:1518 {
Doctrine\ORM\QueryBuilder->getSortDirection(SortDirection|string|null $order, string $method): SortDirection …
›
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/QueryBuilder.php:1254 {
Doctrine\ORM\QueryBuilder->addOrderBy(Doctrine\ORM\Query\Expr\OrderBy|string $sort, SortDirection|string|null $order = null): static …
› $sort,
› $this->getSortDirection($order, __METHOD__),
› );
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php:201 {
Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->createQueryBuilder(array $filters, array $sortBys = []): QueryBuilder …
›
› $queryBuilder->addOrderBy(\sprintf('route.%s', $field), $order);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php:74 {
Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->findFirstBy(array $filters, array $sortBys = []): Route …
› {
› $queryBuilder = $this->createQueryBuilder($filters, $sortBys);
› $queryBuilder->select('route');
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php:86 {
Sulu\Route\Application\Routing\Matcher\RouteCollectionForRequestRouteLoader->getRouteCollectionForRequest(Request $request): RouteCollection …
›
› $route = $this->routeRepository->findFirstBy([
› 'webspaceOrNull' => $webspace,
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php:39 {
Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› foreach ($this->routeCollectionForRequestLoaders as $routeCollectionLoader) {
› $routeCollection = $routeCollectionLoader->getRouteCollectionForRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:48 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.825+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "sulu"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "sulu"
"serverVersion" => "11.8"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.825+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 => "/js/lkk_ch"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#660
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#660}
3 => Doctrine\DBAL\ParameterType {#660}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.831+00:00"
"message" => """
User Deprecated: Specifying the "nullable" attribute for join columns in many-to-many associations (here, Sulu\Bundle\ContactBundle\Entity\Contact::$medias) is a no-op.\n
The ORM will always set it to false.\n
Doing so is deprecated and will be an error in 4.0. (ManyToManyOwningSideMapping.php:133 called by ClassMetadata.php:1464, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1660
#message: """
User Deprecated: Specifying the "nullable" attribute for join columns in many-to-many associations (here, Sulu\Bundle\ContactBundle\Entity\Contact::$medias) is a no-op.\n
The ORM will always set it to false.\n
Doing so is deprecated and will be an error in 4.0. (ManyToManyOwningSideMapping.php:133 called by ClassMetadata.php:1464, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"""
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ManyToManyOwningSideMapping.php:133 {
Doctrine\ORM\Mapping\ManyToManyOwningSideMapping::fromMappingArrayAndNamingStrategy(array $mappingArray, NamingStrategy $namingStrategy): ManyToManyOwningSideMapping …
› if ($joinColumn->nullable !== null) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:1464 {
Doctrine\ORM\Mapping\ClassMetadata->_validateAndCompleteAssociationMapping(array $mapping): AssociationMapping …
› return $mapping['isOwningSide'] ?
› ManyToManyOwningSideMapping::fromMappingArrayAndNamingStrategy($mapping, $this->namingStrategy) :
› ManyToManyInverseSideMapping::fromMappingArray($mapping);
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:2064 {
Doctrine\ORM\Mapping\ClassMetadata->mapManyToMany(array $mapping): void …
›
› $mapping = $this->_validateAndCompleteAssociationMapping($mapping);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php:570 {
Doctrine\ORM\Mapping\Driver\XmlDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
›
› $metadata->mapManyToMany($mapping);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php:62 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
› if (str_starts_with($className, $namespace)) {
› $driver->loadMetadataForClass($className, $metadata);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:41 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
› {
› $this->driver->loadMetadataForClass($className, $metadata);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:163 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
› try {
› $this->driver->loadMetadataForClass($class->getName(), $class);
› } catch (ReflectionException $e) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Tools/ResolveTargetEntityListener.php:58 {
Doctrine\ORM\Tools\ResolveTargetEntityListener->onClassMetadataNotFound(OnClassMetadataNotFoundEventArgs $args): void …
› ->getObjectManager()
› ->getClassMetadata($this->resolveTargetEntities[$args->getClassName()]['targetEntity']),
› );
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:121 {
Doctrine\ORM\Mapping\ClassMetadataFactory->onNotFoundMetadata(string $className): ClassMetadata …
›
› $this->eventDispatcher->dispatchEvent(Events::onClassMetadataNotFound, $eventArgs);
› $classMetadata = $eventArgs->getFoundMetadata();
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:208 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } catch (MappingException $loadingException) {
› $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/Infrastructure/Doctrine/MetadataLoader.php:176 {
Sulu\Content\Infrastructure\Doctrine\MetadataLoader->addManyToOne(LoadClassMetadataEventArgs $event, ClassMetadata $metadata, string $name, string $class): void …
› $namingStrategy = $event->getEntityManager()->getConfiguration()->getNamingStrategy();
› $referencedColumnName = $event->getEntityManager()->getClassMetadata($class)->getIdentifierColumnNames()[0];
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/content/src/Infrastructure/Doctrine/MetadataLoader.php:128 {
Sulu\Content\Infrastructure\Doctrine\MetadataLoader->loadClassMetadata(LoadClassMetadataEventArgs $event): void …
› $this->addField($metadata, 'lastModified', 'datetime_immutable', ['nullable' => true]);
› $this->addManyToOne($event, $metadata, 'author', ContactInterface::class);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:244 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
›
› $this->eventDispatcher->dispatchEvent(
› Events::loadClassMetadata,
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Tools/ResolveTargetEntityListener.php:58 {
Doctrine\ORM\Tools\ResolveTargetEntityListener->onClassMetadataNotFound(OnClassMetadataNotFoundEventArgs $args): void …
› ->getObjectManager()
› ->getClassMetadata($this->resolveTargetEntities[$args->getClassName()]['targetEntity']),
› );
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:121 {
Doctrine\ORM\Mapping\ClassMetadataFactory->onNotFoundMetadata(string $className): ClassMetadata …
›
› $this->eventDispatcher->dispatchEvent(Events::onClassMetadataNotFound, $eventArgs);
› $classMetadata = $eventArgs->getFoundMetadata();
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:208 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } catch (MappingException $loadingException) {
› $fallbackMetadataResponse = $this->onNotFoundMetadata($realClassName);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:29 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, true);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/doctrine/orm/src/EntityManager.php:520 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/page/src/Infrastructure/Doctrine/Repository/PageRepository.php:97 {
Sulu\Page\Infrastructure\Doctrine\Repository\PageRepository->__construct(EntityManagerInterface $entityManager, DimensionContentQueryEnhancer $dimensionContentQueryEnhancer, AccessControlQueryEnhancer $accessControlQueryEnhancer) …
› $this->entityRepository = $repository;
› $this->entityDimensionContentRepository = $entityManager->getRepository(PageDimensionContentInterface::class);
› $this->entityManager = $entityManager;
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:4368 {
ContainerE8Nxmu6\App_KernelDevDebugContainer::getSuluPage_PageRepositoryService($container) …
›
› $instance = new \Sulu\Page\Infrastructure\Doctrine\Repository\PageRepository($a, ($container->privates['sulu_content.dimension_content_query_enhancer'] ??= new \Sulu\Content\Infrastructure\Doctrine\DimensionContentQueryEnhancer()), $b);
›
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/getSuluCustomUrl_Routing_RouteCollectionLoaderService.php:29 {
ContainerE8Nxmu6\getSuluCustomUrl_Routing_RouteCollectionLoaderService::do($container, $lazyLoad = true) …
› }
› $b = ($container->privates['sulu_page.page_repository'] ?? self::getSuluPage_PageRepositoryService($container));
›
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:955 {
ContainerE8Nxmu6\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/pfiff.me/sulu/httpdocs/var/cache/website/dev/ContainerE8Nxmu6/App_KernelDevDebugContainer.php:2348 {
ContainerE8Nxmu6\App_KernelDevDebugContainer::{closure:ContainerE8Nxmu6\App_KernelDevDebugContainer::getSuluRoute_SymfonyCmfRouteProviderService():2346} …
› 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'));
› }, 2), $container->parameters['sulu_route.route_default_options']);
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php:38 {
Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Request $request): RouteCollection …
› {
› foreach ($this->routeCollectionForRequestLoaders as $routeCollectionLoader) {
› $routeCollection = $routeCollectionLoader->getRouteCollectionForRequest($request);
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php:97 {
Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Request $request): array …
› {
› $collection = $this->routeProvider->getRouteCollectionForRequest($request);
› if (!count($collection)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/DynamicRouter.php:203 {
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Request $request): array …
› } else {
› $defaults = $matcher->matchRequest($request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php:69 {
Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Request $request): array …
› {
› $defaults = parent::matchRequest($request);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:161 {
Symfony\Cmf\Component\Routing\ChainRouter->doMatch(string $pathinfo, ?Request $request = null): array …
›
› return $router->matchRequest($requestForMatching);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony-cmf/routing/src/ChainRouter.php:134 {
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Request $request): array …
› {
› return $this->doMatch($request->getPathInfo(), $request);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:48 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.835+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.path AS path_0, c0_.history AS history_1, c0_.uuid AS uuid_2, c0_.created AS created_3, c0_.changed AS changed_4, c0_.customUrl AS customUrl_5, c0_.target_route_uuid AS target_route_uuid_6 FROM cu_custom_url_route c0_ WHERE c0_.path = ? LIMIT 1"
"params" => [
1 => "sulu.pfiff.me/js/lkk_ch"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#660}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.836+00:00"
"message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.846+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://sulu.pfiff.me/js/lkk_ch.js"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1045
#message: "No route found for "GET https://sulu.pfiff.me/js/lkk_ch.js""
#code: 0
#file: "/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#449 …}
-statusCode: 404
-headers: []
trace: {
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php:48 {
Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› $this->baseRouteListener->onKernelRequest($event);
› if (false !== $request->attributes->getBoolean(static::REQUEST_ANALYZER, true)) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pfiff.me/sulu/httpdocs/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pfiff.me/sulu/httpdocs/public/index.php:69 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1789688872
"timestamp_rfc3339" => "2026-09-17T23:47:52.888+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT w0_.title AS title_0, w0_.webspace_key AS webspace_key_1, w0_.all_domains AS all_domains_2, w0_.content AS content_3, w0_.type AS type_4, w0_.id AS id_5, w1_.url AS url_6, w1_.environment AS environment_7, w1_.id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_.id = w2_.analytics LEFT JOIN we_domains w1_ ON w1_.id = w2_.domain WHERE (w0_.all_domains = 1 OR (w1_.url = ? AND w1_.environment = ?)) AND w0_.webspace_key = ? ORDER BY w0_.id ASC"
"params" => [
1 => "sulu.pfiff.me"
2 => "dev"
3 => "website"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#660}
2 => Doctrine\DBAL\ParameterType {#660}
3 => Doctrine\DBAL\ParameterType {#660}
]
]
"channel" => "doctrine"
]
]
]
-errorCount: [
"" => 0
13 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#164 …}
} |