Error 500 Internal Server Error

GET https://www.jgonzalez.eu/articles/explicabo-dolorem-consequuntur-rem

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"c98c4b"
exception
Twig\Error\RuntimeError {#72723
  #message: "An exception has been thrown during the rendering of a template ("App\Twig\MediaExtension::mediaPath(): Argument #1 ($media) must be of type App\Doctrine\Entity\Site\Media, null given, called in /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php on line 361") in "site/section/blog/post_list.html.twig" at line 101."
  #code: 0
  #file: "/app/templates/site/section/blog/post_list.html.twig"
  #line: 101
  -previous: TypeError {#72784 …}
  -lineno: 101
  -rawMessage: "An exception has been thrown during the rendering of a template ("App\Twig\MediaExtension::mediaPath(): Argument #1 ($media) must be of type App\Doctrine\Entity\Site\Media, null given, called in /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php on line 361")."
  -source: Twig\Source {#72758 …}
  -phpFile: "/app/vendor/twig/twig/src/Template.php"
  -phpLine: 460
  trace: {
    /app/templates/site/section/blog/post_list.html.twig:101 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">    <meta itemprop="url" content="{{ absolute_url(item.blog.site.logo|media_public_path) }}"></div>
    }
    /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php:513 {
      __TwigTemplate_3f7dd9da874b53f37ca8ebf4e72006a4->block_sectionContent(array $context, array $blocks = []): iterable …
      › yield "                ";yield from                 $this->unwrap()->yieldBlock("item", $context, $blocks);yield "
      arguments: {
        $name: "item"
        $context: [ …22]
        $blocks: [ …12]
      }
    }
    /app/vendor/twig/twig/src/Template.php:446 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …22]
        $blocks: [ …12]
      }
    }
    /tmp/symfony_cache/dev/twig/b2/b2e10f2df87d208f3eb1d56b48cf0fdf.php:151 {
      __TwigTemplate_bdf29666542b8a2ad5a7a981656a632e->{closure:__TwigTemplate_bdf29666542b8a2ad5a7a981656a632e::doDisplay():148} …
      › yield "    ";yield from $this->unwrap()->yieldBlock('sectionContent', $context, $blocks);yield from [];
      arguments: {
        $name: "sectionContent"
        $context: [ …17]
        $blocks: [ …12]
      }
    }
    /app/vendor/twig/twig/src/Extension/CoreExtension.php:2106 {
      Twig\Extension\CoreExtension::captureOutput(iterable $body): string …
      › try {    foreach ($body as $data) {        echo $data;
    }
    /app/templates/site/section/base.html.twig:48 {
      __TwigTemplate_bdf29666542b8a2ad5a7a981656a632e->doDisplay(array $context, array $blocks = []): iterable …
      › 
      › {% set section_content %}    {% block sectionContent %}{% endblock %}
      arguments: {
        $body: Generator {#72655 …}
      }
    }
    /app/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …11]
        $blocks: [ …3]
      }
    }
    /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php:55 {
      __TwigTemplate_3f7dd9da874b53f37ca8ebf4e72006a4->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("site/section/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …11]
        $blocks: [ …12]
      }
    }
    /app/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …11]
        $blocks: [ …3]
      }
    }
    /app/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
      arguments: {
        $context: [ …11]
        $blocks: [ …3]
      }
    }
    /app/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …10]
      }
    }
    /app/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
      arguments: {
        $context: [ …10]
      }
    }
    /app/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …10]
      }
    }
    /app/src/Section/SectionController.php:267 {
      App\Section\SectionController->renderView(string $view, array $parameters = []): string …
      › {    return $this->twig->render($view, $parameters);}
      arguments: {
        $name: "site/section/blog/post_list.html.twig"
        $context: [ …10]
      }
    }
    /app/src/Section/SectionController.php:262 {
      App\Section\SectionController->renderSectionView(string $view, array $parameters = []): string …
      › 
      ›     return $this->renderView($view, $parameters);}
      arguments: {
        $view: "site/section/blog/post_list.html.twig"
        $parameters: [ …10]
      }
    }
    /app/src/Section/Module/PostListSectionController.php:159 {
      App\Section\Module\PostListSectionController->getView(Section $section): string …
      › $page = $section->getPage() ?? $section->getPageFromParents() ?? $postListPage;return $this->renderSectionView($this->viewPath('blog/post_list'), [    'posts' => $posts,
      arguments: {
        $view: "site/section/blog/post_list.html.twig"
        $parameters: [ …10]
      }
    }
    /app/src/Service/PageRenderer.php:278 {
      App\Service\PageRenderer->showAction(Request $request, Site $site, Page $page): Response …
      ›     "object" => $section,    "html" => $sectionCtrl->getView($section)];
      arguments: {
        $section: App\Doctrine\Entity\Site\Section\Blog\PostListSection {#8788 …}
      }
    }
    /app/src/Controller/Frontend/FrontendController.php:172 {
      App\Controller\Frontend\FrontendController->showAction(Request $request, string $pageUrl): Response …
      › 
      ›     return $this->pageRenderer->showAction($request, $site, $routingResult->page);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $site: Proxies\__CG__\App\Doctrine\Entity\Site\Site {#1507 …}
        $page: App\Doctrine\Entity\Site\Page {#3338 …}
      }
    }
    /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: "articles/explicabo-dolorem-consequuntur-rem"
      }
    }
    /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"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1082
  -records: [
    "" => [
      [
        "timestamp" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.173+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.186+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" => "articles/explicabo-dolorem-consequuntur-rem"
          ]
          "request_uri" => "https://www.jgonzalez.eu/articles/explicabo-dolorem-consequuntur-rem"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.191+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.192+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.202+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 4
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.206+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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.209+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: "articles/explicabo-dolorem-consequuntur-rem"
                }
              }
              /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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.212+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 {#3542
            #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/Blog/PostRepository.php:43 {
                App\Doctrine\Repository\Site\Blog\PostRepository->findPostBy(Site $site, $criteria): Post …
                › 
                › $result = $qb->getQuery()->getResult();if (count($result) > 0) {
              }
              /app/src/Frontend/Routing/BlogRouting.php:80 {
                App\Frontend\Routing\BlogRouting->blogModuleRequestHandler(Site $site, $currentUri): RoutingResult …
                › /** @var ?Post $post */$post = $this->postRepository->findPostBy($page->getSite(), $dbParams);// todo: match a second time and create a redirection e.g. if id is correct and slug isn't
              }
              /app/src/Frontend/Routing/BlogRouting.php:108 {
                App\Frontend\Routing\BlogRouting->handlePageRequest(Request $request, ?Site $site, string $requestPath): RoutingResult …
                › 
                ›     return $this->blogModuleRequestHandler($site, $currentUri);}
              }
              /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: "articles/explicabo-dolorem-consequuntur-rem"
                }
              }
              /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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.214+02:00"
        "message" => "Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => ErrorException {#3527
            #message: "Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated"
            #code: 0
            #file: "/app/src/Service/VisitorTracker.php"
            #line: 108
            #severity: E_DEPRECATED
            trace: {
              /app/src/Service/VisitorTracker.php:108 {
                App\Service\VisitorTracker->generateCookieFromRequest(Request $request, Site $currentSite, Page $currentPage): Cookie …
                › $utmSource = $request->query->get('utm_source');$utmSourceLower = strtolower($utmSource);if ($request->query->get('gclid') !== null) {
              }
              /app/src/Service/VisitorTracker.php:41 {
                App\Service\VisitorTracker->feed(Request $request, Site $currentSite, Page $currentPage): void …
                › $this->stopwatch->start('generateCookieFromRequest');$this->cookie = $this->generateCookieFromRequest($request, $currentSite, $currentPage);$this->stopwatch->stop('generateCookieFromRequest');
              }
              /app/src/Service/PageRenderer.php:185 {
                App\Service\PageRenderer->showAction(Request $request, Site $site, Page $page): Response …
                › if ($site->getGdprSettings() === null || $site->getGdprSettings()->isEnableVisitorTracker()) {    $this->visitorTracker->feed($request, $site, $page);    $this->visitorTracker->populateResponse($response);
              }
              /app/src/Controller/Frontend/FrontendController.php:172 {
                App\Controller\Frontend\FrontendController->showAction(Request $request, string $pageUrl): Response …
                › 
                ›     return $this->pageRenderer->showAction($request, $site, $routingResult->page);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $site: Proxies\__CG__\App\Doctrine\Entity\Site\Site {#1507 …}
                  $page: App\Doctrine\Entity\Site\Page {#3338 …}
                }
              }
              /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: "articles/explicabo-dolorem-consequuntur-rem"
                }
              }
              /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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.215+02:00"
        "message" => "page-cache: resolve: cache is disabled for page"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "page" => Ramsey\Uuid\Lazy\LazyUuidFromString {#3332
            -unwrapped: null
            -uuid: "52cafcf0-5435-11f1-ad35-6259e2a97c2c"
            uuid: "52cafcf0-5435-11f1-ad35-6259e2a97c2c"
          }
          "slug" => "articles/[post_slug]"
          "kind" => App\Service\Monolog\LogKind {#3898
            +name: "PageCache"
            +value: "page-cache"
          }
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.273+02:00"
        "message" => "Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => ErrorException {#8834
            #message: "Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated"
            #code: 0
            #file: "/app/src/Section/Module/PostListSectionController.php"
            #line: 88
            #severity: E_DEPRECATED
            trace: {
              /app/src/Section/Module/PostListSectionController.php:88 {
                App\Section\Module\PostListSectionController->getView(Section $section): string …
                › $searchTag = $this->getRequest()->get('tag');$searchQuery = trim($this->getRequest()->get('search'));}
              /app/src/Service/PageRenderer.php:278 {
                App\Service\PageRenderer->showAction(Request $request, Site $site, Page $page): Response …
                ›     "object" => $section,    "html" => $sectionCtrl->getView($section)];
                arguments: {
                  $section: App\Doctrine\Entity\Site\Section\Blog\PostListSection {#8788 …}
                }
              }
              /app/src/Controller/Frontend/FrontendController.php:172 {
                App\Controller\Frontend\FrontendController->showAction(Request $request, string $pageUrl): Response …
                › 
                ›     return $this->pageRenderer->showAction($request, $site, $routingResult->page);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $site: Proxies\__CG__\App\Doctrine\Entity\Site\Site {#1507 …}
                  $page: App\Doctrine\Entity\Site\Page {#3338 …}
                }
              }
              /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: "articles/explicabo-dolorem-consequuntur-rem"
                }
              }
              /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" => 1780632983
        "timestamp_rfc3339" => "2026-06-05T06:16:23.280+02:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("App\Twig\MediaExtension::mediaPath(): Argument #1 ($media) must be of type App\Doctrine\Entity\Site\Media, null given, called in /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php on line 361") in "site/section/blog/post_list.html.twig" at line 101." at post_list.html.twig line 101"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#72723
            #message: "An exception has been thrown during the rendering of a template ("App\Twig\MediaExtension::mediaPath(): Argument #1 ($media) must be of type App\Doctrine\Entity\Site\Media, null given, called in /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php on line 361") in "site/section/blog/post_list.html.twig" at line 101."
            #code: 0
            #file: "/app/templates/site/section/blog/post_list.html.twig"
            #line: 101
            -previous: TypeError {#72784 …}
            -lineno: 101
            -rawMessage: "An exception has been thrown during the rendering of a template ("App\Twig\MediaExtension::mediaPath(): Argument #1 ($media) must be of type App\Doctrine\Entity\Site\Media, null given, called in /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php on line 361")."
            -source: Twig\Source {#72758 …}
            -phpFile: "/app/vendor/twig/twig/src/Template.php"
            -phpLine: 460
            trace: {
              /app/templates/site/section/blog/post_list.html.twig:101 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">    <meta itemprop="url" content="{{ absolute_url(item.blog.site.logo|media_public_path) }}"></div>
              }
              /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php:513 {
                __TwigTemplate_3f7dd9da874b53f37ca8ebf4e72006a4->block_sectionContent(array $context, array $blocks = []): iterable …
                › yield "                ";yield from                 $this->unwrap()->yieldBlock("item", $context, $blocks);yield "
                arguments: {
                  $name: "item"
                  $context: [ …22]
                  $blocks: [ …12]
                }
              }
              /app/vendor/twig/twig/src/Template.php:446 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …22]
                  $blocks: [ …12]
                }
              }
              /tmp/symfony_cache/dev/twig/b2/b2e10f2df87d208f3eb1d56b48cf0fdf.php:151 {
                __TwigTemplate_bdf29666542b8a2ad5a7a981656a632e->{closure:__TwigTemplate_bdf29666542b8a2ad5a7a981656a632e::doDisplay():148} …
                › yield "    ";yield from $this->unwrap()->yieldBlock('sectionContent', $context, $blocks);yield from [];
                arguments: {
                  $name: "sectionContent"
                  $context: [ …17]
                  $blocks: [ …12]
                }
              }
              /app/vendor/twig/twig/src/Extension/CoreExtension.php:2106 {
                Twig\Extension\CoreExtension::captureOutput(iterable $body): string …
                › try {    foreach ($body as $data) {        echo $data;
              }
              /app/templates/site/section/base.html.twig:48 {
                __TwigTemplate_bdf29666542b8a2ad5a7a981656a632e->doDisplay(array $context, array $blocks = []): iterable …
                › 
                › {% set section_content %}    {% block sectionContent %}{% endblock %}
                arguments: {
                  $body: Generator {#72655 …}
                }
              }
              /app/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …11]
                  $blocks: [ …3]
                }
              }
              /tmp/symfony_cache/dev/twig/f2/f26b536a4604035358703c4a0a450a98.php:55 {
                __TwigTemplate_3f7dd9da874b53f37ca8ebf4e72006a4->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("site/section/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
                  $context: [ …11]
                  $blocks: [ …12]
                }
              }
              /app/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
                arguments: {
                  $context: [ …11]
                  $blocks: [ …3]
                }
              }
              /app/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
                arguments: {
                  $context: [ …11]
                  $blocks: [ …3]
                }
              }
              /app/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
                arguments: {
                  $context: [ …10]
                }
              }
              /app/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
                arguments: {
                  $context: [ …10]
                }
              }
              /app/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
                arguments: {
                  $context: [ …10]
                }
              }
              /app/src/Section/SectionController.php:267 {
                App\Section\SectionController->renderView(string $view, array $parameters = []): string …
                › {    return $this->twig->render($view, $parameters);}
                arguments: {
                  $name: "site/section/blog/post_list.html.twig"
                  $context: [ …10]
                }
              }
              /app/src/Section/SectionController.php:262 {
                App\Section\SectionController->renderSectionView(string $view, array $parameters = []): string …
                › 
                ›     return $this->renderView($view, $parameters);}
                arguments: {
                  $view: "site/section/blog/post_list.html.twig"
                  $parameters: [ …10]
                }
              }
              /app/src/Section/Module/PostListSectionController.php:159 {
                App\Section\Module\PostListSectionController->getView(Section $section): string …
                › $page = $section->getPage() ?? $section->getPageFromParents() ?? $postListPage;return $this->renderSectionView($this->viewPath('blog/post_list'), [    'posts' => $posts,
                arguments: {
                  $view: "site/section/blog/post_list.html.twig"
                  $parameters: [ …10]
                }
              }
              /app/src/Service/PageRenderer.php:278 {
                App\Service\PageRenderer->showAction(Request $request, Site $site, Page $page): Response …
                ›     "object" => $section,    "html" => $sectionCtrl->getView($section)];
                arguments: {
                  $section: App\Doctrine\Entity\Site\Section\Blog\PostListSection {#8788 …}
                }
              }
              /app/src/Controller/Frontend/FrontendController.php:172 {
                App\Controller\Frontend\FrontendController->showAction(Request $request, string $pageUrl): Response …
                › 
                ›     return $this->pageRenderer->showAction($request, $site, $routingResult->page);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $site: Proxies\__CG__\App\Doctrine\Entity\Site\Site {#1507 …}
                  $page: App\Doctrine\Entity\Site\Page {#3338 …}
                }
              }
              /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: "articles/explicabo-dolorem-consequuntur-rem"
                }
              }
              /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 => 8
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1081 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"www.jgonzalez.eu"
referer
"http://www.jgonzalez.eu/articles/explicabo-dolorem-consequuntur-rem"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"2.0 Caddy"
x-forwarded-for
"216.73.216.219, 192.168.169.11"
x-forwarded-host
"www.jgonzalez.eu"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"traefik"
x-php-ob-level
"0"
x-real-ip
"192.168.169.11"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 05 Jun 2026 04:16:23 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22App%5CTwig%5CMediaExtension%3A%3AmediaPath%28%29%3A%20Argument%20%231%20%28%24media%29%20must%20be%20of%20type%20App%5CDoctrine%5CEntity%5CSite%5CMedia%2C%20null%20given%2C%20called%20in%20%2Ftmp%2Fsymfony_cache%2Fdev%2Ftwig%2Ff2%2Ff26b536a4604035358703c4a0a450a98.php%20on%20line%20361%22%29%20in%20%22site%2Fsection%2Fblog%2Fpost_list.html.twig%22%20at%20line%20101."
x-debug-exception-file
"%2Fapp%2Ftemplates%2Fsite%2Fsection%2Fblog%2Fpost_list.html.twig:101"
x-debug-token
"bf11f7"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Fri, 05 Jun 26 06:16:23 +0200"
Last used
"Fri, 05 Jun 26 06:16:23 +0200"
Lifetime
0

Session Attributes

No session attributes

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/src/EventListener/Logging/SentryKernelListener.php"
    "line" => 35
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\Logging\SentryKernelListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/web/index.php"
    "line" => 6
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Service\PageRenderer:106
[
  [
    "file" => "/app/src/Service/PageRenderer.php"
    "line" => 106
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/Frontend/FrontendController.php"
    "line" => 163
    "function" => "denyAccessUnlessGranted"
    "class" => "App\Service\PageRenderer"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "showAction"
    "class" => "App\Controller\Frontend\FrontendController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/web/index.php"
    "line" => 6
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/web/index.php"
    "line" => 6
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/web/index.php"
    "line" => 6
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/web/index.php"
    "line" => 6
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/web/index.php"
    "line" => 6
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/web/index.php"
    "line" => 6
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_API_FROALA
"ERB2zH3B1A4A7A2A3qYFd1UQRFQIVb1MSMc2IWPNe1IFg1yD4C3D2D2C4C1F1H4B2B3="
APP_API_GITLAB_ACCESS_TOKEN
"glpat-rTczfzKzsWrFsLLxZefu"
APP_API_GITLAB_PROJECT_ID
"456875"
APP_API_GOOGLE_MAPS_KEY
"AIzaSyDIf-6N2J4rYFdvHcbLZDAScwLbtxAQgvQ"
APP_API_GOOGLE_SERVER_KEY
"AIzaSyD8V46GQdEqstTxcHqixm_X3lp8n5RU_TQ"
APP_API_LOGO_STOCK
"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzY3NzQ2MDEsImV4cCI6MjA1MjEzNDYwMSwicm9sZXMiOlsiUk9MRV9VU0VSIiwiUk9MRV9BRE1JTiJdLCJ1c2VybmFtZSI6ImVweCJ9.RX7X0X36s2DChGeoKBdZ3ESe5i6JzhD1zk-CdOE7i_CgZR3sX1x05SweC3yJQm_G3CuELs9hTLVQZBNWikO13B9pR_sd8otK-Q5gvdd9OqM7_1Su2KD5XlgdTcw-XJ-wZ83aDg-QJhLwmZpD1t3nLFBhgm3of-myJ6sBNEOrgKNpoOCbqhjkJk6lvDc_dL6bUU22yBdp4RTUfxGpzOYTD8iGyZmIryHlk2bx70qAzAIXr35sjmi_ghm02OKQ65ptfENrgNw3SwjE3Z8wW0b9xvTAriZfTCaly4VfBJ6V22Vj0g0JDeWEN6WYDV84PonB-ufVB7Thmt2aT9AUwey8SA"
APP_API_PAPPERS
"b6569999f48b39d6d3aca9faa92b1def9953bfed7094f960"
APP_API_PEXELS
"563492ad6f91700001000001ce0e7c4d63f247fb87a6fd9149365299"
APP_API_PIXABAY
"15413057-fb1616b3eab783b3f5b22085f"
APP_API_RECAPTCHA_CLIENT_KEY
"6LcQzc4UAAAAAN9TTbx8R-V_MvBdNc37TDqjmG80"
APP_API_RECAPTCHA_SERVER_KEY
"6LcQzc4UAAAAAKs_94iiohVxSyb-PNNKNGlHPcKp"
APP_API_RECAPTCHA_V2_CLIENT_KEY
"6Lf5zc4UAAAAALEkTYWsCV6w_plavc--Hw_Sy9Dx"
APP_API_RECAPTCHA_V2_SERVER_KEY
"6Lf5zc4UAAAAALNXlIRqKM4JmdIl5be2tW6AXwCb"
APP_API_SOCIETEINFO
"1mbv71t16ejdpgtv08t7idtjattjk6ipgovmer4rsba4efama6b1"
APP_API_UNSPLASH
"47218a9886dcd014bc16cdf2e1943f900cbf844ae7b7e14292f2fce3f72e58eb"
APP_BACKUP_DIRECTORY
"/backup"
APP_BASE_URL
"http://jg.epixelic-dev.fr"
APP_CACHE_DEV_PAGE
"false"
APP_CACHE_DEV_STYLESHEET
"false"
APP_CACHE_DIR
"/tmp/symfony_cache"
APP_CONTACT_BCC_EMAIL_ADDRESS
"r.leclercq@epixelic.com"
APP_CONTACT_EPIXELIC_EMAIL_ADDRESS
"contact@epixelic.com"
APP_CONTACT_EPIXELIC_EMAIL_NAME
"EPIXELIC"
APP_CONTACT_FROM_EMAIL_ADDRESS
"formulaire@reboot.epixelic.com"
APP_CONTACT_FROM_EMAIL_NAME
"Formulaire Site Internet"
APP_DEBUG
"1"
APP_DELIVERY_ADDRESS
"mdelivery_address@mail.com"
APP_DEPOSIT_DIRECTORY
"/deposit"
APP_DIR
"/app"
APP_ENV
"dev"
APP_EPX_EMAIL
"epx_email@mail.com"
APP_EXPOSE_PORT
"80"
APP_FROM_EMAIL_ADDRESS
"from_email_address@mail.com"
APP_HOST
"app"
APP_LOG_DIR
"/log"
APP_PLATFORM_CERTIFICATE_PATH_BASE
"/data/certbot/custom/jg.epixelic-dev.fr"
APP_PLATFORM_DOMAIN
"jg.epixelic-dev.fr"
APP_PLATFORM_DOMAIN_SSL
"true"
APP_PLATFORM_IP
"192.168.24.31"
APP_PLATFORM_IPS
"193.203.191.145,192.168.24.31,89.88.140.151"
APP_PLATFORM_SUBDOMAIN_SSL
"true"
APP_SECRET
"ThisIsNotSoSecretChangeIt2"
APP_SITE_TOKEN_KEY
"ThisIsNotSoSecretChangeIt"
APP_SSL_EXPOSE_PORT
"443"
APP_UPLOAD_DIR
"/data/uploads"
APP_USE_TMP_CACHE
"true"
APP_VT_IV
"2BE71CAE47449EC1"
APP_VT_KEY
"7146373B11A05AF5A7BC7E634706FEB2"
BASH_FUNC_log_line%%
"""
() {  label=$1;\n
 shift;\n
 echo -e "\e[94m[$label]\e[0m $@ "\n
}
"""
BASH_FUNC_log_ok%%
"""
() {  echo -e "\e[92m[ok]\e[0m"\n
}
"""
BASH_FUNC_log_text%%
"""
() {  label=$1;\n
 shift;\n
 echo -en "\e[94m[$label]\e[0m $@ "\n
}
"""
BING_WEBMASTER_TOOL_API_KEY
""
BLOG_AI_N8N_WEBHOOK_URL
"https://n8n.epixelic.com/webhook/d03ab240-40bc-48fb-b033-54ff4d4dc9fa"
BLOG_AI_N8N_WEBHOOK_URL_PRODUCTION
"https://n8n.epixelic.com/webhook/blog-ai-production"
BLOG_AI_N8N_WEBHOOK_URL_TESTING
"https://n8n.epixelic.com/webhook/blog-ai-testing"
BUILD_ENV
"dev"
CERTBOT_APP_TOKEN
"PL7SBMqip69IVhZ0L9el5Rh2ClFbLZdBYkWfBtlCh"
CERTBOT_HOST
"certbot"
CERTBOT_PORT
"9995"
CLI_PROMPT_COLOR
"93m"
CLI_PROMPT_NAME
"docker-dev"
COMPOSER_HOME
"/tmp/composer"
COMPOSER_MEMORY_LIMIT
"-1"
COMPOSE_PROJECT_NAME
"reboot"
CONTENT_LENGTH
""
CONTENT_TYPE
""
CPU_COUNT
"16"
CPU_HALF
"8"
CPU_THIRD
"5"
DEV_PROFILER
"false"
DEV_SSH_PROD
"prod"
DOCUMENT_ROOT
"/app/web"
DOCUMENT_URI
"/index.php"
ENABLE_CONSUMERS
"1"
ENABLE_IPV6
"false"
ENV
"dev"
FALLBACK_HOST
"fallback"
FCGI_ROLE
"RESPONDER"
FONTS_HOST
"fonts-proxy"
FONTS_PORT
"80"
GATEWAY_INTERFACE
"CGI/1.1"
GLOBAL_NOINDEX_NOFOLLOW
"true"
GOOGLE_TRANSLATE_API_KEY
""
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
GSC_AUTH_PROVIDER_X509_CERT_URL
"https://www.googleapis.com/oauth2/v1/certs"
GSC_AUTH_URI
"https://accounts.google.com/o/oauth2/auth"
GSC_CLIENT_ID
"RANDOM"
GSC_CLIENT_SECRET
"RANDOM"
GSC_CLIENT_TOKEN
"RANDOM"
GSC_PROJECT_ID
"aerial-freehold-398008"
GSC_REDIRECT_URIS
"RANDOM"
GSC_TOKEN_URI
"https://oauth2.googleapis.com/token"
HEALTHCHECKS_ENABLED
"0"
HEALTHCHECKS_PING_KEY
"MkBKyNSW286bJ9MoJnGjmA"
HEALTHCHECKS_URI
"https://health.epixelic-dev.fr"
HOME
"/home/reboot"
HOSTNAME
"app"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.jgonzalez.eu"
HTTP_REFERER
"http://www.jgonzalez.eu/articles/explicabo-dolorem-consequuntur-rem"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"2.0 Caddy"
HTTP_X_FORWARDED_FOR
"216.73.216.219, 192.168.169.11"
HTTP_X_FORWARDED_HOST
"www.jgonzalez.eu"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"traefik"
HTTP_X_REAL_IP
"192.168.169.11"
INSTALL_CRONTAB
"0"
IN_REBOOT_CONTAINER
"1"
KERNEL_CLASS
"App\Kernel"
LC_CTYPE
"C.UTF-8"
MAILER_ENCRYPTION
"null"
MAILER_EPX_ENCRYPTION
"null"
MAILER_EPX_HOST
"maildev-epx"
MAILER_EPX_PASSWORD
"password1234"
MAILER_EPX_PORT
"25"
MAILER_EPX_TRANSPORT
"smtp"
MAILER_EPX_USER
"user1234"
MAILER_HOST
"maildev"
MAILER_PASSWORD
"password1234"
MAILER_PORT
"25"
MAILER_TRANSPORT
"smtp"
MAILER_USER
"user1234"
MAINTENANCE
"false"
MARIADB_DATABASE
"prod_20260504_113514"
MARIADB_EXPOSE_PORT
"3306"
MARIADB_HOST
"mariadb"
MARIADB_PASSWORD
"root"
MARIADB_PORT
"3306"
MARIADB_USER
"root"
MEDIA_GENERATION_N8N_WEBHOOK_URL_PRODUCTION
"https://n8n.epixelic.com/webhook/media-generation"
N8N_FAQ_GENERATION_WEBHOOK_URL
"https://n8n.epixelic.com/webhook/faq-generation"
N8N_TESTIMONIES_APIFY_WEBHOOK_URL
"https://n8n.epixelic.com/webhook/extract-testimonies"
N8N_WEBHOOK_URL_TESTING
"https://n8n.epixelic.com/webhook/test"
NGINX_AMP_API_KEY
"656b6c09775195348fe3d2a56a547b25"
NGINX_AMP_SYSTEM_NAME
"jdev"
NPM_FONTAWESOME_PRO
"A52B210A-6D5F-4E0F-BFC6-42A94AFD0224"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.4.18.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_IDE_CONFIG
"serverName=reboot-dev"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f40110"
PHP_URL
"https://www.php.net/distributions/php-8.4.18.tar.xz"
PHP_VERSION
"8.4.18"
PING_SEO_INDEX_NOW_KEY
"change-me"
PWD
"/app"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.20.0.8"
REMOTE_PORT
"40518"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1780632983
REQUEST_TIME_FLOAT
1780632983.1566
REQUEST_URI
"/articles/explicabo-dolorem-consequuntur-rem"
RUN_GID
"1000"
RUN_MIGRATIONS
"false"
RUN_UID
"1000"
SCRIPT_FILENAME
"/app/web/index.php"
SCRIPT_NAME
"/index.php"
SENTRY_ADMIN_JS_DSN
"https://386a828a1c0e4258bef11201e80d5b68@sentry.xorus.dev/4"
SENTRY_DSN
"https://6df7d6326f264d8c82dad4f4a83e7161@sentry.xorus.dev/2"
SENTRY_FRONTEND_DSN
"https://495016d4cf134c698037810e24a31379@sentry.xorus.dev/3"
SERVER_ADDR
"172.20.0.10"
SERVER_NAME
"_"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.22.1"
SERVICE_CAP_SECRET
"OICOBnQwiBQUQiqNlZgWbqqbEjkSvebzZBWTElIsCDKkqkmWDIKUGbIeOHYQzyKr"
SERVICE_IMAGE_API_HOST
"service-image-api"
SERVICE_IMAGE_API_PORT
"3000"
SERVICE_SCREENSHOT_HOST
"service-screenshot"
SERVICE_SCREENSHOT_MAX_CONCURRENCY
"2"
SERVICE_SCREENSHOT_PORT
"3000"
SERVICE_SECTION_LOCK_APP_PROTOCOL
"http"
SERVICE_SECTION_LOCK_HOST
"service-section-lock"
SERVICE_SECTION_LOCK_PORT
"1099"
SERVICE_UMAMI_BASE
"/_ra"
SERVICE_UMAMI_DB
"umami"
SERVICE_UMAMI_DB_PASSWORD
"umami"
SERVICE_UMAMI_DB_USER
"umami"
SERVICE_UMAMI_HASH_SALT
"qnpxbi3ILjaiBHorVEhgB0DbYZ0MXFFSgFkb8E7yNHI7m9FYNmVaFfoOqxhs"
SERVICE_UMAMI_HOST
"service-umami"
SERVICE_UMAMI_PASSWORD
"umami1234"
SERVICE_UMAMI_PORT
"3000"
SERVICE_UMAMI_USER
"admin"
SHLVL
"0"
SUPERVISOR_ENABLED
"1"
SUPERVISOR_GROUP_NAME
"fpm"
SUPERVISOR_PROCESS_NAME
"fpm"
SUPERVISOR_SERVER_URL
"unix:///var/run/supervisor.sock"
THUMBOR_ACCESS_TOKEN
"qwertyuiop"
THUMBOR_HOST
"thumbor"
THUMBOR_PORT
"80"
THUMBOR_SECURITY_KEY
"changeme"
TLS_BASE_DIR
"/data/certbot"
TLS_DEFAULT_CERT
"/data/certbot/custom/jg.epixelic-dev.fr/fullchain.pem"
TLS_DEFAULT_KEY
"/data/certbot/custom/jg.epixelic-dev.fr/privkey.pem"
TRAEFIK_DASHBOARD_AUTH
"test:$2y$11$xMqdrPb3lGOcTfTjCVaSPOQipY0JQnK8pHHuwI2VsPf.jG5DDK85K"
TRAEFIK_ENABLE_FAILOVER
"false"
TRAEFIK_HOST
"traefik"
TRUSTED_PROXIES
"127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,100.64.0.0/10,51.254.126.125/32"
TYPESENSE_KEY
"5V3r1AujTbgY7TAKhHmC8+qSDT68Q0d8zJYvaGIdH7w="
TYPESENSE_URL
"http://typesense:8108"
TZ
"Europe/Paris"
USER
"reboot"
VALKEY_HOST
"valkey"
VALKEY_MAX_MEMORY
"200mb"
argc
0
argv
[]

Parent Request

Return to parent request (token = 88ee33)

Key Value
_controller
[
  "App\Controller\Frontend\FrontendController"
  "showAction"
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"page_show"
_route_params
[
  "pageUrl" => "articles/explicabo-dolorem-consequuntur-rem"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#2917
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\Auth\JWTAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\Auth\JWTAuthenticator {#2918 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#2910
    -supports: false
    -passport: null
    -duration: null
    -stub: "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator {#2906 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#2911
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#2817 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#2915
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#2912 …}
  }
]
_stopwatch_token
"814971"
pageUrl
"articles/explicabo-dolorem-consequuntur-rem"