https://dev.efx3.de/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
0
"["$1:aa:aa"]"
1
"{}"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"9385be"
exception
Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#471
  #message: "The key "_username" must be a string, "NULL" given."
  #code: 0
  #file: "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
  #line: 149
  -statusCode: 400
  -headers: []
  trace: {
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:149 {
      Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->getCredentials(Request $request): array …
      › if (!\is_string($credentials['username']) && (!\is_object($credentials['username']) || !method_exists($credentials['username'], '__toString'))) {    throw new BadRequestHttpException(sprintf('The key "%s" must be a string, "%s" given.', $this->options['username_parameter'], \gettype($credentials['username'])));}
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:84 {
      Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->authenticate(Request $request): Passport …
      › {    $credentials = $this->getCredentials($request);}
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:63 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): PassportInterface …
      › $startTime = microtime(true);$this->passport = $this->authenticator->authenticate($request);$this->duration = microtime(true) - $startTime;
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:181 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:161 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:141 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:65 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:73 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/efx3.de/dev.efx3.de/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#285 …9}

Request Headers

Header Value
accept-encoding
"gzip"
connection
"close"
content-length
"232"
content-type
"multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad"
cookie
"PHPSESSID=d2asim7b74d2tefgdcokeide4q"
host
"dev.efx3.de"
next-action
"x"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"45.148.10.246"

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
"Wed, 06 May 2026 12:27:23 GMT"
vary
"Accept"
x-debug-exception
"The%20key%20%22_username%22%20must%20be%20a%20string%2C%20%22NULL%22%20given."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fefx3.de%2Fdev.efx3.de%2Fvendor%2Fsymfony%2Fsecurity-http%2FAuthenticator%2FFormLoginAuthenticator.php:149"
x-debug-token
"3e2e2a"

Cookies

Request Cookies

Key Value
PHPSESSID
"d2asim7b74d2tefgdcokeide4q"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Wed, 06 May 26 14:27:23 +0200"
Last used
"Wed, 06 May 26 14:27:23 +0200"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"ok6AS_77oJwZn0ufsMIQcCsgR3JttyY23I1mPRDpA90"
_csrf/https-main
"5hEc6-kSPOuexeNzj3L4e07XPjZ42AfafmyHNl3AkO0"

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/efx3.de/dev.efx3.de/public/index.php"
    "line" => 20
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_NAME
"Eventfix"
APP_SECRET
"13d98eee20fa4c5129bf3c2ba55dfea5"
APP_TITLE
"Eventfix"
DATABASE_TIMEZONE
"Europe/Berlin"
DATABASE_URL
"mysql://efx:YqATW1y2mf0fxQjQJnd5@localhost:3306/efx_dev"
GMAPS_PUBLIC_KEY
"AIzaSyAR012ejxAOi1Dc9FoNHhvtXGaq5CZS2UQ"
GMAPS_SERVER_KEY
"AIzaSyBVGh6HOjUHHfZY1wauZD7KR93vd0j4X04"
GOOGLE_CLIENT_ID
"654341087616-gnn7du4t1do2l68dgqv3ltgjv5sd16ub.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"oEZTAieBVFhFlNbVHTzrHvPP"
MAILER_DSN
"smtp://system@efx3.de:oh5HihUc0l140Zt@efx3.de:465"
MAIL_ERROR
"service@mh-s.de"
MAIL_FROM
"system@efx3.de"
MAUTIC_PASSWORD
"Ar%U7$2+h*AF8caV"
MAUTIC_URL
"https://click.eventfix.de"
MAUTIC_USERNAME
"efx3system"
TWILIO_ACCOUNT_SID
"ACedb21bcfb10ee71d00c8240767073f1a"
TWILIO_AUTH_TOKEN
"9d5e0b37ada455fd6de814622fbc19c8"
TWILIO_NUMBER
"eventfix"
URL_BACKEND
"dev.efx3.de"
URL_SYSTEM
"dev-system.efx3.de"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"232"
CONTENT_TYPE
"multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/efx3.de/dev.efx3.de/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/efx3.de/dev.efx3.de/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/efx3.de"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=d2asim7b74d2tefgdcokeide4q"
HTTP_HOST
"dev.efx3.de"
HTTP_NEXT_ACTION
"x"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"45.148.10.246"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"dev.efx3.de"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"45.148.10.246"
REMOTE_PORT
"57448"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1778070443
REQUEST_TIME_FLOAT
1778070443.2797
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/vhosts/efx3.de/dev.efx3.de/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"81.169.255.110"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"dev.efx3.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at dev.efx3.de Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"dev.efx3.de"
SYMFONY_DOTENV_VARS
"APP_NAME,APP_ENV,APP_SECRET,APP_TITLE,URL_BACKEND,URL_SYSTEM,DATABASE_TIMEZONE,DATABASE_URL,MAILER_DSN,GMAPS_PUBLIC_KEY,GMAPS_SERVER_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,MAIL_ERROR,MAIL_FROM,MAUTIC_URL,MAUTIC_USERNAME,MAUTIC_PASSWORD,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_NUMBER"
USER
"efx3_de"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = f6bbc9)

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.backend"
_remove_csp_headers
true
_route
"security.login"
_route_params
[]
_security_firewall_run
"_security_backend"
_stopwatch_token
"d7d645"