https://www.schornsteinfegerinnung.info/login Return to referer URL

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"c2179681cff6a8fd03ee58f085a0.WyXMniRBkPYmXdQctwNSgdFFUUqBlsdmWtSrHpNF02E.E12V5xMC9KcWKKFS1S4GsegyBH7robUeYu3PLcIzpjFrRo73HTXInVUlsw"
_password
"******"
_username
""

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Menke\UserBundle\Controller\SecurityController::loginAction"
_firewall_context
"security.firewall.map.context.main"
_route
"login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"dce514"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
accept-encoding
"gzip, deflate, br"
accept-language
"en-US,en;q=0.5"
connection
"close"
content-length
"165"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=fpi9sci8nt8dbo0fpkmrs4pfir"
host
"www.schornsteinfegerinnung.info"
origin
"https://www.schornsteinfegerinnung.info"
referer
"https://www.schornsteinfegerinnung.info/login"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"27.159.75.50"

Request Content

Raw

_csrf_token=c2179681cff6a8fd03ee58f085a0.WyXMniRBkPYmXdQctwNSgdFFUUqBlsdmWtSrHpNF02E.E12V5xMC9KcWKKFS1S4GsegyBH7robUeYu3PLcIzpjFrRo73HTXInVUlsw&_username=&_password=******

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Mon, 20 Oct 2025 07:32:52 GMT"
expires
-1
location
"https://www.schornsteinfegerinnung.info/login"
pragma
"no-cache"
x-debug-token
"9bd8cb"

Cookies

Request Cookies

Key Value
PHPSESSID
"fpi9sci8nt8dbo0fpkmrs4pfir"

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Mon, 20 Oct 25 07:31:45 +0000"
Last used
"Mon, 20 Oct 25 07:31:46 +0000"
Lifetime
172800

Session Attributes

