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 """ : { { Twig\ExpressionParser->getFunctionNodeClass(string $name, int $line): string … › |
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" |