ErrorController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _stopwatch_token | "0c8313" |
| exception | Twig\Error\RuntimeError {#1388 #message: "Impossible to invoke a method ("getRoles") on a null variable." #code: 0 #file: "/home/ficdora/AlphasTeam/templates/dashboard/endroits/dashboard_endroits_list.html.twig" #line: 85 -lineno: 85 -name: "dashboard/endroits/dashboard_endroits_list.html.twig" -rawMessage: "Impossible to invoke a method ("getRoles") on a null variable." -sourcePath: "/home/ficdora/AlphasTeam/templates/dashboard/endroits/dashboard_endroits_list.html.twig" -sourceCode: """ {% extends 'dashboard/dashboard_base.html.twig' %}\r\n \r\n {% block title %}{{ parent() }} - Endroits{% endblock title %}\r\n \r\n {% block body %}\r\n \r\n \r\n \r\n \r\n <div class="container mt-3">\r\n \r\n <div {{ stimulus_controller('table') }}>\r\n \r\n <div class="d-flex align-items-center justify-content-between">\r\n <h5 class="m-0 p-0" id="endroitscount">{{ endroits|length }} Endroit{{ endroits|length > 1 ? 's' : '' }}\r\n </h5>\r\n <div class="col-7 col-lg-5 d-flex gap-2">\r\n <div class="input-group input-group-sm mb-3">\r\n <span class="input-group-text" id="basic-addon1"><i class="bi bi-search"></i></span>\r\n <input type="text" class="form-control" placeholder="Rechercher..." aria-label="Rechercher"\r\n aria-describedby="basic-addon1" {{stimulus_target('table', 'searchInput' ) }}\r\n data-action="input->table#search">\r\n </div>\r\n \r\n </div>\r\n \r\n </div>\r\n <div id="endroitstable">\r\n {% block endroitstable %}\r\n <turbo-stream action="update" method="morph" target="endroitstable">\r\n <template>\r\n \r\n <table class="table table-hover" {{ stimulus_target('table', 'table' ) }}>\r\n <thead>\r\n <tr>\r\n <th> </th>\r\n <th {{ stimulus_target('table', 'sortableHeader' ) }} data-sortable\r\n data-sort-type="string" data-action="click->table#sort">Label</th>\r\n <th> </th>\r\n <th>Membres</th>\r\n <th>Privilèges</th>\r\n <th> </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n \r\n \r\n {% if endroits|length == 0 %}\r\n <tr>\r\n <td colspan="6">\r\n <div class="d-flex flex-column align-items-center justify-content-center">\r\n <h5 class="fw-bold">\r\n <i class="bi bi-emoji-frown"></i> Tu n'as où tu ne peux gérer aucun lieu\r\n </h5>\r\n </div>\r\n </td>\r\n </tr>\r\n {% endif %}\r\n {% for endroit in endroits %}\r\n <tr role="alert" {{ stimulus_target('table', 'rows' ) }}>\r\n <td class="align-middle bg-white" width="50">\r\n <img src="https://img.freepik.com/premium-vector/gym-icon-vector-image-can-be-used-coworking-space_120816-92644.jpg"\r\n class="rounded-circle ms-2" width="45" alt="">\r\n </td>\r\n <td data-searchable class="align-middle bg-white">\r\n <h6 class="mb-0">{{ endroit.Label }}</h6>\r\n </td>\r\n <td class="align-middle bg-white">\r\n <p class="fs-9 text-muted mb-0">\r\n <i class="bi bi-calendar2-plus me-1"></i> {{ endroit.CreatedAt|date('d/m/Y') }}\r\n </p>\r\n <p class="fs-9 text-muted mb-0">\r\n <i class="bi bi-house-add me-1"></i>\r\n {{ endroit.CreatedBy.Nom }} {{ endroit.CreatedBy.Prenom }}\r\n </p>\r\n </td>\r\n <td class="align-middle bg-white">\r\n <a href="{{ path('dashboard.membres.index', {'id': endroit.id}) }}"\r\n class="text-decoration-none fs-8 mb-0">\r\n {{ endroit.MembreEndroit|length }} Membre{{ endroit.MembreEndroit|length > 1 ?\r\n 's' : '' }}\r\n </a>\r\n </td>\r\n <td class="align-middle bg-white">\r\n {% for role in app.user.getRoles(endroit.id) %}\r\n <span class="badge bg-primary me-1 fs-9">{{ role|role_label }}</span>\r\n {% endfor %}\r\n </td>\r\n <td class="d-none d-lg-table-cell align-middle bg-white" width="50">\r\n <a href="#" class="text-decoration-none"><i class="bi bi-gear"></i></a>\r\n </td>\r\n \r\n </tr>\r\n {% endfor %}\r\n \r\n \r\n \r\n \r\n </tbody>\r\n </table>\r\n \r\n </template>\r\n </turbo-stream>\r\n <turbo-stream action="update" method="morph" target="endroitscount">\r\n <template>\r\n {{ endroits|length }} Endroit{{ endroits|length > 1 ? 's' : '' }}\r\n </template>\r\n </turbo-stream>\r\n {% endblock %}\r\n </div>\r\n \r\n </div>\r\n </div>\r\n {% endblock body %} """ : { { Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) … › |
| logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#133 -records: [ "" => [ [ "timestamp" => 1789017698 "timestamp_rfc3339" => "2026-09-10T07:21:38.033+02:00" "message" => "Warning: Zend OPcache API is restricted by "restrict_api" configuration directive" "priority" => 100 "priorityName" => "DEBUG" "context" => [ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#141 +count: 40 -severity: E_WARNING : { { Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void … › |
Request Headers
| Header | Value |
|---|---|
| accept | "application/json" |
| accept-encoding | "gzip, deflate" |
| content-type | "application/json" |
| host | "boutique.alphasteam.be" |
| remote-ip | "34.156.63.98" |
| user-agent | "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" |
| x-forwarded-for | "34.156.63.98" |
| x-forwarded-proto | "https" |
| x-livewire | "1" |
| x-ovhrequest-id | "064873db46c671ce94b95f4ba4738978" |
| x-php-ob-level | "1" |
| x-predictor | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "application/json" |
| date | "Thu, 10 Sep 2026 05:21:38 GMT" |
| vary | "Accept" |
| x-debug-exception | "Impossible%20to%20invoke%20a%20method%20%28%22getRoles%22%29%20on%20a%20null%20variable." |
| x-debug-exception-file | "%2Fhome%2Fficdora%2FAlphasTeam%2Ftemplates%2Fdashboard%2Fendroits%2Fdashboard_endroits_list.html.twig:85" |
| x-debug-token | "11a53f" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 8
Session Metadata
| Key | Value |
|---|---|
| Created | "Thu, 10 Sep 26 07:21:38 +0200" |
| Last used | "Thu, 10 Sep 26 07:21:38 +0200" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
8
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Bridge\Twig\AppVariable:181
[
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 181
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1882
"function" => "getFlashes"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/d0/d0078f9c0afdab4da29da7b217788df4.php"
"line" => 52
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_cdec96a39b9409e8f3f15947c7c2fb32"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/16/16214f3ca978f4859cd4e9e4abf2c3ad.php"
"line" => 529
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_1eb9b79fa74918ef5b328ac94cfc512f"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/64/64ff19202ab5727473260041a54f9b61.php"
"line" => 53
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_ed1956286f7c5cab1ca53e3187e717eb"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/4f/4fba6d8107447852d1b06c7b8f4d87aa.php"
"line" => 55
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_f051cc62c2d28ef13da4a8d390ba0009"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Environment.php"
"line" => 334
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/src/Controller/Dashboard/DashboardEndroitsController.php"
"line" => 31
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "index"
"class" => "App\Controller\Dashboard\DashboardEndroitsController"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/public/index.php"
"line" => 6
"args" => [
"/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 92
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1882
"function" => "getUser"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/4f/4fba6d8107447852d1b06c7b8f4d87aa.php"
"line" => 262
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 432
"function" => "block_endroitstable"
"class" => "__TwigTemplate_f051cc62c2d28ef13da4a8d390ba0009"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/4f/4fba6d8107447852d1b06c7b8f4d87aa.php"
"line" => 138
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 432
"function" => "block_body"
"class" => "__TwigTemplate_f051cc62c2d28ef13da4a8d390ba0009"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/16/16214f3ca978f4859cd4e9e4abf2c3ad.php"
"line" => 536
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_1eb9b79fa74918ef5b328ac94cfc512f"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/64/64ff19202ab5727473260041a54f9b61.php"
"line" => 53
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_ed1956286f7c5cab1ca53e3187e717eb"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/var/cache/dev/twig/4f/4fba6d8107447852d1b06c7b8f4d87aa.php"
"line" => 55
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_f051cc62c2d28ef13da4a8d390ba0009"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/twig/twig/src/Environment.php"
"line" => 334
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 436
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 250
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/src/Controller/Dashboard/DashboardEndroitsController.php"
"line" => 31
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "index"
"class" => "App\Controller\Dashboard\DashboardEndroitsController"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/public/index.php"
"line" => 6
"args" => [
"/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flasher\Symfony\Http\Request:57
[
[
"file" => "/home/ficdora/AlphasTeam/vendor/php-flasher/flasher-symfony/Http/Request.php"
"line" => 57
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/php-flasher/flasher/Http/RequestExtension.php"
"line" => 59
"function" => "hasType"
"class" => "Flasher\Symfony\Http\Request"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/php-flasher/flasher/Http/RequestExtension.php"
"line" => 30
"function" => "processRequest"
"class" => "Flasher\Prime\Http\RequestExtension"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/php-flasher/flasher-symfony/EventListener/SessionListener.php"
"line" => 24
"function" => "flash"
"class" => "Flasher\Prime\Http\RequestExtension"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Flasher\Symfony\EventListener\SessionListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/public/index.php"
"line" => 6
"args" => [
"/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 68
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/public/index.php"
"line" => 6
"args" => [
"/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/public/index.php"
"line" => 6
"args" => [
"/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/public/index.php"
"line" => 6
"args" => [
"/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/public/index.php"
"line" => 6
"args" => [
"/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 122
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/ficdora/AlphasTeam/public/index.php"
"line" => 6
"args" => [
"/home/ficdora/AlphasTeam/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 | "cfe2371c5cfeac86be5d07ba304c9536" |
| APP_SUBDOMAIN_ENV | "{"www":"prod","api|www.api":"prod","client|www.client":"prod","membre|www.membre":"dev"}" |
| DATABASE_URL | "mysql://ficdoraatg:Chris557996@ficdoraatg.mysql.db/ficdoraatg?charset=utf8mb4" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_ENGINE | "php" |
| APP_ENGINE_VERSION | "8.4" |
| CFG_CLUSTER | "cluster131" |
| CONTENT_TYPE | "application/json" |
| DOCUMENT_ROOT | "/home/ficdora/AlphasTeam/public" |
| ENVIRONMENT | "production" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| GEOIP_AREA_CODE | "0" |
| GEOIP_COUNTRY_CODE | "US" |
| GEOIP_COUNTRY_NAME | "United States" |
| GEOIP_DMA_CODE | "0" |
| GEOIP_LATITUDE | "37.750999" |
| GEOIP_LONGITUDE | "-97.821999" |
| HTTPS | "on" |
| HTTP_ACCEPT | "application/json" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate" |
| HTTP_HOST | "boutique.alphasteam.be" |
| HTTP_REMOTE_IP | "34.156.63.98" |
| HTTP_USER_AGENT | "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" |
| HTTP_X_FORWARDED_FOR | "34.156.63.98" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_LIVEWIRE | "1" |
| HTTP_X_OVHREQUEST_ID | "064873db46c671ce94b95f4ba4738978" |
| HTTP_X_PREDICTOR | "1" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REMOTE_ADDR | "34.156.63.98" |
| REMOTE_PORT | "52882" |
| REQUEST_METHOD | "GET" |
| REQUEST_TIME | 1789017697 |
| REQUEST_TIME_FLOAT | 1789017697.9545 |
| REQUEST_URI | "/" |
| SCRIPT_FILENAME | "/home/ficdora/AlphasTeam/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://boutique.alphasteam.be:443/" |
| SCRIPT_URL | "/" |
| SERVER_ADDR | "10.131.20.15" |
| SERVER_ADMIN | "postmaster@boutique.alphasteam.be" |
| SERVER_NAME | "boutique.alphasteam.be" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SYMFONY_DOTENV_PATH | "/home/ficdora/AlphasTeam/.env" |
| SYMFONY_DOTENV_VARS | "APP_SUBDOMAIN_ENV,APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN" |
| UNIQUE_ID | "aqI@YWW7Pfqy1x2QtCmqdAAAAhQ" |
| USER | "ficdora" |
| argc | 0 |
| argv | [] |
Parent Request
Return to parent request (token = 0c1bcf)
| Key | Value |
|---|---|
| _controller | "App\Controller\Dashboard\DashboardEndroitsController::index" |
| _firewall_context | "security.firewall.map.context.main" |
| _links | Symfony\Component\WebLink\GenericLinkProvider {#1456 -links: [ 1259 => Symfony\Component\WebLink\Link {#1259 -href: "/assets/styles/app-2c311d22d46ea7b2f764252d76fcd44e.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1260 => Symfony\Component\WebLink\Link {#1260 -href: "/assets/styles/todolist-a2419a960416f180a51eccdf4c59e3f2.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1257 => Symfony\Component\WebLink\Link {#1257 -href: "/assets/styles/suivisbalance-884e248413ad706e264c9f1ec6e85a0e.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1256 => Symfony\Component\WebLink\Link {#1256 -href: "/assets/styles/modal-265d5a4f1139d8d2f8a09e575504ec4d.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1258 => Symfony\Component\WebLink\Link {#1258 -href: "/assets/styles/loader-5db324de357de757ee665524710799dd.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1254 => Symfony\Component\WebLink\Link {#1254 -href: "/assets/styles/timeline-02d2136a7450d754f9cad7664c1b53c6.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1255 => Symfony\Component\WebLink\Link {#1255 -href: "/assets/vendor/tom-select/dist/css/tom-select.bootstrap5-d1198a1334645c68df961af727e3c4fe.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1252 => Symfony\Component\WebLink\Link {#1252 -href: "/assets/vendor/cropperjs/dist/cropper.min-786c5fe84ce611931456900256fe55cb.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1253 => Symfony\Component\WebLink\Link {#1253 -href: "/assets/@symfony/ux-cropperjs/style.min-dbd31982885e2d6248dce69bde24b693.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } 1250 => Symfony\Component\WebLink\Link {#1250 -href: "/assets/@symfony/ux-toggle-password/style.min-5e618820edffa03a5d0bc084711aa125.css" -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] } ] } |
| _remove_csp_headers | true |
| _route | "endroits.index" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#548 -options: [ "username_parameter" => "_username" "password_parameter" => "_password" "check_path" => "app_login" "post_only" => true "form_only" => false "enable_csrf" => true "csrf_parameter" => "_csrf_token" "csrf_token_id" => "authenticate" "login_path" => "app_login" "use_forward" => false ] -httpKernel: ? Symfony\Component\HttpKernel\HttpKernelInterface -httpUtils: Symfony\Component\Security\Http\HttpUtils {#562 …} -userProvider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#547 …} -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#566 …} -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#552 …} } Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#593 -secret: "cfe2371c5cfeac86be5d07ba304c9536" -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#340 …} -cookieName: "REMEMBERME" -logger: Monolog\Logger {#551 …} -rememberMeHandler: Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler {#595 …} } ] |
| _stopwatch_token | "62fe37" |