Attribute Value
_csrf/https-authenticate
"HxYy7CdQ0uuNb-T09wU4j7rx89d3QvuP0cBi9tXksxg"
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#119
  -token: null
  #message: "Bad credentials."
  #code: 0
  #file: "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
  #line: 271
  -previous: Symfony\Component\Security\Core\Exception\UserNotFoundException {#726 …}
  trace: {
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:271 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationFailure(AuthenticationException $authenticationException, Request $request, AuthenticatorInterface $authenticator, ?PassportInterface $passport): Response …
      › if ($this->hideUserNotFoundExceptions && ($authenticationException instanceof UsernameNotFoundException || ($authenticationException instanceof AccountStatusException && !$authenticationException instanceof CustomUserMessageAccountStatusException))) {\r    $authenticationException = new BadCredentialsException('Bad credentials.', 0, $authenticationException);\r}\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:217 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // oh no! Authentication failed!\r$response = $this->handleAuthenticationFailure($e, $request, $authenticator, $passport);\rif ($response instanceof Response) {\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:160 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › \r$response = $this->executeAuthenticator($authenticator, $request);\rif (null !== $response) {\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › \r    return $this->executeAuthenticators($authenticators, $request);\r}\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();\r$response = $this->authenticatorManager->authenticateRequest($request);\rif (null === $response) {\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:65 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › \r$this->authenticationManagerListener->authenticate($event);\r\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {\r    $ret = $this->listener->authenticate($event);\r} catch (LazyResponseException $e) {\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {\r    $this->authenticate($event);\r}\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {\r    $listener($event);\r\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › \r    $listener($event);\r} else {\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › \r    $this->callListeners($event, $authenticationListeners());\r}\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › \r($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);\r\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }\r    $listener($event, $eventName, $this);\r}\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {\r    $this->callListeners($listeners, $eventName, $event);\r}\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {\r    $this->dispatcher->dispatch($event, $eventName);\r} finally {\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php:128 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);\r$this->dispatcher->dispatch($event, KernelEvents::REQUEST);\r\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {\r    return $this->handleRaw($request, $type);\r} catch (\Exception $e) {\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {\r    return $this->getHttpKernel()->handle($request, $type, $catch);\r} finally {\r
    }
    /var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
_security.last_username
""
_security.main.target_path
"https://www.schornsteinfegerinnung.info/"

Session Usage

8 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator:158
[
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 158
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 84
    "function" => "getCredentials"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 63
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 179
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler:96
[
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php"
    "line" => 96
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
    "line" => 132
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 86
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 274
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 217
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:195
[
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 195
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
    "line" => 28
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ABOMENUE
"0"
APP_ENV
"dev"
APP_SECRET
"bd249fd4c0422b5f2de8252ec925f6f2"
ARTIKEL
"1"
BESTELLUNGSZEITRAUM
"180"
CERTIFICATES_ENABLED
"1"
CERTIFICATES_TEMPLATE
""
COMMENTS_IN_ORDERLIST
"All"
CORS_ALLOW_ORIGIN
"^http?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
COURSES_ADDITIONAL_FIELDS
"1"
COURSES_LISTINGLIMIT
"25"
CUSTOMERCOMMENT_AUF_MAIL
"0"
DATABASE_URL
"mysql://plattform-handwerk:0076-Pitralon2calc@localhost:3306/plattform-handwerk_back_test?serverVersion=mariadb-10.6.12"
DATEV
"1"
DAYS_TO_ARCHIVE
"90"
DAYS_TO_SHOW
"90"
GEBURT_AUF_TEILNEHMERLISTE
"0"
GOOGLE_API_SERVER_KEY
"AIzaSyCSca8X3ia-6FQqKD3x82IStWT3yDKyLrE"
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
JSON_EXPORT
"1"
KOSTENSTELLE_ADD_KDNR
"1"
KUNDENNUMMER_RE_ANZEIGEN
"Yes"
KUNDENNUMMER_ZUSATZ
""
KURSREIHEAUFRECHNUNG
"FULL"
KURSREIHENMENUE
"0"
MAILBETREFF_MIT_NUMMER
"1"
MAILER_URL
"smtp://smtp.office365.com:587?encryption=tls&auth_mode=login&username=noreply@plattform-handwerk.de&password=S2t0s2b4w*NR"
MATERIALKOSTEN
"Standardpreis"
MENUE_BESTELLUNGEN
"1"
MENUE_KUNDEN
"1"
MENUE_RECHNUNGEN
"1"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OAUTH_ENCRYPTION_KEY
"5ed24c59b08c994700a11e9f0c73572d"
OAUTH_PASSPHRASE
"b572e9d1430049206942781bb16103a2"
OAUTH_PRIVATE_KEY
"%kernel.project_dir%/config/jwt/private.key"
OAUTH_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.key"
OCCURRENCE_CODE
"1"
OCCURRENCE_NUMBER
"1"
OCCURRENCE_PRICE
"1"
PARTICIPANTS_DATEOFBIRTH
"None"
PARTICIPANT_LIST_ALTERNATIVE
"2"
PARTICIPANT_WITH_DETAILS
"1"
PAY_INVOICE_MODAL
"1"
PREISINUEBERSICHT
"1"
PREIS_AUF_TEILNEHMERLISTE
"1"
PRESENCE
"1"
PROVIDER
"0"
RECHNUNGSKOPIE
""
SCHNELLANSICHTMENUE
"0"
SEND_MAIL_TO_NEW_BACKEND_GENERATED_USER
"1"
SEPAEXPORT_PAYED
"1"
SHOW_INTERN_ORDER_NOT_PUBLISHED
"1"
SHOW_ONLY_PUBLISHED
"1"
SPEAKER_CALENDAR
"1"
SPEAKER_IN_COURSE_LIST
"2"
SPEAKER_PROFILE_EDIT
"1"
STANDORTAUFRECHNUNG
"FULL"
TAGS
"1"
TEILNEHMER
"Nutzung durch:"
TEILNEHMERLISTE_Spalten
"16"
TEILNEHMER_LISTE
"ESF"
TELEFON1
"Telefon"
TELEFON2
"Mobil"
TERMINWAHLMENUE
"0"
WARTELISTE
"1"
WEBHOOK
""
WEBHOOK_ACTIVE
"0"
ZERTIFIKAT
"Default"
ZOOM_ACCOUNT_ID
""
ZOOM_BASE_URL
"https://api.zoom.us/v2"
ZOOM_CLIENT_ID
""
ZOOM_CLIENT_SECRET
""
ZOOM_WEBINAR
"0"
ZUSATZFELDER
"1"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"165"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/plattform-handwerk.kursimple.de"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=fpi9sci8nt8dbo0fpkmrs4pfir"
HTTP_HOST
"www.schornsteinfegerinnung.info"
HTTP_ORIGIN
"https://www.schornsteinfegerinnung.info"
HTTP_REFERER
"https://www.schornsteinfegerinnung.info/login"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"27.159.75.50"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_SSL_TLS_SNI
"www.schornsteinfegerinnung.info"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aPXlpDyH-BwOKASTF9y0GQAAAEU"
REDIRECT_URL
"/login"
REMOTE_ADDR
"27.159.75.50"
REMOTE_PORT
"54726"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1760945572
REQUEST_TIME_FLOAT
1760945572.568
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/vhosts/plattform-handwerk.kursimple.de/schornsteinfegerinnung.info/kursverwaltungssystem/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"92.205.190.77"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.schornsteinfegerinnung.info"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at www.schornsteinfegerinnung.info Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"www.schornsteinfegerinnung.info"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_URL,CORS_ALLOW_ORIGIN,GOOGLE_API_SERVER_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,ABOMENUE,ARTIKEL,BESTELLUNGSZEITRAUM,CERTIFICATES_ENABLED,CERTIFICATES_TEMPLATE,COMMENTS_IN_ORDERLIST,COURSES_ADDITIONAL_FIELDS,COURSES_LISTINGLIMIT,CUSTOMERCOMMENT_AUF_MAIL,DATEV,DAYS_TO_ARCHIVE,DAYS_TO_SHOW,GEBURT_AUF_TEILNEHMERLISTE,JSON_EXPORT,KOSTENSTELLE_ADD_KDNR,KUNDENNUMMER_RE_ANZEIGEN,KUNDENNUMMER_ZUSATZ,KURSREIHEAUFRECHNUNG,KURSREIHENMENUE,MAILBETREFF_MIT_NUMMER,MATERIALKOSTEN,MENUE_BESTELLUNGEN,MENUE_RECHNUNGEN,MENUE_KUNDEN,OCCURRENCE_CODE,OCCURRENCE_NUMBER,OCCURRENCE_PRICE,PARTICIPANT_LIST_ALTERNATIVE,PARTICIPANT_WITH_DETAILS,PARTICIPANTS_DATEOFBIRTH,PAY_INVOICE_MODAL,PRESENCE,PREIS_AUF_TEILNEHMERLISTE,PREISINUEBERSICHT,PROVIDER,RECHNUNGSKOPIE,SCHNELLANSICHTMENUE,SEND_MAIL_TO_NEW_BACKEND_GENERATED_USER,SEPAEXPORT_PAYED,SHOW_INTERN_ORDER_NOT_PUBLISHED,SHOW_ONLY_PUBLISHED,SPEAKER_CALENDAR,SPEAKER_IN_COURSE_LIST,SPEAKER_PROFILE_EDIT,STANDORTAUFRECHNUNG,TAGS,TEILNEHMER,TEILNEHMER_LISTE,TEILNEHMERLISTE_Spalten,TELEFON1,TELEFON2,TERMINWAHLMENUE,WARTELISTE,WEBHOOK,WEBHOOK_ACTIVE,ZERTIFIKAT,ZOOM_ACCOUNT_ID,ZOOM_BASE_URL,ZOOM_CLIENT_ID,ZOOM_CLIENT_SECRET,ZOOM_WEBINAR,ZUSATZFELDER,OAUTH_PRIVATE_KEY,OAUTH_PUBLIC_KEY,OAUTH_PASSPHRASE,OAUTH_ENCRYPTION_KEY,MESSENGER_TRANSPORT_DSN"
UNIQUE_ID
"aPXlpDyH-BwOKASTF9y0GQAAAEU"
USER
"plattform-handwerk"
proxy-nokeepalive
"1"