Error 500 Internal Server Error

GET https://to3dev.tourone.de/mein-chamaeleon/registrieren

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"4ad0b6"
_vary_by_language
true
exception
ArgumentCountError {#621
  #message: "Too few arguments to function App\Controller\AbstractToController::__construct(), 4 passed in /var/www/web4/htdocs/html/to3-frontend/src/Controller/Account/RegistrationController.php on line 40 and exactly 5 expected"
  #code: 0
  #file: "/var/www/web4/htdocs/html/to3-frontend/src/Controller/AbstractToController.php"
  #line: 15
  trace: {
    /var/www/web4/htdocs/html/to3-frontend/src/Controller/AbstractToController.php:15 {
      App\Controller\AbstractToController->__construct(TenantFileResolver $resolver, SeoService $seoService, ReiseService $reiseService, ZahlungService $zahlungService, UserService $userService) …
      › class AbstractToController extends AbstractController {    public function __construct(protected TenantFileResolver $resolver,                                protected SeoService         $seoService,
    }
    /var/www/web4/htdocs/html/to3-frontend/src/Controller/Account/RegistrationController.php:40 {
      App\Controller\Account\RegistrationController->__construct(TenantFileResolver $resolver, SeoService $seoService, ReiseService $reiseService, ZahlungService $zahlungService, Security $security, AuthService $authService, JWTEncoderInterface $jwtEncoder, TokenStorageInterface $tokenStorage) …
      › ) {    parent::__construct($resolver, $seoService, $reiseService, $zahlungService);}
      arguments: {
        $resolver: App\Service\TenantFileResolver {#458 …}
        $seoService: App\Service\TO3\SeoService {#453 …}
        $reiseService: App\Service\TO3\ReiseService {#441 …}
        $zahlungService: App\Service\TO3\ZahlungService {#580 …}
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/var/cache/dev/ContainerQepLDpX/getRegistrationControllerService.php:25 {
      ContainerQepLDpX\getRegistrationControllerService::do($container, $lazyLoad = true) …
      › 
      › $container->services['App\\Controller\\Account\\RegistrationController'] = $instance = new \App\Controller\Account\RegistrationController(($container->privates['App\\Service\\TenantFileResolver'] ?? self::getTenantFileResolverService($container)), ($container->privates['App\\Service\\TO3\\SeoService'] ?? self::getSeoServiceService($container)), ($container->privates['App\\Service\\TO3\\ReiseService'] ?? self::getReiseServiceService($container)), ($container->privates['App\\Service\\TO3\\ZahlungService'] ?? $container->load('getZahlungServiceService')), ($container->privates['security.helper'] ?? self::getSecurity_HelperService($container)), ($container->privates['App\\Service\\TO3\\AuthService'] ?? $container->load('getAuthServiceService')), ($container->services['lexik_jwt_authentication.encoder'] ?? self::getLexikJwtAuthentication_EncoderService($container)), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)));arguments: {
        $resolver: App\Service\TenantFileResolver {#458 …}
        $seoService: App\Service\TO3\SeoService {#453 …}
        $reiseService: App\Service\TO3\ReiseService {#441 …}
        $zahlungService: App\Service\TO3\ZahlungService {#580 …}
        $security: Symfony\Bundle\SecurityBundle\Security {#438 …}
        $authService: App\Service\TO3\AuthService {#593 …}
        $jwtEncoder: Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder {#444 …}
        $tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#360 …}
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/var/cache/dev/ContainerQepLDpX/App_KernelDevDebugContainer.php:582 {
      ContainerQepLDpX\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
      › 
      ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      arguments: {
        $container: ContainerQepLDpX\App_KernelDevDebugContainer {#38 …}
        $lazyLoad: true
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/dependency-injection/Container.php:221 {
      Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
      › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
      arguments: {
        $file: "getRegistrationControllerService.php"
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/dependency-injection/Container.php:203 {
      Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
      ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
      arguments: {
        $container: ContainerQepLDpX\App_KernelDevDebugContainer {#38 …}
        $id: "App\Controller\Account\RegistrationController"
        $invalidBehavior: 1
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
      Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
      › if ($this->container->has($class)) {    return $this->container->get($class);}
      arguments: {
        $id: "App\Controller\Account\RegistrationController"
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
      Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
      › {    $controller = parent::instantiateController($class);arguments: {
        $class: "App\Controller\Account\RegistrationController"
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
      › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      arguments: {
        $class: "App\Controller\Account\RegistrationController"
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
      › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      arguments: {
        $controller: "App\Controller\Account\RegistrationController::register"
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
      Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
      › try {    return $this->resolver->getController($request);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/HttpKernel.php:166 {
      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()));
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
        $type: 1
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#4 …}
      }
    }
    /var/www/web4/htdocs/html/to3-frontend/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/web4/htdocs/html/to3-frontend/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/web4/htdocs/html/to3-frontend/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#131
  -records: [
    4 => [
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.183+01:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "register_kunde"
          "route_parameters" => [
            "_route" => "register_kunde"
            "_controller" => "App\Controller\Account\RegistrationController::register"
          ]
          "request_uri" => "https://to3dev.tourone.de/mein-chamaeleon/registrieren"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.184+01:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.184+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.184+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.184+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.184+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.184+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.184+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.185+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.187+01:00"
        "message" => "Uncaught PHP Exception ArgumentCountError: "Too few arguments to function App\Controller\AbstractToController::__construct(), 4 passed in /var/www/web4/htdocs/html/to3-frontend/src/Controller/Account/RegistrationController.php on line 40 and exactly 5 expected" at AbstractToController.php line 15"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => ArgumentCountError {#621
            #message: "Too few arguments to function App\Controller\AbstractToController::__construct(), 4 passed in /var/www/web4/htdocs/html/to3-frontend/src/Controller/Account/RegistrationController.php on line 40 and exactly 5 expected"
            #code: 0
            #file: "/var/www/web4/htdocs/html/to3-frontend/src/Controller/AbstractToController.php"
            #line: 15
            trace: {
              /var/www/web4/htdocs/html/to3-frontend/src/Controller/AbstractToController.php:15 {
                App\Controller\AbstractToController->__construct(TenantFileResolver $resolver, SeoService $seoService, ReiseService $reiseService, ZahlungService $zahlungService, UserService $userService) …
                › class AbstractToController extends AbstractController {    public function __construct(protected TenantFileResolver $resolver,                                protected SeoService         $seoService,
              }
              /var/www/web4/htdocs/html/to3-frontend/src/Controller/Account/RegistrationController.php:40 {
                App\Controller\Account\RegistrationController->__construct(TenantFileResolver $resolver, SeoService $seoService, ReiseService $reiseService, ZahlungService $zahlungService, Security $security, AuthService $authService, JWTEncoderInterface $jwtEncoder, TokenStorageInterface $tokenStorage) …
                › ) {    parent::__construct($resolver, $seoService, $reiseService, $zahlungService);}
                arguments: {
                  $resolver: App\Service\TenantFileResolver {#458 …}
                  $seoService: App\Service\TO3\SeoService {#453 …}
                  $reiseService: App\Service\TO3\ReiseService {#441 …}
                  $zahlungService: App\Service\TO3\ZahlungService {#580 …}
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/var/cache/dev/ContainerQepLDpX/getRegistrationControllerService.php:25 {
                ContainerQepLDpX\getRegistrationControllerService::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\Account\\RegistrationController'] = $instance = new \App\Controller\Account\RegistrationController(($container->privates['App\\Service\\TenantFileResolver'] ?? self::getTenantFileResolverService($container)), ($container->privates['App\\Service\\TO3\\SeoService'] ?? self::getSeoServiceService($container)), ($container->privates['App\\Service\\TO3\\ReiseService'] ?? self::getReiseServiceService($container)), ($container->privates['App\\Service\\TO3\\ZahlungService'] ?? $container->load('getZahlungServiceService')), ($container->privates['security.helper'] ?? self::getSecurity_HelperService($container)), ($container->privates['App\\Service\\TO3\\AuthService'] ?? $container->load('getAuthServiceService')), ($container->services['lexik_jwt_authentication.encoder'] ?? self::getLexikJwtAuthentication_EncoderService($container)), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)));arguments: {
                  $resolver: App\Service\TenantFileResolver {#458 …}
                  $seoService: App\Service\TO3\SeoService {#453 …}
                  $reiseService: App\Service\TO3\ReiseService {#441 …}
                  $zahlungService: App\Service\TO3\ZahlungService {#580 …}
                  $security: Symfony\Bundle\SecurityBundle\Security {#438 …}
                  $authService: App\Service\TO3\AuthService {#593 …}
                  $jwtEncoder: Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder {#444 …}
                  $tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#360 …}
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/var/cache/dev/ContainerQepLDpX/App_KernelDevDebugContainer.php:582 {
                ContainerQepLDpX\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
                arguments: {
                  $container: ContainerQepLDpX\App_KernelDevDebugContainer {#38 …}
                  $lazyLoad: true
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/dependency-injection/Container.php:221 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
                arguments: {
                  $file: "getRegistrationControllerService.php"
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
                arguments: {
                  $container: ContainerQepLDpX\App_KernelDevDebugContainer {#38 …}
                  $id: "App\Controller\Account\RegistrationController"
                  $invalidBehavior: 1
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
                arguments: {
                  $id: "App\Controller\Account\RegistrationController"
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);arguments: {
                  $class: "App\Controller\Account\RegistrationController"
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
                arguments: {
                  $class: "App\Controller\Account\RegistrationController"
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
                arguments: {
                  $controller: "App\Controller\Account\RegistrationController::register"
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#4 …}
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/HttpKernel.php:166 {
                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()));
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#4 …}
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#4 …}
                  $type: 1
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#4 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#4 …}
                }
              }
              /var/www/web4/htdocs/html/to3-frontend/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/web4/htdocs/html/to3-frontend/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/web4/htdocs/html/to3-frontend/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.253+01: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"
      ]
    ]
    671 => [
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.188+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.189+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.197+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.197+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.197+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.197+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.197+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.197+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerQepLDpX\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.197+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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" => 1771519302
        "timestamp_rfc3339" => "2026-02-19T17:41:42.250+01: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: [
    4 => 1
    671 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#130 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip,deflate,br"
accept-language
"en,*"
host
"to3dev.tourone.de"
user-agent
"Iframely/1.3.1 (+https://iframely.com/docs/about) Atlassian"
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
"Thu, 19 Feb 2026 16:41:42 GMT"
vary
"Accept"
x-debug-exception
"Too%20few%20arguments%20to%20function%20App%5CController%5CAbstractToController%3A%3A__construct%28%29%2C%204%20passed%20in%20%2Fvar%2Fwww%2Fweb4%2Fhtdocs%2Fhtml%2Fto3-frontend%2Fsrc%2FController%2FAccount%2FRegistrationController.php%20on%20line%2040%20and%20exactly%205%20expected"
x-debug-exception-file
"%2Fvar%2Fwww%2Fweb4%2Fhtdocs%2Fhtml%2Fto3-frontend%2Fsrc%2FController%2FAbstractToController.php:15"
x-debug-token
"cea6cc"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"0e2c1619b0b98f5c657c7f75a937a2f2"
DATABASE_URL
"mysql://web3:"
JWT_PASSPHRASE
""
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
""
MAILER_DSN
"smtp://tourone-de.mail.protection.outlook.com:25?encryption=null&auth_mode=none"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
TO_SERVER_AUTH
"qkTJjXyKOG3D8Eqqn6RBf4Y9Mi0pfTnKDmOE9tKYSOYxMnoVe0KNkL9wGg3I9YtqNcxItOMrvtqdhqpWxsJRDCamzr7isg8njocvzpbK2YbmyUgsVUc2gR0RuhbbBxJUTYbsREHmKNpWBJwVoEwBLB4nAcWvK4PoyDWKiv3ZQVgsds46oQemyOU4lr4GcG8tsD1fy9iBoLRd70PAhFokd7Xs01M27vowCon5Ye9A0j3zE68Q3Gos2E4ckflyS37VdxsvDE4vt7kclunbm3PfIU55AIrGKCMwEtUuQNHoSBysdDHkBjmx6nUc6sF8c4eHJZOcyL6ZZ36qXeq1aM9ioL5aFCtpQvQQ4VSwjg8kNnn09hMAdhVTQgcxALM0TqeriusSjyVpkmxOa3231231"
TO_SERVER_DISABLE_CACHE
false
TO_SERVER_URL
"https://to3dev.tourone.de"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/var/www/web4/htdocs/html/to3-frontend/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/web4/htdocs/html/to3-frontend/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"1"
H2_STREAM_TAG
"2895802-1872-1"
HOME
"/var/www/web4"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip,deflate,br"
HTTP_ACCEPT_LANGUAGE
"en,*"
HTTP_HOST
"to3dev.tourone.de"
HTTP_USER_AGENT
"Iframely/1.3.1 (+https://iframely.com/docs/about) Atlassian"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"1"
REDIRECT_H2_STREAM_TAG
"2895802-1872-1"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://to3dev.tourone.de/mein-chamaeleon/registrieren"
REDIRECT_SCRIPT_URL
"/mein-chamaeleon/registrieren"
REDIRECT_SSL_TLS_SNI
"to3dev.tourone.de"
REDIRECT_STATUS
"200"
REDIRECT_TMP
"/var/www/web4/tmp"
REDIRECT_TMPDIR
"/var/www/web4/tmp"
REDIRECT_URL
"/mein-chamaeleon/registrieren"
REMOTE_ADDR
"3.219.138.134"
REMOTE_PORT
"47216"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1771519302
REQUEST_TIME_FLOAT
1771519302.1634
REQUEST_URI
"/mein-chamaeleon/registrieren"
SCRIPT_FILENAME
"/var/www/web4/htdocs/html/to3-frontend/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://to3dev.tourone.de/mein-chamaeleon/registrieren"
SCRIPT_URL
"/mein-chamaeleon/registrieren"
SERVER_ADDR
"213.187.93.111"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"to3dev.tourone.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"to3dev.tourone.de"
SYMFONY_DOTENV_PATH
"/var/www/web4/htdocs/html/to3-frontend/.env"
SYMFONY_DOTENV_VARS
"TO_SERVER_DISABLE_CACHE,APP_SECRET,APP_ENV,APP_DEBUG,TO_SERVER_URL,TO_SERVER_AUTH,DATABASE_URL,MAILER_DSN,MESSENGER_TRANSPORT_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE"
TEMP
"/var/www/web4/tmp"
TMP
"/var/www/web4/tmp"
TMPDIR
"/var/www/web4/tmp"
USER
"web4"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 76e298)

Key Value
_controller
"App\Controller\Account\RegistrationController::register"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"register_kunde"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#609
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\JwtTokenAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\JwtTokenAuthenticator {#610 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#606
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\LoginFormAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\LoginFormAuthenticator {#597 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#607
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#542 …}
  }
]
_stopwatch_token
"f55ec4"
_vary_by_language
true