Error 500 Internal Server Error

GET https://academy.timepac.eu/en/register

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"7902.YwksxGEYLDQbvHxF6c-nqKrLKgo5e2OqaZWf383kB0U.In1-rVJBXxlJ5it3rbzSn_uyUG9hNFTgEc3ImbmoYw8oU1rxNEpODSrQPQ"
registration_form
[
  "name" => "Antwoinette Stranger-Thorsen"
  "lastname" => "Stranger-Thorsen"
  "country" => "US"
  "company" => "The winter clouds were the Ipatiev hous entrence where we came down"
  "role_company" => "The winter clouds were the Ipatiev hous entrence where we came down"
  "email" => "traceylmark@gmail.com"
  "password" => "VveCP-mw40USC6E"
  "repeatPassword" => "VveCP-mw40USC6E"
  "agreeTerms" => "1"
  "agreePolicy" => "1"
  "send_mails" => "traceylmark@gmail.com"
  "_token" => "796486d669.6X6dlToKma2FLw6elRQyTFf6CI9PCYIPFnrLPzuueWc.qyaw92NJ1pvze2Sv5ERxKWC_ceEoa-M_TiWRb0qYOi6mHO7hQ3Ch_cRAZQ"
]

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_format
"html"
_stopwatch_token
"15eee2"
exception
Symfony\Component\Mailer\Exception\TransportException {#1571
  #message: "Failed to authenticate on SMTP server with username "info@timepac.eu" using the following authenticators: "LOGIN", "PLAIN". Authenticator "LOGIN" returned "Expected response code "235" but got code "535", with message "535 Incorrect authentication data".". Authenticator "PLAIN" returned "Expected response code "235" but got code "535", with message "535 Incorrect authentication data"."."
  #code: 535
  #file: "/var/www/html/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php"
  #line: 212
  -debug: ""
  trace: {
    /var/www/html/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php:212 {
      Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport->handleAuth(array $modes): void …
      › 
      ›     throw new TransportException($message, $code ?: 535);}
    }
    /var/www/html/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php:148 {
      Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport->doEhloCommand(): string …
      › if (\array_key_exists('AUTH', $this->capabilities)) {    $this->handleAuth($this->capabilities['AUTH']);}
      arguments: {
        $modes: [ …2]
      }
    }
    /var/www/html/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php:105 {
      Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport->executeCommand(string $command, array $codes): string …
      › {    return [250] === $codes && str_starts_with($command, 'HELO ') ? $this->doEhloCommand() : parent::executeCommand($command, $codes);}
    }
    /var/www/html/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php:254 {
      Symfony\Component\Mailer\Transport\Smtp\SmtpTransport->doHeloCommand(): void …
      › {    $this->executeCommand(sprintf("HELO %s\r\n", $this->domain), [250]);}
      arguments: {
        $command: "HELO [127.0.0.1]\r\n"
        $codes: [ …1]
      }
    }
    /var/www/html/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php:277 {
      Symfony\Component\Mailer\Transport\Smtp\SmtpTransport->start(): void …
      › $this->assertResponseCode($this->getFullResponse(), [220]);$this->doHeloCommand();$this->started = true;
    }
    /var/www/html/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php:213 {
      Symfony\Component\Mailer\Transport\Smtp\SmtpTransport->doSend(SentMessage $message): void …
      › if (!$this->started) {    $this->start();}
    }
    /var/www/html/vendor/symfony/mailer/Transport/AbstractTransport.php:86 {
      Symfony\Component\Mailer\Transport\AbstractTransport->send(RawMessage $message, Envelope $envelope = null): SentMessage …
      › try {    $this->doSend($sentMessage);} catch (\Throwable $error) {
      arguments: {
        $message: Symfony\Component\Mailer\SentMessage {#1371 …}
      }
    }
    /var/www/html/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php:137 {
      Symfony\Component\Mailer\Transport\Smtp\SmtpTransport->send(RawMessage $message, Envelope $envelope = null): SentMessage …
      › try {    $message = parent::send($message, $envelope);} catch (TransportExceptionInterface $e) {
      arguments: {
        $message: Symfony\Bridge\Twig\Mime\TemplatedEmail {#1377 …}
        $envelope: Symfony\Component\Mailer\DelayedEnvelope {#1435 …}
      }
    }
    /var/www/html/src/Security/EmailVerifier.php:40 {
      App\Security\EmailVerifier->sendEmailConfirmation(string $verifyEmailRouteName, UserInterface $user, TemplatedEmail $email): string …
      › 
      › $ret = $this->mailer->send($email);arguments: {
        $message: Symfony\Bridge\Twig\Mime\TemplatedEmail {#1369 …}
      }
    }
    /var/www/html/src/Controller/RegistrationController.php:93 {
      App\Controller\RegistrationController->register(Request $request, UserPasswordHasherInterface $userPasswordHasher, EntityManagerInterface $entityManager, LoggerInterface $logger): Response …
      › \t    try {            \t$email = $this->emailVerifier->sendEmailConfirmation('app_verify_email', $user,                \t(new TemplatedEmail())
      arguments: {
        $verifyEmailRouteName: "app_verify_email"
        $user: App\Entity\User {#561 …}
        $email: Symfony\Bridge\Twig\Mime\TemplatedEmail {#1369 …}
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $userPasswordHasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#639 …}
        $entityManager: ContainerIqmtojU\EntityManagerGhost51e8656 {#359 …}
        $logger: Symfony\Bridge\Monolog\Logger {#215 …}
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $type: 1
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:184 {
      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 {#15 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
      }
    }
    /var/www/html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#36 …9}

Request Headers

Header Value
accept
"*/*"
content-length
"904"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=75dab657aabea8dac53c0abb249a0406;"
host
"academy.timepac.eu"
user-agent
"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) AvastSecureBrowser/5.3.1 Mobile/15E148 Version/17.0 Safari/605.1.15"
x-php-ob-level
"0"

Request Content

Raw

registration_form[name]=Antwoinette%20Stranger%2dThorsen&registration_form[lastname]=Stranger%2dThorsen&registration_form[country]=US&registration_form[company]=The%20winter%20clouds%20were%20the%20Ipatiev%20hous%20entrence%20where%20we%20came%20down&registration_form[role_company]=The%20winter%20clouds%20were%20the%20Ipatiev%20hous%20entrence%20where%20we%20came%20down&registration_form[email]=traceylmark%40gmail.com&registration_form[password]=VveCP%2dmw40USC6E&registration_form[repeatPassword]=VveCP%2dmw40USC6E&registration_form[agreeTerms]=1&registration_form[agreePolicy]=1&registration_form[send_mails]=traceylmark%40gmail.com&_csrf_token=7902.YwksxGEYLDQbvHxF6c%2dnqKrLKgo5e2OqaZWf383kB0U.In1%2drVJBXxlJ5it3rbzSn_uyUG9hNFTgEc3ImbmoYw8oU1rxNEpODSrQPQ&registration_form[_token]=796486d669.6X6dlToKma2FLw6elRQyTFf6CI9PCYIPFnrLPzuueWc.qyaw92NJ1pvze2Sv5ERxKWC_ceEoa%2dM_TiWRb0qYOi6mHO7hQ3Ch_cRAZQ

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 18 Dec 2024 17:37:49 GMT"
vary
"Accept"
x-debug-exception
"Failed%20to%20authenticate%20on%20SMTP%20server%20with%20username%20%22info%40timepac.eu%22%20using%20the%20following%20authenticators%3A%20%22LOGIN%22%2C%20%22PLAIN%22.%20Authenticator%20%22LOGIN%22%20returned%20%22Expected%20response%20code%20%22235%22%20but%20got%20code%20%22535%22%2C%20with%20message%20%22535%20Incorrect%20authentication%20data%22.%22.%20Authenticator%20%22PLAIN%22%20returned%20%22Expected%20response%20code%20%22235%22%20but%20got%20code%20%22535%22%2C%20with%20message%20%22535%20Incorrect%20authentication%20data%22.%22."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fvendor%2Fsymfony%2Fmailer%2FTransport%2FSmtp%2FEsmtpTransport.php:212"
x-debug-token
"265068"

Cookies

Request Cookies

Key Value
PHPSESSID
"75dab657aabea8dac53c0abb249a0406"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Wed, 18 Dec 24 17:37:47 +0000"
Last used
"Wed, 18 Dec 24 17:37:47 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"AtRi3Ys-RZW2Dsu7QyzeXO7JxXWFtLdJKZv5URb91lA"
_csrf/https-registration_form
"BX-bYCO6vTj1qPCe7Eyngba0X_ZPq6CIObstyz8PAok"

Session Usage

4 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:76
[
  [
    "file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 76
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 100
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 30
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Form.php"
    "line" => 482
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 106
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Form.php"
    "line" => 420
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/src/Controller/RegistrationController.php"
    "line" => 57
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "register"
    "class" => "App\Controller\RegistrationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:52
[
  [
    "file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 52
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 104
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 30
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Form.php"
    "line" => 482
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 106
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Form.php"
    "line" => 420
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/src/Controller/RegistrationController.php"
    "line" => 57
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "register"
    "class" => "App\Controller\RegistrationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:56
[
  [
    "file" => "/var/www/html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 56
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 104
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 30
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Form.php"
    "line" => 482
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 106
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/form/Form.php"
    "line" => 420
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/src/Controller/RegistrationController.php"
    "line" => 57
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "register"
    "class" => "App\Controller\RegistrationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"96681532af91b38336ade7695b112761"
DATABASE_URL
"mysql://timepacacademy:8hcPxEdUW8dq@timepacacademy_db/timepacacademy"
MAILER_DSN
"smtp://info@timepac.eu:vhwhgq2uL<qn@sslout.df.eu:465?verify_peer=false&encryption=ssl&auth_mode=login"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"904"
CONTENT_TYPE
"application/x-www-form-urlencoded"
DOCUMENT_ROOT
"/var/www/html/timepac_academy/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA"
HOME
"/var/www"
HOSTNAME
"67e86a60a66f"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_CONTENT_LENGTH
"904"
HTTP_CONTENT_TYPE
"application/x-www-form-urlencoded"
HTTP_COOKIE
"PHPSESSID=75dab657aabea8dac53c0abb249a0406;"
HTTP_HOST
"academy.timepac.eu"
HTTP_USER_AGENT
"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) AvastSecureBrowser/5.3.1 Mobile/15E148 Version/17.0 Safari/605.1.15"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.3.12.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"f774e28633e26fc8c5197f4dae58ec9e3ff87d1b4311cbc61ab05a7ad24bd131"
PHP_URL
"https://www.php.net/distributions/php-8.3.12.tar.xz"
PHP_VERSION
"8.3.12"
PWD
"/var/www/html"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.93.213.181"
REMOTE_PORT
"56252"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1734543468
REQUEST_TIME_FLOAT
1734543468.137
REQUEST_URI
"/en/register"
SCRIPT_FILENAME
"/var/www/html/public//index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.18.0.4"
SERVER_NAME
"academy.timepac.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.27.2"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN"
USER
"www-data"
argc
0
argv
[]

Parent Request

Return to parent request (token = ac03a1)

Key Value
_controller
"App\Controller\RegistrationController::register"
_firewall_context
"security.firewall.map.context.main"
_format
"html"
_locale
"en"
_remove_csp_headers
true
_route
"app_register"
_route_params
[
  "_locale" => "en"
  "_format" => "html"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"122914"