Error 500 Internal Server Error

GET https://www.dnaklik.nl/en/product

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"8ec62e"
exception
Symfony\Component\DependencyInjection\Exception\RuntimeException {#1373
  #message: "Could not resolve argument $identifier of "App\Controller\ArticleController::article()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?"
  #code: 0
  #file: "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php"
  #line: 88
  trace: {
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php:88 {
      Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
      › 
      ›     throw new RuntimeException($message);}
    }
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
      Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
      › 
      › yield from $this->inner->resolve($request, $argument);}
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
      Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
      › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
    }
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
      Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
      › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
    }
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:173 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:122 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
      › 
      ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
    }
    /var/www/dnaklik.nl/src/Service/ContentBlock.php:194 {
      App\Service\ContentBlock->getModule(Request $request, $module, $identifier = null): string …
      › if (is_null( $identifier)) {    $response = $this->forward('App\Controller\\'.$module->getModule().'Controller::'.$module->getMethod(), [        'request' => $request,
    }
    /var/www/dnaklik.nl/src/Service/ContentBlock.php:70 {
      App\Service\ContentBlock->getContentBlock(Request $request, SjabloonContent $sjabloonContent, $source = null, $identifier = null): string …
      › // dump($fieldValue[$field->getId()]);$html = $this->getModule($request, $fieldValue[$field->getId()], $identifier);// $html = html_entity_decode($html);
    }
    /var/www/dnaklik.nl/src/Controller/PageController.php:132 {
      App\Controller\PageController->show(Request $request, PageRepository $pageRepository, $slug): Response …
      › $sjabloonContent = $this->extendSjabloonContent->extend($sjabloonContent);$content .= $this->contentBlock->getContentBlock($request, $sjabloonContent, "html");if (is_array($this->contentBlock->getScriptTags())) {
    }
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#236
  -records: [
    10 => [
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.940+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "page"
          "route_parameters" => [
            "_route" => "page"
            "_controller" => "App\Controller\PageController::show"
            "_locale" => "en"
            "slug" => "product"
          ]
          "request_uri" => "https://www.dnaklik.nl/en/product"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\LoginFormAuthenticatorAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\LoginFormAuthenticatorAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.941+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.942+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\TranslationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.942+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.942+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.942+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.942+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.942+00:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1461, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#611
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1461, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/dnaklik.nl/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dnaklik.nl/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/dnaklik.nl/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/App_KernelDevDebugContainer.php:1461 {
                ContainerZiCTOkQ\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translator/Entity'), (\dirname(__DIR__, 4).'/vendor/dnaklik/dna-exchange-bundle/src/Entity')], false);}
              }
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/App_KernelDevDebugContainer.php:778 {
                ContainerZiCTOkQ\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $c = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));}
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/App_KernelDevDebugContainer.php:748 {
                ContainerZiCTOkQ\App_KernelDevDebugContainer::ContainerZiCTOkQ\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/dnaklik.nl/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerZiCTOkQ\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/dnaklik.nl/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/dnaklik.nl/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/dnaklik.nl/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
                Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › }if (!$manager = $this->getManager($options->objectManager, $options->class)) {    return [];
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.943+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.943+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.943+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerZiCTOkQ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.943+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.944+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "dnaklik"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "dnaklik"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.946+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.shortcode AS shortcode_4, t0.sequence AS sequence_5, t0.main AS main_6, t0.flag_icon_code AS flag_icon_code_7, t0.published_at AS published_at_8, t0.archived_at AS archived_at_9, t0.created AS created_10, t0.modified AS modified_11, t0.created_by_id AS created_by_id_12, t0.modified_by_id AS modified_by_id_13 FROM language t0 WHERE t0.main = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.966+00:00"
        "message" => "User Deprecated: Your output walker class Gedmo\Translatable\Query\TreeWalker\TranslationWalker should implement Doctrine\ORM\Query\OutputWalker in order to provide a Doctrine\ORM\Query\Exec\SqlFinalizer. This also means the output walker should not use the query firstResult/maxResult values, which should be read from the query by the SqlFinalizer only. (Query.php:827 called by Query.php:264, https://github.com/doctrine/orm/pull/11188/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#883
            #message: "User Deprecated: Your output walker class Gedmo\Translatable\Query\TreeWalker\TranslationWalker should implement Doctrine\ORM\Query\OutputWalker in order to provide a Doctrine\ORM\Query\Exec\SqlFinalizer. This also means the output walker should not use the query firstResult/maxResult values, which should be read from the query by the SqlFinalizer only. (Query.php:827 called by Query.php:264, https://github.com/doctrine/orm/pull/11188/, package doctrine/orm)"
            #code: 0
            #file: "/var/www/dnaklik.nl/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/dnaklik.nl/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/dnaklik.nl/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/Query.php:827 {
                Doctrine\ORM\Query->getQueryCacheId(): string …
                › } else {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/Query.php:264 {
                Doctrine\ORM\Query->parse(): ParserResult …
                › 
                › $cacheItem = $queryCache->getItem($this->getQueryCacheId());}
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/Query.php:865 {
                Doctrine\ORM\Query->getSqlExecutor(): AbstractSqlExecutor …
                › {    return $this->parse()->prepareSqlExecutor($this);}
              }
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/Query.php:291 {
                Doctrine\ORM\Query->_doExecute() …
                › {    $executor = $this->getSqlExecutor();}
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/AbstractQuery.php:1218 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/AbstractQuery.php:1172 {
                Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/dnaklik.nl/vendor/doctrine/orm/src/AbstractQuery.php:959 {
                Doctrine\ORM\AbstractQuery->getOneOrNullResult($hydrationMode = null) …
                › try {    $result = $this->execute(null, $hydrationMode);} catch (NoResultException $e) {
              }
              /var/www/dnaklik.nl/src/Repository/PageRepository.php:158 {
                App\Repository\PageRepository->findTranslatedBySlug(string $slug) …
                › 
                ›     return $query->getOneOrNullResult();}
              }
              /var/www/dnaklik.nl/src/Controller/PageController.php:108 {
                App\Controller\PageController->show(Request $request, PageRepository $pageRepository, $slug): Response …
                ›         ->getRepository(Page::class)        ->findTranslatedBySlug($slug);}
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.970+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.id AS id_0, t1_.content AS name_1, t2_.content AS slug_2, p0_.head_menu AS head_menu_3, t3_.content AS meta_title_4, t4_.content AS meta_description_5, t5_.content AS meta_keywords_6, p0_.sequence AS sequence_7, p0_.created AS created_8, p0_.modified AS modified_9, p0_.published_at AS published_at_10, p0_.archived_at AS archived_at_11, p0_.parent_page_id AS parent_page_id_12, p0_.created_by_id AS created_by_id_13, p0_.modified_by_id AS modified_by_id_14 FROM page p0_ LEFT JOIN page_translations t1_ ON t1_.locale = 'en' AND t1_.field = 'name' AND t1_.object_class = 'App\\Entity\\Page' AND t1_.foreign_key = p0_.id LEFT JOIN page_translations t2_ ON t2_.locale = 'en' AND t2_.field = 'slug' AND t2_.object_class = 'App\\Entity\\Page' AND t2_.foreign_key = p0_.id LEFT JOIN page_translations t3_ ON t3_.locale = 'en' AND t3_.field = 'meta_title' AND t3_.object_class = 'App\\Entity\\Page' AND t3_.foreign_key = p0_.id LEFT JOIN page_translations t4_ ON t4_.locale = 'en' AND t4_.field = 'meta_description' AND t4_.object_class = 'App\\Entity\\Page' AND t4_.foreign_key = p0_.id LEFT JOIN page_translations t5_ ON t5_.locale = 'en' AND t5_.field = 'meta_keywords' AND t5_.object_class = 'App\\Entity\\Page' AND t5_.foreign_key = p0_.id WHERE t2_.content = ?"
          "params" => [
            1 => "product"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.991+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.head_menu AS head_menu_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_keywords AS meta_keywords_7, t0.sequence AS sequence_8, t0.created AS created_9, t0.modified AS modified_10, t0.published_at AS published_at_11, t0.archived_at AS archived_at_12, t0.parent_page_id AS parent_page_id_13, t0.created_by_id AS created_by_id_14, t0.modified_by_id AS modified_by_id_15 FROM page t0 WHERE t0.parent_page_id IN (?) ORDER BY t0.sequence ASC"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.991+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.head_menu AS head_menu_3, p0_.meta_title AS meta_title_4, p0_.meta_description AS meta_description_5, p0_.meta_keywords AS meta_keywords_6, p0_.sequence AS sequence_7, p0_.created AS created_8, p0_.modified AS modified_9, p0_.published_at AS published_at_10, p0_.archived_at AS archived_at_11 FROM page p0_ WHERE p0_.id = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.993+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1, p0_.locale AS locale_2 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.object_class = ? ORDER BY p0_.locale ASC"
          "params" => [
            1 => 8
            2 => "App\Entity\Page"
          ]
          "types" => [
            1 => 1
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.993+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.sequence AS sequence_2, t0.access AS access_3, t0.page_id AS page_id_4, t5.id AS id_6, t5.name AS name_7, t5.slug AS slug_8, t5.head_menu AS head_menu_9, t5.meta_title AS meta_title_10, t5.meta_description AS meta_description_11, t5.meta_keywords AS meta_keywords_12, t5.sequence AS sequence_13, t5.created AS created_14, t5.modified AS modified_15, t5.published_at AS published_at_16, t5.archived_at AS archived_at_17, t5.parent_page_id AS parent_page_id_18, t5.created_by_id AS created_by_id_19, t5.modified_by_id AS modified_by_id_20, t0.sjabloon_content_id AS sjabloon_content_id_21 FROM page_sjabloon_content t0 INNER JOIN page t5 ON t0.page_id = t5.id WHERE t0.page_id = ? ORDER BY t0.sequence ASC"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.995+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.page_url AS page_url_3, t0.created AS created_4, t0.modified AS modified_5, t0.sjabloon_id AS sjabloon_id_6, t7.id AS id_8, t7.name AS name_9, t7.uitleg AS uitleg_10, t7.code AS code_11, t7.sequence AS sequence_12, t7.access AS access_13, t7.created AS created_14, t7.modified AS modified_15, t7.modified_by_id AS modified_by_id_16, t7.created_by_id AS created_by_id_17, t0.created_by_id AS created_by_id_18, t0.modified_by_id AS modified_by_id_19 FROM sjabloon_content t0 LEFT JOIN sjabloon t7 ON t0.sjabloon_id = t7.id WHERE t0.id = ?"
          "params" => [
            1 => 24
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.998+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.object_name AS object_name_2, t0.content_id AS content_id_3, t4.id AS id_5, t4.name AS name_6, t4.page_url AS page_url_7, t4.created AS created_8, t4.modified AS modified_9, t4.sjabloon_id AS sjabloon_id_10, t4.created_by_id AS created_by_id_11, t4.modified_by_id AS modified_by_id_12, t0.field_id AS field_id_13, t0.parent_id AS parent_id_14, t15.id AS id_16, t15.name AS name_17, t15.sequence AS sequence_18, t15.sjabloon_field_value_collection_id AS sjabloon_field_value_collection_id_19, t20.id AS id_21, t20.html AS html_22, t20.value_id AS value_id_23, t24.id AS id_25, t24.string AS string_26, t24.value_id AS value_id_27, t28.id AS id_29, t28.image_file_name AS image_file_name_30, t28.value_id AS value_id_31, t32.id AS id_33, t32.file AS file_34, t32.value_id AS value_id_35, t36.id AS id_37, t36.text AS text_38, t36.value_id AS value_id_39, t40.id AS id_41, t40.number AS number_42, t40.value_id AS value_id_43, t44.id AS id_45, t44.sjabloon_content_id AS sjabloon_content_id_46, t44.value_id AS value_id_47, t48.id AS id_49, t48.module AS module_50, t48.method AS method_51, t48.value_id AS value_id_52, t53.id AS id_54, t53.name AS name_55, t53.value_id AS value_id_56 FROM sjabloon_content_value t0 LEFT JOIN sjabloon_content t4 ON t0.content_id = t4.id LEFT JOIN sjabloon_field_value_parent t15 ON t0.parent_id = t15.id LEFT JOIN sjabloon_field_value_tiny t20 ON t20.value_id = t0.id LEFT JOIN sjabloon_field_value_string t24 ON t24.value_id = t0.id LEFT JOIN sjabloon_field_value_image t28 ON t28.value_id = t0.id LEFT JOIN sjabloon_field_value_file t32 ON t32.value_id = t0.id LEFT JOIN sjabloon_field_value_text t36 ON t36.value_id = t0.id LEFT JOIN sjabloon_field_value_num t40 ON t40.value_id = t0.id LEFT JOIN sjabloon_field_value_sjabloon_content t44 ON t44.value_id = t0.id LEFT JOIN sjabloon_field_value_module t48 ON t48.value_id = t0.id LEFT JOIN sjabloon_field_value_collection t53 ON t53.value_id = t0.id WHERE t0.content_id = ?"
          "params" => [
            1 => 24
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830100
        "timestamp_rfc3339" => "2024-12-22T01:15:00.999+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sequence AS sequence_3, t0.sjabloon_id AS sjabloon_id_4, t0.field_type_id AS field_type_id_5, t6.id AS id_7, t6.name AS name_8, t6.sequence AS sequence_9, t6.db_type AS db_type_10, t6.object_name AS object_name_11, t0.parent_id AS parent_id_12 FROM sjabloon_field t0 INNER JOIN sjabloon_field_specification t6 ON t0.field_type_id = t6.id WHERE t0.id = ?"
          "params" => [
            1 => 79
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.000+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sequence AS sequence_3, t0.sjabloon_id AS sjabloon_id_4, t0.field_type_id AS field_type_id_5, t6.id AS id_7, t6.name AS name_8, t6.sequence AS sequence_9, t6.db_type AS db_type_10, t6.object_name AS object_name_11, t0.parent_id AS parent_id_12 FROM sjabloon_field t0 INNER JOIN sjabloon_field_specification t6 ON t0.field_type_id = t6.id WHERE t0.sjabloon_id = ? ORDER BY t0.sequence ASC"
          "params" => [
            1 => 37
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.000+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.sjabloon_field_value_module_id AS sjabloon_field_value_module_id_4 FROM module_parameter t0 WHERE t0.sjabloon_field_value_module_id = ?"
          "params" => [
            1 => 2
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.067+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1237 => [
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\TranslationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\ArticleController::$extendSjabloonContent is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1307
            #message: "Deprecated: Creation of dynamic property App\Controller\ArticleController::$extendSjabloonContent is deprecated"
            #code: 0
            #file: "/var/www/dnaklik.nl/src/Controller/ArticleController.php"
            #line: 38
            #severity: E_DEPRECATED
            trace: {
              /var/www/dnaklik.nl/src/Controller/ArticleController.php:38 {
                App\Controller\ArticleController->__construct(Environment $twig, ArticleRepository $articleRepository, ExtendSjabloonContent $extendSjabloonContent, SjabloonContentRepository $sjabloonContentResp, ContentBlock $contentBlock, ManagerRegistry $doctrine) …
                › {    $this->extendSjabloonContent = $extendSjabloonContent;    $this->SjabloonContentResp = $sjabloonContentResp;
              }
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/getArticleController2Service.php:24 {
                ContainerZiCTOkQ\getArticleController2Service::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\ArticleController'] = $instance = new \App\Controller\ArticleController(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['App\\Repository\\ArticleRepository'] ?? $container->load('getArticleRepositoryService')), ($container->privates['App\\Service\\ExtendSjabloonContent'] ?? $container->load('getExtendSjabloonContentService')), ($container->privates['App\\Repository\\SjabloonContentRepository'] ?? $container->load('getSjabloonContentRepositoryService')), ($container->services['App\\Service\\ContentBlock'] ?? $container->load('getContentBlockService')), ($container->services['doctrine'] ?? self::getDoctrineService($container)));}
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/App_KernelDevDebugContainer.php:549 {
                ContainerZiCTOkQ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dnaklik.nl/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/dnaklik.nl/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:122 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
                › 
                ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:194 {
                App\Service\ContentBlock->getModule(Request $request, $module, $identifier = null): string …
                › if (is_null( $identifier)) {    $response = $this->forward('App\Controller\\'.$module->getModule().'Controller::'.$module->getMethod(), [        'request' => $request,
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:70 {
                App\Service\ContentBlock->getContentBlock(Request $request, SjabloonContent $sjabloonContent, $source = null, $identifier = null): string …
                › // dump($fieldValue[$field->getId()]);$html = $this->getModule($request, $fieldValue[$field->getId()], $identifier);// $html = html_entity_decode($html);
              }
              /var/www/dnaklik.nl/src/Controller/PageController.php:132 {
                App\Controller\PageController->show(Request $request, PageRepository $pageRepository, $slug): Response …
                › $sjabloonContent = $this->extendSjabloonContent->extend($sjabloonContent);$content .= $this->contentBlock->getContentBlock($request, $sjabloonContent, "html");if (is_array($this->contentBlock->getScriptTags())) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\ArticleController::$SjabloonContentResp is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1308
            #message: "Deprecated: Creation of dynamic property App\Controller\ArticleController::$SjabloonContentResp is deprecated"
            #code: 0
            #file: "/var/www/dnaklik.nl/src/Controller/ArticleController.php"
            #line: 39
            #severity: E_DEPRECATED
            trace: {
              /var/www/dnaklik.nl/src/Controller/ArticleController.php:39 {
                App\Controller\ArticleController->__construct(Environment $twig, ArticleRepository $articleRepository, ExtendSjabloonContent $extendSjabloonContent, SjabloonContentRepository $sjabloonContentResp, ContentBlock $contentBlock, ManagerRegistry $doctrine) …
                › $this->extendSjabloonContent = $extendSjabloonContent;$this->SjabloonContentResp = $sjabloonContentResp;$this->contentBlock = $contentBlock;
              }
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/getArticleController2Service.php:24 {
                ContainerZiCTOkQ\getArticleController2Service::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\ArticleController'] = $instance = new \App\Controller\ArticleController(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['App\\Repository\\ArticleRepository'] ?? $container->load('getArticleRepositoryService')), ($container->privates['App\\Service\\ExtendSjabloonContent'] ?? $container->load('getExtendSjabloonContentService')), ($container->privates['App\\Repository\\SjabloonContentRepository'] ?? $container->load('getSjabloonContentRepositoryService')), ($container->services['App\\Service\\ContentBlock'] ?? $container->load('getContentBlockService')), ($container->services['doctrine'] ?? self::getDoctrineService($container)));}
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/App_KernelDevDebugContainer.php:549 {
                ContainerZiCTOkQ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dnaklik.nl/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/dnaklik.nl/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:122 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
                › 
                ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:194 {
                App\Service\ContentBlock->getModule(Request $request, $module, $identifier = null): string …
                › if (is_null( $identifier)) {    $response = $this->forward('App\Controller\\'.$module->getModule().'Controller::'.$module->getMethod(), [        'request' => $request,
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:70 {
                App\Service\ContentBlock->getContentBlock(Request $request, SjabloonContent $sjabloonContent, $source = null, $identifier = null): string …
                › // dump($fieldValue[$field->getId()]);$html = $this->getModule($request, $fieldValue[$field->getId()], $identifier);// $html = html_entity_decode($html);
              }
              /var/www/dnaklik.nl/src/Controller/PageController.php:132 {
                App\Controller\PageController->show(Request $request, PageRepository $pageRepository, $slug): Response …
                › $sjabloonContent = $this->extendSjabloonContent->extend($sjabloonContent);$content .= $this->contentBlock->getContentBlock($request, $sjabloonContent, "html");if (is_array($this->contentBlock->getScriptTags())) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\ArticleController::$contentBlock is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1309
            #message: "Deprecated: Creation of dynamic property App\Controller\ArticleController::$contentBlock is deprecated"
            #code: 0
            #file: "/var/www/dnaklik.nl/src/Controller/ArticleController.php"
            #line: 40
            #severity: E_DEPRECATED
            trace: {
              /var/www/dnaklik.nl/src/Controller/ArticleController.php:40 {
                App\Controller\ArticleController->__construct(Environment $twig, ArticleRepository $articleRepository, ExtendSjabloonContent $extendSjabloonContent, SjabloonContentRepository $sjabloonContentResp, ContentBlock $contentBlock, ManagerRegistry $doctrine) …
                › $this->SjabloonContentResp = $sjabloonContentResp;$this->contentBlock = $contentBlock;$this->articleRepository = $articleRepository;
              }
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/getArticleController2Service.php:24 {
                ContainerZiCTOkQ\getArticleController2Service::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\ArticleController'] = $instance = new \App\Controller\ArticleController(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['App\\Repository\\ArticleRepository'] ?? $container->load('getArticleRepositoryService')), ($container->privates['App\\Service\\ExtendSjabloonContent'] ?? $container->load('getExtendSjabloonContentService')), ($container->privates['App\\Repository\\SjabloonContentRepository'] ?? $container->load('getSjabloonContentRepositoryService')), ($container->services['App\\Service\\ContentBlock'] ?? $container->load('getContentBlockService')), ($container->services['doctrine'] ?? self::getDoctrineService($container)));}
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/App_KernelDevDebugContainer.php:549 {
                ContainerZiCTOkQ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dnaklik.nl/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/dnaklik.nl/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:122 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
                › 
                ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:194 {
                App\Service\ContentBlock->getModule(Request $request, $module, $identifier = null): string …
                › if (is_null( $identifier)) {    $response = $this->forward('App\Controller\\'.$module->getModule().'Controller::'.$module->getMethod(), [        'request' => $request,
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:70 {
                App\Service\ContentBlock->getContentBlock(Request $request, SjabloonContent $sjabloonContent, $source = null, $identifier = null): string …
                › // dump($fieldValue[$field->getId()]);$html = $this->getModule($request, $fieldValue[$field->getId()], $identifier);// $html = html_entity_decode($html);
              }
              /var/www/dnaklik.nl/src/Controller/PageController.php:132 {
                App\Controller\PageController->show(Request $request, PageRepository $pageRepository, $slug): Response …
                › $sjabloonContent = $this->extendSjabloonContent->extend($sjabloonContent);$content .= $this->contentBlock->getContentBlock($request, $sjabloonContent, "html");if (is_array($this->contentBlock->getScriptTags())) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\ArticleController::$articleRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1310
            #message: "Deprecated: Creation of dynamic property App\Controller\ArticleController::$articleRepository is deprecated"
            #code: 0
            #file: "/var/www/dnaklik.nl/src/Controller/ArticleController.php"
            #line: 41
            #severity: E_DEPRECATED
            trace: {
              /var/www/dnaklik.nl/src/Controller/ArticleController.php:41 {
                App\Controller\ArticleController->__construct(Environment $twig, ArticleRepository $articleRepository, ExtendSjabloonContent $extendSjabloonContent, SjabloonContentRepository $sjabloonContentResp, ContentBlock $contentBlock, ManagerRegistry $doctrine) …
                › $this->contentBlock = $contentBlock;$this->articleRepository = $articleRepository;$this->doctrine = $doctrine;
              }
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/getArticleController2Service.php:24 {
                ContainerZiCTOkQ\getArticleController2Service::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\ArticleController'] = $instance = new \App\Controller\ArticleController(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['App\\Repository\\ArticleRepository'] ?? $container->load('getArticleRepositoryService')), ($container->privates['App\\Service\\ExtendSjabloonContent'] ?? $container->load('getExtendSjabloonContentService')), ($container->privates['App\\Repository\\SjabloonContentRepository'] ?? $container->load('getSjabloonContentRepositoryService')), ($container->services['App\\Service\\ContentBlock'] ?? $container->load('getContentBlockService')), ($container->services['doctrine'] ?? self::getDoctrineService($container)));}
              /var/www/dnaklik.nl/var/cache/dev/ContainerZiCTOkQ/App_KernelDevDebugContainer.php:549 {
                ContainerZiCTOkQ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/dnaklik.nl/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/dnaklik.nl/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:122 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
                › 
                ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:194 {
                App\Service\ContentBlock->getModule(Request $request, $module, $identifier = null): string …
                › if (is_null( $identifier)) {    $response = $this->forward('App\Controller\\'.$module->getModule().'Controller::'.$module->getMethod(), [        'request' => $request,
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:70 {
                App\Service\ContentBlock->getContentBlock(Request $request, SjabloonContent $sjabloonContent, $source = null, $identifier = null): string …
                › // dump($fieldValue[$field->getId()]);$html = $this->getModule($request, $fieldValue[$field->getId()], $identifier);// $html = html_entity_decode($html);
              }
              /var/www/dnaklik.nl/src/Controller/PageController.php:132 {
                App\Controller\PageController->show(Request $request, PageRepository $pageRepository, $slug): Response …
                › $sjabloonContent = $this->extendSjabloonContent->extend($sjabloonContent);$content .= $this->contentBlock->getContentBlock($request, $sjabloonContent, "html");if (is_array($this->contentBlock->getScriptTags())) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Could not resolve argument $identifier of "App\Controller\ArticleController::article()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?" at NotTaggedControllerValueResolver.php line 88"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\DependencyInjection\Exception\RuntimeException {#1373
            #message: "Could not resolve argument $identifier of "App\Controller\ArticleController::article()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?"
            #code: 0
            #file: "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php"
            #line: 88
            trace: {
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php:88 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
                › 
                ›     throw new RuntimeException($message);}
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
                › 
                › yield from $this->inner->resolve($request, $argument);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
                Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
                › $count = 0;foreach ($resolver->resolve($request, $metadata) as $argument) {    ++$count;
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
                › try {    return $this->resolver->getArguments($request, $controller, $reflector);} finally {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:173 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:122 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward(string $controller, array $path = [], array $query = []): Response …
                › 
                ›     return $this->container->get('http_kernel')->handle($subRequest, HttpKernelInterface::SUB_REQUEST);}
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:194 {
                App\Service\ContentBlock->getModule(Request $request, $module, $identifier = null): string …
                › if (is_null( $identifier)) {    $response = $this->forward('App\Controller\\'.$module->getModule().'Controller::'.$module->getMethod(), [        'request' => $request,
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:70 {
                App\Service\ContentBlock->getContentBlock(Request $request, SjabloonContent $sjabloonContent, $source = null, $identifier = null): string …
                › // dump($fieldValue[$field->getId()]);$html = $this->getModule($request, $fieldValue[$field->getId()], $identifier);// $html = html_entity_decode($html);
              }
              /var/www/dnaklik.nl/src/Controller/PageController.php:132 {
                App\Controller\PageController->show(Request $request, PageRepository $pageRepository, $slug): Response …
                › $sjabloonContent = $this->extendSjabloonContent->extend($sjabloonContent);$content .= $this->contentBlock->getContentBlock($request, $sjabloonContent, "html");if (is_array($this->contentBlock->getScriptTags())) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1393 => [
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\TranslationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.005+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerZiCTOkQ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.006+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.021+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.021+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.021+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1841 => [
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.025+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "menu"
          "route_parameters" => [
            "_route" => "menu"
            "_controller" => "App\Controller\PageController::renderMenu"
            "_locale" => "en"
          ]
          "request_uri" => "https://www.dnaklik.nl/en/menu?activeSlug=product"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.025+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\TranslationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerZiCTOkQ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.026+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.head_menu AS head_menu_3, p0_.meta_title AS meta_title_4, p0_.meta_description AS meta_description_5, p0_.meta_keywords AS meta_keywords_6, p0_.sequence AS sequence_7, p0_.created AS created_8, p0_.modified AS modified_9, p0_.published_at AS published_at_10, p0_.archived_at AS archived_at_11, p0_.parent_page_id AS parent_page_id_12, p0_.created_by_id AS created_by_id_13, p0_.modified_by_id AS modified_by_id_14 FROM page p0_ WHERE p0_.head_menu = 1 AND p0_.parent_page_id IS NULL AND p0_.published_at < ? AND (p0_.archived_at > ? OR p0_.archived_at IS NULL) ORDER BY p0_.sequence ASC"
          "params" => [
            1 => "2024-12-22 01:15:01"
            2 => "2024-12-22 01:15:01"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.027+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.head_menu AS head_menu_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_keywords AS meta_keywords_7, t0.sequence AS sequence_8, t0.created AS created_9, t0.modified AS modified_10, t0.published_at AS published_at_11, t0.archived_at AS archived_at_12, t0.parent_page_id AS parent_page_id_13, t0.created_by_id AS created_by_id_14, t0.modified_by_id AS modified_by_id_15 FROM page t0 WHERE t0.parent_page_id IN (?, ?, ?, ?, ?, ?, ?) ORDER BY t0.sequence ASC"
          "params" => [
            1 => 1
            2 => 4
            3 => 2
            4 => 7
            5 => 53
            6 => 6
            7 => 46
          ]
          "types" => [
            1 => 1
            2 => 1
            3 => 1
            4 => 1
            5 => 1
            6 => 1
            7 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.028+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.head_menu AS head_menu_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_keywords AS meta_keywords_7, t0.sequence AS sequence_8, t0.created AS created_9, t0.modified AS modified_10, t0.published_at AS published_at_11, t0.archived_at AS archived_at_12, t0.parent_page_id AS parent_page_id_13, t0.created_by_id AS created_by_id_14, t0.modified_by_id AS modified_by_id_15 FROM page t0 WHERE t0.parent_page_id IN (?, ?, ?) ORDER BY t0.sequence ASC"
          "params" => [
            1 => 60
            2 => 61
            3 => 62
          ]
          "types" => [
            1 => 1
            2 => 1
            3 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.028+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.head_menu AS head_menu_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_keywords AS meta_keywords_7, t0.sequence AS sequence_8, t0.created AS created_9, t0.modified AS modified_10, t0.published_at AS published_at_11, t0.archived_at AS archived_at_12, t0.parent_page_id AS parent_page_id_13, t0.created_by_id AS created_by_id_14, t0.modified_by_id AS modified_by_id_15 FROM page t0 WHERE t0.parent_page_id IN (?, ?, ?) ORDER BY t0.sequence ASC"
          "params" => [
            1 => 63
            2 => 64
            3 => 66
          ]
          "types" => [
            1 => 1
            2 => 1
            3 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.029+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "1"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.029+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "4"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.029+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "2"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.030+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "7"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.030+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "53"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.030+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "6"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.030+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "46"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.031+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "60"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.031+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "61"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.031+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "62"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.032+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "63"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.032+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "64"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.032+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT p0_.content AS content_0, p0_.field AS field_1 FROM page_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?"
          "params" => [
            1 => "66"
            2 => "en"
            3 => "App\Entity\Page"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.032+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.shortcode AS shortcode_4, t0.sequence AS sequence_5, t0.main AS main_6, t0.flag_icon_code AS flag_icon_code_7, t0.published_at AS published_at_8, t0.archived_at AS archived_at_9, t0.created AS created_10, t0.modified AS modified_11, t0.created_by_id AS created_by_id_12, t0.modified_by_id AS modified_by_id_13 FROM language t0 WHERE t0.main = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.033+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.shortcode AS shortcode_4, t0.sequence AS sequence_5, t0.main AS main_6, t0.flag_icon_code AS flag_icon_code_7, t0.published_at AS published_at_8, t0.archived_at AS archived_at_9, t0.created AS created_10, t0.modified AS modified_11, t0.created_by_id AS created_by_id_12, t0.modified_by_id AS modified_by_id_13 FROM language t0"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.034+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1925 => [
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "footer"
          "route_parameters" => [
            "_route" => "footer"
            "_controller" => "App\Controller\PageController::renderFooter"
            "_locale" => "en"
          ]
          "request_uri" => "https://www.dnaklik.nl/en/footer"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\TranslationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerZiCTOkQ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.uitleg AS uitleg_3, t0.code AS code_4, t0.sequence AS sequence_5, t0.access AS access_6, t0.created AS created_7, t0.modified AS modified_8, t0.modified_by_id AS modified_by_id_9, t0.created_by_id AS created_by_id_10 FROM sjabloon t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "Footer"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.035+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.page_url AS page_url_3, t0.created AS created_4, t0.modified AS modified_5, t0.sjabloon_id AS sjabloon_id_6, t7.id AS id_8, t7.name AS name_9, t7.uitleg AS uitleg_10, t7.code AS code_11, t7.sequence AS sequence_12, t7.access AS access_13, t7.created AS created_14, t7.modified AS modified_15, t7.modified_by_id AS modified_by_id_16, t7.created_by_id AS created_by_id_17, t0.created_by_id AS created_by_id_18, t0.modified_by_id AS modified_by_id_19 FROM sjabloon_content t0 LEFT JOIN sjabloon t7 ON t0.sjabloon_id = t7.id WHERE t0.sjabloon_id = ?"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.036+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.object_name AS object_name_2, t0.content_id AS content_id_3, t4.id AS id_5, t4.name AS name_6, t4.page_url AS page_url_7, t4.created AS created_8, t4.modified AS modified_9, t4.sjabloon_id AS sjabloon_id_10, t4.created_by_id AS created_by_id_11, t4.modified_by_id AS modified_by_id_12, t0.field_id AS field_id_13, t0.parent_id AS parent_id_14, t15.id AS id_16, t15.name AS name_17, t15.sequence AS sequence_18, t15.sjabloon_field_value_collection_id AS sjabloon_field_value_collection_id_19, t20.id AS id_21, t20.html AS html_22, t20.value_id AS value_id_23, t24.id AS id_25, t24.string AS string_26, t24.value_id AS value_id_27, t28.id AS id_29, t28.image_file_name AS image_file_name_30, t28.value_id AS value_id_31, t32.id AS id_33, t32.file AS file_34, t32.value_id AS value_id_35, t36.id AS id_37, t36.text AS text_38, t36.value_id AS value_id_39, t40.id AS id_41, t40.number AS number_42, t40.value_id AS value_id_43, t44.id AS id_45, t44.sjabloon_content_id AS sjabloon_content_id_46, t44.value_id AS value_id_47, t48.id AS id_49, t48.module AS module_50, t48.method AS method_51, t48.value_id AS value_id_52, t53.id AS id_54, t53.name AS name_55, t53.value_id AS value_id_56 FROM sjabloon_content_value t0 LEFT JOIN sjabloon_content t4 ON t0.content_id = t4.id LEFT JOIN sjabloon_field_value_parent t15 ON t0.parent_id = t15.id LEFT JOIN sjabloon_field_value_tiny t20 ON t20.value_id = t0.id LEFT JOIN sjabloon_field_value_string t24 ON t24.value_id = t0.id LEFT JOIN sjabloon_field_value_image t28 ON t28.value_id = t0.id LEFT JOIN sjabloon_field_value_file t32 ON t32.value_id = t0.id LEFT JOIN sjabloon_field_value_text t36 ON t36.value_id = t0.id LEFT JOIN sjabloon_field_value_num t40 ON t40.value_id = t0.id LEFT JOIN sjabloon_field_value_sjabloon_content t44 ON t44.value_id = t0.id LEFT JOIN sjabloon_field_value_module t48 ON t48.value_id = t0.id LEFT JOIN sjabloon_field_value_collection t53 ON t53.value_id = t0.id WHERE t0.content_id = ?"
          "params" => [
            1 => 87
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.037+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.content AS content_0, s0_.field AS field_1 FROM sjabloon_field_value_string_translations s0_ WHERE s0_.foreign_key = ? AND s0_.locale = ? AND s0_.object_class = ?"
          "params" => [
            1 => "105"
            2 => "en"
            3 => "App\Entity\SjabloonFieldValueString"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.055+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.content AS content_0, s0_.field AS field_1 FROM sjabloon_field_value_string_translations s0_ WHERE s0_.foreign_key = ? AND s0_.locale = ? AND s0_.object_class = ?"
          "params" => [
            1 => "106"
            2 => "en"
            3 => "App\Entity\SjabloonFieldValueString"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.056+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sequence AS sequence_3, t0.sjabloon_id AS sjabloon_id_4, t0.field_type_id AS field_type_id_5, t6.id AS id_7, t6.name AS name_8, t6.sequence AS sequence_9, t6.db_type AS db_type_10, t6.object_name AS object_name_11, t0.parent_id AS parent_id_12 FROM sjabloon_field t0 INNER JOIN sjabloon_field_specification t6 ON t0.field_type_id = t6.id WHERE t0.sjabloon_id = ? ORDER BY t0.sequence ASC"
          "params" => [
            1 => 8
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.056+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.object_name AS object_name_2, t0.content_id AS content_id_3, t4.id AS id_5, t4.name AS name_6, t4.page_url AS page_url_7, t4.created AS created_8, t4.modified AS modified_9, t4.sjabloon_id AS sjabloon_id_10, t4.created_by_id AS created_by_id_11, t4.modified_by_id AS modified_by_id_12, t0.field_id AS field_id_13, t0.parent_id AS parent_id_14, t15.id AS id_16, t15.name AS name_17, t15.sequence AS sequence_18, t15.sjabloon_field_value_collection_id AS sjabloon_field_value_collection_id_19, t20.id AS id_21, t20.html AS html_22, t20.value_id AS value_id_23, t24.id AS id_25, t24.string AS string_26, t24.value_id AS value_id_27, t28.id AS id_29, t28.image_file_name AS image_file_name_30, t28.value_id AS value_id_31, t32.id AS id_33, t32.file AS file_34, t32.value_id AS value_id_35, t36.id AS id_37, t36.text AS text_38, t36.value_id AS value_id_39, t40.id AS id_41, t40.number AS number_42, t40.value_id AS value_id_43, t44.id AS id_45, t44.sjabloon_content_id AS sjabloon_content_id_46, t44.value_id AS value_id_47, t48.id AS id_49, t48.module AS module_50, t48.method AS method_51, t48.value_id AS value_id_52, t53.id AS id_54, t53.name AS name_55, t53.value_id AS value_id_56 FROM sjabloon_content_value t0 LEFT JOIN sjabloon_content t4 ON t0.content_id = t4.id LEFT JOIN sjabloon_field_value_parent t15 ON t0.parent_id = t15.id LEFT JOIN sjabloon_field_value_tiny t20 ON t20.value_id = t0.id LEFT JOIN sjabloon_field_value_string t24 ON t24.value_id = t0.id LEFT JOIN sjabloon_field_value_image t28 ON t28.value_id = t0.id LEFT JOIN sjabloon_field_value_file t32 ON t32.value_id = t0.id LEFT JOIN sjabloon_field_value_text t36 ON t36.value_id = t0.id LEFT JOIN sjabloon_field_value_num t40 ON t40.value_id = t0.id LEFT JOIN sjabloon_field_value_sjabloon_content t44 ON t44.value_id = t0.id LEFT JOIN sjabloon_field_value_module t48 ON t48.value_id = t0.id LEFT JOIN sjabloon_field_value_collection t53 ON t53.value_id = t0.id WHERE t0.content_id = ?"
          "params" => [
            1 => 88
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.057+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.content AS content_0, s0_.field AS field_1 FROM sjabloon_field_value_string_translations s0_ WHERE s0_.foreign_key = ? AND s0_.locale = ? AND s0_.object_class = ?"
          "params" => [
            1 => "107"
            2 => "en"
            3 => "App\Entity\SjabloonFieldValueString"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.057+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.content AS content_0, s0_.field AS field_1 FROM sjabloon_field_value_string_translations s0_ WHERE s0_.foreign_key = ? AND s0_.locale = ? AND s0_.object_class = ?"
          "params" => [
            1 => "108"
            2 => "en"
            3 => "App\Entity\SjabloonFieldValueString"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.059+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    2492 => [
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "modal"
          "route_parameters" => [
            "_route" => "modal"
            "_controller" => "App\Controller\PageController::renderModal"
            "_locale" => "en"
          ]
          "request_uri" => "https://www.dnaklik.nl/en/modal"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\TranslationListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerZiCTOkQ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.060+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.uitleg AS uitleg_3, t0.code AS code_4, t0.sequence AS sequence_5, t0.access AS access_6, t0.created AS created_7, t0.modified AS modified_8, t0.modified_by_id AS modified_by_id_9, t0.created_by_id AS created_by_id_10 FROM sjabloon t0 WHERE t0.name = ?"
          "params" => [
            1 => "Modal tekst"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.061+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.page_url AS page_url_3, t0.created AS created_4, t0.modified AS modified_5, t0.sjabloon_id AS sjabloon_id_6, t7.id AS id_8, t7.name AS name_9, t7.uitleg AS uitleg_10, t7.code AS code_11, t7.sequence AS sequence_12, t7.access AS access_13, t7.created AS created_14, t7.modified AS modified_15, t7.modified_by_id AS modified_by_id_16, t7.created_by_id AS created_by_id_17, t0.created_by_id AS created_by_id_18, t0.modified_by_id AS modified_by_id_19 FROM sjabloon_content t0 LEFT JOIN sjabloon t7 ON t0.sjabloon_id = t7.id WHERE t0.sjabloon_id = ?"
          "params" => [
            1 => 10
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.061+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.object_name AS object_name_2, t0.content_id AS content_id_3, t4.id AS id_5, t4.name AS name_6, t4.page_url AS page_url_7, t4.created AS created_8, t4.modified AS modified_9, t4.sjabloon_id AS sjabloon_id_10, t4.created_by_id AS created_by_id_11, t4.modified_by_id AS modified_by_id_12, t0.field_id AS field_id_13, t0.parent_id AS parent_id_14, t15.id AS id_16, t15.name AS name_17, t15.sequence AS sequence_18, t15.sjabloon_field_value_collection_id AS sjabloon_field_value_collection_id_19, t20.id AS id_21, t20.html AS html_22, t20.value_id AS value_id_23, t24.id AS id_25, t24.string AS string_26, t24.value_id AS value_id_27, t28.id AS id_29, t28.image_file_name AS image_file_name_30, t28.value_id AS value_id_31, t32.id AS id_33, t32.file AS file_34, t32.value_id AS value_id_35, t36.id AS id_37, t36.text AS text_38, t36.value_id AS value_id_39, t40.id AS id_41, t40.number AS number_42, t40.value_id AS value_id_43, t44.id AS id_45, t44.sjabloon_content_id AS sjabloon_content_id_46, t44.value_id AS value_id_47, t48.id AS id_49, t48.module AS module_50, t48.method AS method_51, t48.value_id AS value_id_52, t53.id AS id_54, t53.name AS name_55, t53.value_id AS value_id_56 FROM sjabloon_content_value t0 LEFT JOIN sjabloon_content t4 ON t0.content_id = t4.id LEFT JOIN sjabloon_field_value_parent t15 ON t0.parent_id = t15.id LEFT JOIN sjabloon_field_value_tiny t20 ON t20.value_id = t0.id LEFT JOIN sjabloon_field_value_string t24 ON t24.value_id = t0.id LEFT JOIN sjabloon_field_value_image t28 ON t28.value_id = t0.id LEFT JOIN sjabloon_field_value_file t32 ON t32.value_id = t0.id LEFT JOIN sjabloon_field_value_text t36 ON t36.value_id = t0.id LEFT JOIN sjabloon_field_value_num t40 ON t40.value_id = t0.id LEFT JOIN sjabloon_field_value_sjabloon_content t44 ON t44.value_id = t0.id LEFT JOIN sjabloon_field_value_module t48 ON t48.value_id = t0.id LEFT JOIN sjabloon_field_value_collection t53 ON t53.value_id = t0.id WHERE t0.content_id = ?"
          "params" => [
            1 => 45
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.062+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.content AS content_0, s0_.field AS field_1 FROM sjabloon_field_value_string_translations s0_ WHERE s0_.foreign_key = ? AND s0_.locale = ? AND s0_.object_class = ?"
          "params" => [
            1 => "55"
            2 => "en"
            3 => "App\Entity\SjabloonFieldValueString"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.063+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.content AS content_0, s0_.field AS field_1 FROM sjabloon_field_value_tiny_translations s0_ WHERE s0_.foreign_key = ? AND s0_.locale = ? AND s0_.object_class = ?"
          "params" => [
            1 => "18"
            2 => "en"
            3 => "App\Entity\SjabloonFieldValueTiny"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.063+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sequence AS sequence_3, t0.sjabloon_id AS sjabloon_id_4, t0.field_type_id AS field_type_id_5, t6.id AS id_7, t6.name AS name_8, t6.sequence AS sequence_9, t6.db_type AS db_type_10, t6.object_name AS object_name_11, t0.parent_id AS parent_id_12 FROM sjabloon_field t0 INNER JOIN sjabloon_field_specification t6 ON t0.field_type_id = t6.id WHERE t0.sjabloon_id = ? ORDER BY t0.sequence ASC"
          "params" => [
            1 => 10
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.063+00:00"
        "message" => "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2798
            #message: "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
            #code: 0
            #file: "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
            #line: 346
            #severity: E_DEPRECATED
            trace: {
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:346 {
                App\Service\ContentBlock->sjabloonContentOutputHtml(Request $request, $content) …
                › $repl = array( "" );$content = str_replace( $search, $repl, $content );//dump("Output");
              }
              /var/www/dnaklik.nl/src/Service/ContentBlock.php:120 {
                App\Service\ContentBlock->getContentBlock(Request $request, SjabloonContent $sjabloonContent, $source = null, $identifier = null): string …
                ›     //dump("call from contentblock tiny output html");    $html_value = trim($this->sjabloonContentOutputHtml($request, $html_value));}
              }
              /var/www/dnaklik.nl/src/Controller/PageController.php:304 {
                App\Controller\PageController->renderModal(Request $request, SjabloonRepository $sjabloonRepository, SjabloonContentRepository $sjabloonContentRepository): Response …
                › foreach ($sjabloonContents as $sjabloonContent) {    $content = $this->contentBlock->getContentBlock($request, $sjabloonContent,"html");}
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:78 {
                Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render(Symfony\Component\HttpKernel\Controller\ControllerReference|string $uri, Request $request, array $options = []): Response …
                › try {    return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Fragment/FragmentHandler.php:83 {
                Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(Symfony\Component\HttpKernel\Controller\ControllerReference|string $uri, string $renderer = 'inline', array $options = []): ?string …
                › 
                ›     return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));}
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:47 {
                Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(Symfony\Component\HttpKernel\Controller\ControllerReference|string $uri, string $renderer = 'inline', array $options = []): ?string …
                › 
                ›     return parent::render($uri, $renderer, $options);}
              }
              /var/www/dnaklik.nl/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:44 {
                Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(Symfony\Component\HttpKernel\Controller\ControllerReference|string $uri, array $options = []): string …
                › 
                ›     return $this->handler->render($uri, $strategy, $options);}
              }
              /var/www/dnaklik.nl/templates/base.html.twig:103 {
                __TwigTemplate_f77c1b3e40782e1fc7fb538083e44b4f->doDisplay(array $context, array $blocks = []) …
                › </footer>{{ render(path('modal')) }}</body>
              }
              /var/www/dnaklik.nl/vendor/twig/twig/src/Template.php:405 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/dnaklik.nl/vendor/twig/twig/src/Template.php:378 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /var/www/dnaklik.nl/var/cache/dev/twig/ca/ca6fa384fdf4a0c45707eaaf7cda6629.php:50 {
                __TwigTemplate_81972943ca44f13db2c55aa3a0b58cbb->doDisplay(array $context, array $blocks = []) …
                › $this->parent = $this->loadTemplate("base.html.twig", "index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
              /var/www/dnaklik.nl/vendor/twig/twig/src/Template.php:405 {
                Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
                › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/dnaklik.nl/vendor/twig/twig/src/Template.php:378 {
                Twig\Template->display(array $context, array $blocks = []) …
                › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
              }
              /var/www/dnaklik.nl/vendor/twig/twig/src/Template.php:390 {
                Twig\Template->render(array $context) …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/twig/twig/src/TemplateWrapper.php:45 {
                Twig\TemplateWrapper->render(array $context = []): string …
                ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
              }
              /var/www/dnaklik.nl/vendor/twig/twig/src/Environment.php:318 {
                Twig\Environment->render($name, array $context = []) …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/dnaklik.nl/src/Controller/PageController.php:138 {
                App\Controller\PageController->show(Request $request, PageRepository $pageRepository, $slug): Response …
                › }return $this->render('index.html.twig', [    'html' => html_entity_decode($content, ENT_QUOTES),
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/dnaklik.nl/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734830101
        "timestamp_rfc3339" => "2024-12-22T01:15:01.065+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    10 => 0
    1237 => 1
    1393 => 0
    1841 => 0
    1925 => 0
    2492 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#235 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"www.dnaklik.nl"
referer
"https://dnaklik.nl/en/product"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

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
"Sun, 22 Dec 2024 01:15:01 GMT"
vary
"Accept"
x-debug-exception
"Could%20not%20resolve%20argument%20%24identifier%20of%20%22App%5CController%5CArticleController%3A%3Aarticle%28%29%22%2C%20maybe%20you%20forgot%20to%20register%20the%20controller%20as%20a%20service%20or%20missed%20tagging%20it%20with%20the%20%22controller.service_arguments%22%3F"
x-debug-exception-file
"%2Fvar%2Fwww%2Fdnaklik.nl%2Fvendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver%2FNotTaggedControllerValueResolver.php:88"
x-debug-token
"d7ad85"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Sun, 22 Dec 24 01:15:00 +0000"
Last used
"Sun, 22 Dec 24 01:15:00 +0000"
Lifetime
0

Session Attributes

Attribute Value
_locale
"en"

Session Usage

7 Usages
Stateless check enabled
Usage
App\EventListener\TranslationListener:23
[
  [
    "file" => "/var/www/dnaklik.nl/src/EventListener/TranslationListener.php"
    "line" => 23
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "App\EventListener\TranslationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\EventListener\TranslationListener:25
[
  [
    "file" => "/var/www/dnaklik.nl/src/EventListener/TranslationListener.php"
    "line" => 25
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "App\EventListener\TranslationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 122
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 194
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 70
    "function" => "getModule"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Controller/PageController.php"
    "line" => 132
    "function" => "getContentBlock"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "show"
    "class" => "App\Controller\PageController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 122
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 194
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 70
    "function" => "getModule"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Controller/PageController.php"
    "line" => 132
    "function" => "getContentBlock"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "show"
    "class" => "App\Controller\PageController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 122
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 194
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 70
    "function" => "getModule"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Controller/PageController.php"
    "line" => 132
    "function" => "getContentBlock"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "show"
    "class" => "App\Controller\PageController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 122
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 194
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 70
    "function" => "getModule"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Controller/PageController.php"
    "line" => 132
    "function" => "getContentBlock"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "show"
    "class" => "App\Controller\PageController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 122
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 194
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Service/ContentBlock.php"
    "line" => 70
    "function" => "getModule"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/src/Controller/PageController.php"
    "line" => 132
    "function" => "getContentBlock"
    "class" => "App\Service\ContentBlock"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "show"
    "class" => "App\Controller\PageController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dnaklik.nl/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"e126b62efd1670dcf18b6b55ec0f6a60"
DATABASE_URL
"mysql://dnaklik:K5^nThj*GHkl!95fg@localhost:3306/dnaklik"
GOOGLE_GA4_TAG
"GTM-P68VB3"
GOOGLE_RECAPTCHA_SECRET_KEY
"6LekZaMUAAAAAHieTTnhiEb9deiz0dJKVZEBLgcm"
GOOGLE_RECAPTCHA_SITE_KEY
"6LekZaMUAAAAAHA_84o-eh4fmT1hu0ZtNYTfE_Wi"
MAILER_DSN
"smtp://info:PRTdtn9&7Gbsd4qa@mail.dnaklik.nl:25?verify_peer=false"
MAILER_ENABLED
"1"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/dnaklik.nl/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/dnaklik.nl/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.dnaklik.nl"
HTTP_REFERER
"https://dnaklik.nl/en/product"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.dnaklik.nl/en/product"
REDIRECT_SCRIPT_URL
"/en/product"
REDIRECT_SSL_TLS_SNI
"www.dnaklik.nl"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/en/product"
REMOTE_ADDR
"18.116.19.29"
REMOTE_PORT
"1740"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1734830100
REQUEST_TIME_FLOAT
1734830100.9319
REQUEST_URI
"/en/product"
SCRIPT_FILENAME
"/var/www/dnaklik.nl/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.dnaklik.nl/en/product"
SCRIPT_URL
"/en/product"
SERVER_ADDR
"185.95.13.247"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"www.dnaklik.nl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.62 (Debian) Server at www.dnaklik.nl Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.62 (Debian)"
SSL_TLS_SNI
"www.dnaklik.nl"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,GOOGLE_GA4_TAG,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY,MAILER_ENABLED"

Parent Request

Return to parent request (token = 476a5e)

Key Value
_controller
"App\Controller\ArticleController::article"
_remove_csp_headers
true
_stopwatch_token
"186c84"
params
[
  "Sjabloon" => "ProductDetail"
]
request
Symfony\Component\HttpFoundation\Request {#10
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#16 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#15 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#17 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/en/product"
  #requestUri: "/en/product"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#492 …}
  #locale: "en"
  #defaultLocale: "nl"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}