| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1082
-records: [
"" => [
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.858+02: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" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => ErrorException {#1073
#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: "/app/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/app/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',
}
/app/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
›
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);
› }
}
/app/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/app/vendor/symfony/http-kernel/Kernel.php:177 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $this->boot();
› ++$this->requestStackSize;
}
/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/app/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/app/web/index.php:6 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/app/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
]
2 => [
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.871+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "page_show"
"route_parameters" => [
"_route" => "page_show"
"_controller" => [
"App\Controller\Frontend\FrontendController"
"showAction"
]
"pageUrl" => "dist/page/index-legacy-.js.map"
]
"request_uri" => "https://www.jgonzalez.eu/dist/page/index-legacy-.js.map"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.876+02:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => ErrorException {#1522
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/app/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/app/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.');
› }
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:468 {
Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
› // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)
› $code = ProxyHelper::generateLazyGhost($class->getReflectionClass());
› $code = substr($code, 7 + (int) strpos($code, "\n{"));
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:435 {
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);
› }
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:413 {
Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
› case self::AUTOGENERATE_ALWAYS:
› $this->generateProxyClass($class, $fileName, $proxyClassName);
› break;
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:358 {
Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
› $initializer = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);
› $proxyClassName = $this->loadProxyClass($class);
› $identifierFields = [];
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:233 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
›
› $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);
›
}
/app/vendor/doctrine/orm/src/UnitOfWork.php:2539 {
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, []);
}
/app/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);
› }
}
/app/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);
›
}
/app/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);
› }
}
/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:171 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/app/vendor/doctrine/orm/src/AbstractQuery.php:948 {
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);
›
}
/app/vendor/doctrine/orm/src/AbstractQuery.php:891 {
Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
› }
}
/app/vendor/doctrine/orm/src/AbstractQuery.php:689 {
Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
› {
› return $this->execute(null, $hydrationMode);
› }
}
/app/src/Doctrine/Repository/Site/DomainRepository.php:24 {
App\Doctrine\Repository\Site\DomainRepository->findOneByUrls($urls) …
› ->getQuery()
› ->getResult();
›
}
/app/src/EventListener/Kernel/SiteListener.php:121 {
App\EventListener\Kernel\SiteListener->onKernelRequest(RequestEvent $event): void …
› /** @var Domain|null $domain */
› $domain = $this->entityManager->getRepository(Domain::class)->findOneByUrls($findUrls);
› $this->stopwatch->stop('findDomain');
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/app/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 {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/app/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/app/web/index.php:6 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/app/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.876+02:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead."
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => ErrorException {#1520
#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: "/app/vendor/symfony/var-exporter/LazyGhostTrait.php"
#line: 21
#severity: E_USER_DEPRECATED
trace: {
/app/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);
› }
}
/app/vendor/symfony/var-exporter/ProxyHelper.php:53 {
Symfony\Component\VarExporter\ProxyHelper::generateLazyGhost(ReflectionClass $class): string …
› static $traitMethods;
› $traitMethods ??= (new \ReflectionClass(LazyGhostTrait::class))->getMethods();
›
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:468 {
Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
› // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)
› $code = ProxyHelper::generateLazyGhost($class->getReflectionClass());
› $code = substr($code, 7 + (int) strpos($code, "\n{"));
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:435 {
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);
› }
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:413 {
Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
› case self::AUTOGENERATE_ALWAYS:
› $this->generateProxyClass($class, $fileName, $proxyClassName);
› break;
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:358 {
Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
› $initializer = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);
› $proxyClassName = $this->loadProxyClass($class);
› $identifierFields = [];
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:233 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
›
› $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);
›
}
/app/vendor/doctrine/orm/src/UnitOfWork.php:2539 {
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, []);
}
/app/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);
› }
}
/app/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);
›
}
/app/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);
› }
}
/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:171 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/app/vendor/doctrine/orm/src/AbstractQuery.php:948 {
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);
›
}
/app/vendor/doctrine/orm/src/AbstractQuery.php:891 {
Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
› }
}
/app/vendor/doctrine/orm/src/AbstractQuery.php:689 {
Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
› {
› return $this->execute(null, $hydrationMode);
› }
}
/app/src/Doctrine/Repository/Site/DomainRepository.php:24 {
App\Doctrine\Repository\Site\DomainRepository->findOneByUrls($urls) …
› ->getQuery()
› ->getResult();
›
}
/app/src/EventListener/Kernel/SiteListener.php:121 {
App\EventListener\Kernel\SiteListener->onKernelRequest(RequestEvent $event): void …
› /** @var Domain|null $domain */
› $domain = $this->entityManager->getRepository(Domain::class)->findOneByUrls($findUrls);
› $this->stopwatch->stop('findDomain');
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/app/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 {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/app/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/app/web/index.php:6 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/app/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.886+02:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => ErrorException {#2505
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/app/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/app/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.');
› }
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:468 {
Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
› // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)
› $code = ProxyHelper::generateLazyGhost($class->getReflectionClass());
› $code = substr($code, 7 + (int) strpos($code, "\n{"));
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:435 {
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);
› }
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:413 {
Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
› case self::AUTOGENERATE_ALWAYS:
› $this->generateProxyClass($class, $fileName, $proxyClassName);
› break;
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:358 {
Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
› $initializer = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);
› $proxyClassName = $this->loadProxyClass($class);
› $identifierFields = [];
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:233 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
›
› $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);
›
}
/app/vendor/doctrine/orm/src/UnitOfWork.php:2539 {
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, []);
}
/app/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);
› }
}
/app/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);
›
}
/app/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);
› }
}
/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:171 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:748 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, ?object $entity = null, ?AssociationMapping $assoc = null, array $hints = [], Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $limit = null, ?array $orderBy = null): ?object …
› $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);
› $entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);
›
}
/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:758 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, ?object $entity = null): ?object …
› {
› return $this->load($identifier, $entity);
› }
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:289 {
Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::createLazyInitializer():288} …
› return static function (InternalProxy $proxy, array $identifier) use ($entityPersister, $classMetadata, $identifierFlattener): void {
› $original = $entityPersister->loadById($identifier);
›
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:367 {
Proxies\__CG__\App\Doctrine\Entity\Site\Site::{closure:{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxyFactory():365}:366} …
› $proxy = self::createLazyGhost(static function (InternalProxy $object) use ($initializer, $identifier): void {
› $initializer($object, $identifier);
› }, $skippedProperties);
}
/app/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/app/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
Proxies\__CG__\App\Doctrine\Entity\Site\Site->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/app/src/Doctrine/Entity/Site/Site.php:647 {
App\Doctrine\Entity\Site\Site->getDomains(): Collection …
› {
› return $this->domains;
› }
}
/app/src/Service/DomainManager.php:178 {
App\Service\DomainManager->getUserMainDomainForSite(Site $site): Domain …
› {
› if ($site->getDomains() === null) {
› return null;
}
/app/src/Service/DomainManager.php:200 {
App\Service\DomainManager->getMainDomainUrlForSite(Site $site): ?string …
› {
› return $this->getUserMainDomainForSite($site)?->getUrl() ?? $this->getGeneratedDomainForSite($site);
› }
}
/app/src/EventListener/Kernel/SiteListener.php:125 {
App\EventListener\Kernel\SiteListener->onKernelRequest(RequestEvent $event): void …
› $this->stopwatch->start('getMainDomainUrlForSite');
› $mainDomainUrl = $this->domainManager->wwwizeUrl($this->domainManager->getMainDomainUrlForSite($domain->getSite()));
›
}
/app/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 {
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/app/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 {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/app/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/app/web/index.php:6 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/app/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.890+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 4
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.890+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.890+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.891+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.891+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.891+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.891+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.891+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.891+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.894+02:00"
"message" => "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => ErrorException {#3366
#message: "User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead."
#code: 0
#file: "/app/vendor/symfony/var-exporter/ProxyHelper.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/app/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.');
› }
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:468 {
Doctrine\ORM\Proxy\ProxyFactory->generateUseLazyGhostTrait(ClassMetadata $class): string …
› // @phpstan-ignore staticMethod.deprecated (Because we support Symfony < 7.3)
› $code = ProxyHelper::generateLazyGhost($class->getReflectionClass());
› $code = substr($code, 7 + (int) strpos($code, "\n{"));
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:435 {
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);
› }
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:413 {
Doctrine\ORM\Proxy\ProxyFactory->loadProxyClass(ClassMetadata $class): string …
› case self::AUTOGENERATE_ALWAYS:
› $this->generateProxyClass($class, $fileName, $proxyClassName);
› break;
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:358 {
Doctrine\ORM\Proxy\ProxyFactory->getProxyFactory(string $className): Closure …
› $initializer = $this->createLazyInitializer($class, $entityPersister, $this->identifierFlattener);
› $proxyClassName = $this->loadProxyClass($class);
› $identifierFields = [];
}
/app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:233 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy(string $className, array $identifier): object …
›
› $proxyFactory = $this->proxyFactories[$className] ?? $this->getProxyFactory($className);
›
}
/app/vendor/doctrine/orm/src/UnitOfWork.php:2539 {
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, []);
}
/app/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);
› }
}
/app/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);
›
}
/app/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);
› }
}
/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:171 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1005 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadCollectionFromStatement(AssociationMapping $assoc, Result $stmt, PersistentCollection $coll): array …
›
› return $this->em->newHydrator(Query::HYDRATE_OBJECT)->hydrateAll($stmt, $rsm, $hints);
› }
}
/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1792 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadOneToManyCollection(AssociationMapping $assoc, object $sourceEntity, PersistentCollection $collection): mixed …
›
› return $this->loadCollectionFromStatement($assoc, $stmt, $collection);
› }
}
/app/vendor/doctrine/orm/src/UnitOfWork.php:2722 {
Doctrine\ORM\UnitOfWork->loadCollection(PersistentCollection $collection): void …
› case ClassMetadata::ONE_TO_MANY:
› $persister->loadOneToManyCollection($assoc, $collection->getOwner(), $collection);
› break;
}
/app/vendor/doctrine/orm/src/PersistentCollection.php:636 {
Doctrine\ORM\PersistentCollection->doInitialize(): void …
› $this->unwrap()->clear();
› $this->getUnitOfWork()->loadCollection($this);
› $this->takeSnapshot();
}
/app/vendor/doctrine/orm/src/PersistentCollection.php:186 {
Doctrine\ORM\PersistentCollection->initialize(): void …
›
› $this->doInitialize();
›
}
/app/vendor/doctrine/collections/src/AbstractLazyCollection.php:313 {
Doctrine\Common\Collections\AbstractLazyCollection->getIterator() …
› {
› $this->initialize();
›
}
/app/src/Doctrine/Entity/Site/Site.php:1022 {
App\Doctrine\Entity\Site\Site->getPageByPath(string $pagePath): Page …
› /** @var Page $page */
› foreach ($this->getPages() as $page) {
› $testUrl = StringUtils::normalizePagePath($page->getUrl());
}
/app/src/Frontend/Routing/SitePageRouting.php:26 {
App\Frontend\Routing\SitePageRouting->handlePageRequest(Request $request, ?Site $site, string $requestPath): RoutingResult …
› }
› $page = $site->getPageByPath($requestPath);
›
}
/app/src/Frontend/Routing/FrontendSiteRouter.php:45 {
App\Frontend\Routing\FrontendSiteRouter->routePageRequest(Request $request, ?Site $site, string $pageUrl): RoutingResult …
› foreach ($this->routingExtensions as $ext) {
› $result = $ext->handlePageRequest($request, $site, $pageUrl);
› if ($result !== null) {
}
/app/src/Controller/Frontend/FrontendController.php:116 {
App\Controller\Frontend\FrontendController->showAction(Request $request, string $pageUrl): Response …
› // Ask all the routing extensions if one is able to handle this request for a specific site
› $routingResult = $this->routing->routePageRequest($request, $site, $pageUrl);
› if ($routingResult->redirectUrl !== null) {
}
/app/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$pageUrl: "dist/page/index-legacy-.js.map"
}
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/app/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/app/web/index.php:6 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/app/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1788596850
"timestamp_rfc3339" => "2026-09-05T10:27:30.903+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Not Found" at AbstractController.php line 325"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3086
#message: "Not Found"
#code: 0
#file: "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
#line: 325
-statusCode: 404
-headers: []
trace: {
/app/vendor/symfony/framework-bundle/Controller/AbstractController.php:325 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
› {
› return new NotFoundHttpException($message, $previous);
› }
}
/app/src/Controller/Frontend/FrontendController.php:157 {
App\Controller\Frontend\FrontendController->showAction(Request $request, string $pageUrl): Response …
› if (FrontendSiteRouter::isAssetUrl($pageUrl)) {
› throw $this->createNotFoundException();
› }
}
/app/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$pageUrl: "dist/page/index-legacy-.js.map"
}
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/app/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/app/web/index.php:6 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/app/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
]
-errorCount: [
"" => 1
2 => 5
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1081 …}
} |