Error 500 Internal Server Error

GET https://marathonpadel.be/login

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"9263a6"
exception
Twig\Error\SyntaxError {#1143
  #message: "Unknown "stimulus_controller" function."
  #code: 0
  #file: "/home/marathon/public_html/marathon-2024/templates/security/login.html.twig"
  #line: 18
  -lineno: 18
  -name: "security/login.html.twig"
  -rawMessage: "Unknown "stimulus_controller" function."
  -sourcePath: "/home/marathon/public_html/marathon-2024/templates/security/login.html.twig"
  -sourceCode: """
    {% extends 'base.html.twig' %}\n
    \n
    {% block body_id 'login' %}\n
    \n
    {% block main %}\n
        {% if error %}\n
            <div class="alert alert-danger">\n
                {{ error.messageKey|trans(error.messageData, 'security') }}\n
            </div>\n
        {% endif %}\n
    \n
        {#\n
            This references the Stimulus controller defined in\n
            "assets/controllers/login-controller.js".\n
            See https://symfony.com/doc/current/frontend/encore/simple-example.html#stimulus-symfony-ux\n
            More info on Symfony UX https://ux.symfony.com\n
        #}\n
        <div class="row" {{ stimulus_controller('login') }}{# @see assets/controllers/login-controller.js #}>\n
            <div class="col-sm-5">\n
                <div class="jumbotron">\n
                    <form action="{{ path('security_login') }}" method="post">\n
                        <fieldset>\n
                            <legend><i class="fa fa-lock" aria-hidden="true"></i> {{ 'title.login'|trans }}</legend>\n
                            <div class="form-group">\n
                                <label for="username">{{ 'label.username'|trans }}</label>\n
                                <input type="text" id="username" name="_username" value="{{ last_username }}" class="form-control" {{ stimulus_target('login', 'username') }} />\n
                            </div>\n
    \n
                            <div class="form-group form-group-password">\n
                                <label for="password">{{ 'label.password'|trans }}</label>\n
                                <input type="password" id="password" name="_password" class="form-control" {{ stimulus_target('login', 'password') }} />\n
                                <button class="btn btn-primary pull-right" type="button" {{ stimulus_action('login', 'togglePasswordInputType') }}><i class="fa fa-eye"></i></button>\n
                            </div>\n
    \n
                            <div class="form-group">\n
                                <label>\n
                                    <input type="checkbox" name="_remember_me" checked/>\n
                                    Keep me logged in\n
                                </label>\n
                            </div>\n
                            <input type="hidden" name="_target_path" value="{{ app.request.get('redirect_to') }}"/>\n
                            <input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}"/>\n
                            <button type="submit" class="btn btn-primary">\n
                                <i class="fa fa-sign-in" aria-hidden="true"></i> {{ 'action.sign_in'|trans }}\n
                            </button>\n
                        </fieldset>\n
                    </form>\n
                </div>\n
            </div>\n
    \n
            <div id="login-help" class="col-sm-7">\n
                <h3>\n
                    <i class="hidden-xs fa fa-long-arrow-left" aria-hidden="true"></i>\n
                    {{ 'help.login_users'|trans }}\n
                </h3>\n
    \n
                <table class="table table-striped table-bordered table-hover">\n
                    <thead>\n
                        <tr>\n
                            <th scope="col">{{ 'label.username'|trans }}</th>\n
                            <th scope="col">{{ 'label.password'|trans }}</th>\n
                            <th scope="col">{{ 'label.role'|trans }}</th>\n
                            <th scope="col"></th>\n
                        </tr>\n
                    </thead>\n
                    <tbody>\n
                        <tr>\n
                            <td>john_user</td>\n
                            <td>kitten</td>\n
                            <td><code>ROLE_USER</code> ({{ 'help.role_user'|trans }})</td>\n
                            <td>\n
                                <button class="btn btn-primary btn-sm" {{ stimulus_action('login', 'prefillJohnUser') }}><i class="fa fa-user"></i></button>\n
                            </td>\n
                        </tr>\n
                        <tr>\n
                            <td>jane_admin</td>\n
                            <td>kitten</td>\n
                            <td><code>ROLE_ADMIN</code> ({{ 'help.role_admin'|trans }})</td>\n
                            <td>\n
                                <button class="btn btn-primary btn-sm" {{ stimulus_action('login', 'prefillJaneAdmin') }}><i class="fa fa-user"></i></button>\n
                            </td>\n
                        </tr>\n
                    </tbody>\n
                </table>\n
    \n
                <div id="login-users-help" class="panel panel-default">\n
                    <div class="panel-body">\n
                        <p>\n
                            <span class="badge badge-success">{{ 'note'|trans }}</span>\n
                            {{ 'help.reload_fixtures'|trans }}<br/>\n
    \n
                            <code class="console">$ php bin/console doctrine:fixtures:load</code>\n
                        </p>\n
    \n
                        <p>\n
                            <span class="badge badge-success">{{ 'tip'|trans }}</span>\n
                            {{ 'help.add_user'|trans }}<br/>\n
    \n
                            <code class="console">$ php bin/console app:add-user</code>\n
                        </p>\n
                    </div>\n
                </div>\n
            </div>\n
        </div>\n
    {% endblock %}\n
    \n
    {% block sidebar %}\n
        {{ parent() }}\n
    \n
        {{ show_source_code(_self) }}\n
    {% endblock %}\n
    """
  trace: {
    /home/marathon/public_html/marathon-2024/templates/security/login.html.twig:18 {
      Twig\ExpressionParser->getFunctionNodeClass(string $name, int $line): string …
      › #}<div class="row" {{ stimulus_controller('login') }}{# @see assets/controllers/login-controller.js #}>    <div class="col-sm-5">
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/ExpressionParser.php:474 {
      Twig\ExpressionParser->getFunctionNode($name, $line) …
      › $args = $this->parseArguments(true);$class = $this->getFunctionNodeClass($name, $line);arguments: {
        $name: "stimulus_controller"
        $line: 18
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/ExpressionParser.php:237 {
      Twig\ExpressionParser->parsePrimaryExpression() …
      › if ('(' === $this->parser->getCurrentToken()->getValue()) {    $node = $this->getFunctionNode($token->getValue(), $token->getLine());} else {
      arguments: {
        $name: "stimulus_controller"
        $line: 18
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/ExpressionParser.php:177 {
      Twig\ExpressionParser->getPrimary(): AbstractExpression …
      › 
      ›     return $this->parsePrimaryExpression();}
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/ExpressionParser.php:72 {
      Twig\ExpressionParser->parseExpression($precedence = 0, $allowArrow = false) …
      › 
      › $expr = $this->getPrimary();$token = $this->parser->getCurrentToken();
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/Parser.php:127 {
      Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
      › $token = $this->stream->next();$expr = $this->expressionParser->parseExpression();$this->stream->expect(/* Token::VAR_END_TYPE */ 4);
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:47 {
      Twig\TokenParser\BlockTokenParser->parse(Token $token): Node …
      › if ($stream->nextIf(/* Token::BLOCK_END_TYPE */ 3)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) {
      arguments: {
        $test: [ …2]
        $dropNeedle: true
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/Parser.php:170 {
      Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
      › $subparser->setParser($this);$node = $subparser->parse($token);if (null !== $node) {
      arguments: {
        $token: Twig\Token {#875 …}
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/Parser.php:83 {
      Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
      › try {    $body = $this->subparse($test, $dropNeedle);arguments: {
        $test: null
        $dropNeedle: false
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/Environment.php:491 {
      Twig\Environment->parse(TokenStream $stream): ModuleNode …
      › 
      ›     return $this->parser->parse($stream);}
      arguments: {
        $stream: Twig\TokenStream {#1095 …}
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/Environment.php:519 {
      Twig\Environment->compileSource(Source $source): string …
      › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
      arguments: {
        $stream: Twig\TokenStream {#1095 …}
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/Environment.php:351 {
      Twig\Environment->loadTemplate(string $cls, string $name, int $index = null): Template …
      › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
      arguments: {
        $source: Twig\Source {#654 …}
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/Environment.php:312 {
      Twig\Environment->load($name): TemplateWrapper …
      › 
      ›     return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name));}
      arguments: {
        $cls: "__TwigTemplate_e986711eb3b2d3608d7f0a1e5c71dde7"
        $name: "security/login.html.twig"
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/twig/twig/src/Environment.php:280 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $name: "security/login.html.twig"
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/symfony/framework-bundle/Controller/AbstractController.php:243 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
      arguments: {
        $name: "security/login.html.twig"
        $context: [ …2]
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/symfony/framework-bundle/Controller/AbstractController.php:254 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);    $response ??= new Response();
      arguments: {
        $view: "security/login.html.twig"
        $parameters: [ …2]
      }
    }
    /home/marathon/public_html/marathon-2024/src/Controller/SecurityController.php:59 {
      App\Controller\SecurityController->login(?User $user, Request $request, AuthenticationUtils $helper): Response …
      ›     // last authentication error (if any)\r    'error' => $helper->getLastAuthenticationError(),\r]);\r
      arguments: {
        $view: "security/login.html.twig"
        $parameters: [ …2]
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php:166 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $user: null
        $request: Symfony\Component\HttpFoundation\Request {#54 …}
        $helper: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#542 …}
      }
    }
    /home/marathon/public_html/marathon-2024/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 {#54 …}
        $type: 1
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#54 …}
        $type: 1
        $catch: true
      }
    }
    /home/marathon/public_html/marathon-2024/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 {#54 …}
      }
    }
    /home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/marathon/public_html/marathon-2024/public/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#38 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"marathonpadel.be"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-https
"1"
x-openai-host-hash
"187581133"
x-php-ob-level
"0"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 18 Sep 2025 05:52:42 GMT"
vary
"Accept"
x-debug-exception
"Unknown%20%22stimulus_controller%22%20function."
x-debug-exception-file
"%2Fhome%2Fmarathon%2Fpublic_html%2Fmarathon-2024%2Ftemplates%2Fsecurity%2Flogin.html.twig:18"
x-debug-token
"616a19"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 9

Session Metadata

Key Value
Created
"Thu, 18 Sep 25 07:52:42 +0200"
Last used
"Thu, 18 Sep 25 07:52:42 +0200"
Lifetime
0

Session Attributes

Attribute Value
_security.main.target_path
"/admin/post/"

Session Usage

9 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/security-http/Controller/UserValueResolver.php"
    "line" => 61
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php"
    "line" => 60
    "function" => "resolve"
    "class" => "Symfony\Component\Security\Http\Controller\UserValueResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Controller/ArgumentResolver.php"
    "line" => 90
    "function" => "resolve"
    "class" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php"
    "line" => 40
    "function" => "getArguments"
    "class" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 158
    "function" => "getArguments"
    "class" => "Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\SecurityController:28
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/security-http/Util/TargetPathTrait.php"
    "line" => 28
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/src/Controller/SecurityController.php"
    "line" => 53
    "function" => "saveTargetPath"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 166
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:59
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 59
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/src/Controller/SecurityController.php"
    "line" => 57
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 166
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:40
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 40
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/src/Controller/SecurityController.php"
    "line" => 59
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 166
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 187
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 224
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 89
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 187
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 224
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 89
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 187
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 224
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 89
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 187
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 224
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 89
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 162
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 187
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 108
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 224
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 89
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/marathon/public_html/marathon-2024/public/index.php"
    "line" => 5
    "args" => [
      "/home/marathon/public_html/marathon-2024/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
"2ca64f8d83b9e89f5f19d672841d6bb8"
DATABASE_URL
"mysql://marathon_user:Ql4R1MZWn@vmi361626.contaboserver.net:3306/marathon_marathon?serverVersion=8&charset=utf8mb4"
MAILER_DSN
"smtp://mailer:ditishetwachtwoordvanmarathonpadel@mail.marathonpadel.be:587"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/usr/local/cpanel/cgi-sys/"
CONTEXT_PREFIX
"/cgi-sys"
DOCUMENT_ROOT
"/home/marathon/public_html/marathon-2024/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"marathonpadel.be"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_HTTPS
"1"
HTTP_X_OPENAI_HOST_HASH
"187581133"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/home/marathon/public_html/marathon-2024/public/index.php"
ORIG_SCRIPT_FILENAME
"/usr/local/cpanel/cgi-sys/ea-php81"
ORIG_SCRIPT_NAME
"/cgi-sys/ea-php81"
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HANDLER
"application/x-httpd-ea-php81"
REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SCRIPT_URI
"https://marathonpadel.be/login"
REDIRECT_REDIRECT_SCRIPT_URL
"/login"
REDIRECT_REDIRECT_SSL_TLS_SNI
"marathonpadel.be"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aMueKhGGMlHNkI-7QDNEfgAAAAE"
REDIRECT_SCRIPT_URI
"https://marathonpadel.be/login"
REDIRECT_SCRIPT_URL
"/login"
REDIRECT_SSL_TLS_SNI
"marathonpadel.be"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aMueKhGGMlHNkI-7QDNEfgAAAAE"
REDIRECT_URL
"/index.php"
REMOTE_ADDR
"20.171.207.243"
REMOTE_PORT
"44944"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758174762
REQUEST_TIME_FLOAT
1758174762.0927
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/marathon/public_html/marathon-2024/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://marathonpadel.be/login"
SCRIPT_URL
"/login"
SERVER_ADDR
"5.189.176.162"
SERVER_ADMIN
"webmaster@marathonpadel.be"
SERVER_NAME
"marathonpadel.be"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"marathonpadel.be"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN"
TZ
"Europe/Berlin"
UNIQUE_ID
"aMueKhGGMlHNkI-7QDNEfgAAAAE"
argc
0
argv
[]

Parent Request

Return to parent request (token = baa8d1)

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"security_login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"cc121b"