https://www.amicalecga.com/vehicule/7/Admin/edit

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"e537c3"
exception
Twig\Error\RuntimeError {#1371
  -lineno: 97
  -name: "Global/header.html.twig"
  -rawMessage: "Impossible to access an attribute ("username") on a null variable."
  -sourcePath: "/home/amicala/www/Amicale/templates/Global/header.html.twig"
  -sourceCode: """
    <!-- start: header -->\r\n
    <header class="header">\r\n
        <div class="logo-container">\r\n
            <a href="../4.0.0" class="logo">\r\n
                <img src="{{ asset('build/images/logo.png')}}" width="75" height="35" alt="Porto Admin" />\r\n
            </a>\r\n
            <div class="d-md-none toggle-sidebar-left" data-toggle-class="sidebar-left-opened" data-target="html" data-fire-event="sidebar-left-opened">\r\n
                <i class="fas fa-bars" aria-label="Toggle sidebar"></i>\r\n
            </div>\r\n
        </div>\r\n
        <!-- start: search & user box -->\r\n
        <div class="header-right">\r\n
         \r\n
            <span class="separator"></span>\r\n
    \t\t{% if is_granted('ROLE_ADMIN')%}\r\n
            <ul class="notifications">\r\n
                <li>\r\n
                    <a href="#" class="dropdown-toggle notification-icon" data-bs-toggle="dropdown">\r\n
                        <i class="bx bx-list-ol"></i>\r\n
                        <span class="badge">3</span>\r\n
                    </a>\r\n
                    <div class="dropdown-menu notification-menu large">\r\n
                        <div class="notification-title">\r\n
                            <span class="float-end badge badge-default">3</span>\r\n
                            Prestation\r\n
                        </div>\r\n
                        <div class="content">\r\n
                            <ul>\r\n
                                <li>\r\n
                                    <p class="clearfix mb-1">\r\n
                                        <span class="message float-start">Prestation Payée</span>\r\n
                                        {% if services.getSumPrestation({'etat':'Total'})==0 %}\r\n
                                            <span class="message float-end text-dark">{{ ((services.getSumPrestation({'etat':'Payer'})/1)*100)|format_number(style='percent')   }}</span>\r\n
    \r\n
                                        {% else %}\r\n
                                            <span class="message float-end text-dark">{{ ((services.getSumPrestation({'etat':'Payer'})/services.getSumPrestation({'etat':'Total'}))*100)|format_number(style='percent')   }}</span>\r\n
                                        {% endif %}\r\n
                                    </p>\r\n
                                    <div class="progress progress-xs light">\r\n
                                        {% if services.getSumPrestation({'etat':'Total'})==0 %}\r\n
                                            <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:{{ (services.getSumPrestation({'etat':'Payer'})/1)*100 }}%;"></div>\r\n
                                        {% else %}\r\n
                                            <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:{{ (services.getSumPrestation({'etat':'Payer'})/services.getSumPrestation({'etat':'Total'}))*100 }}%;"></div>\r\n
    \r\n
                                        {% endif %}\r\n
                                    </div>\r\n
                                </li>\r\n
                                <li>\r\n
                                    <p class="clearfix mb-1">\r\n
                                        <span class="message float-start">Prestation validée</span>\r\n
                                        {% if services.getSumPrestation({'etat':'Total'})==0 %}\r\n
                                            <span class="message float-end text-dark">{{ ((services.getSumPrestation({'etat':'Valider'})/1)*100)|format_number(style='percent')   }}</span>\r\n
    \r\n
                                        {% else %}\r\n
                                            <span class="message float-end text-dark">{{ ((services.getSumPrestation({'etat':'Valider'})/services.getSumPrestation({'etat':'Total'}))*100)|format_number(style='percent')   }}</span>\r\n
                                        {% endif %}                                </p>\r\n
                                    <div class="progress progress-xs light">\r\n
                                        {% if services.getSumPrestation({'etat':'Total'})==0 %}\r\n
                                            <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:{{ (services.getSumPrestation({'etat':'Valider'})/1)*100 }}%;"></div>\r\n
                                        {% else %}\r\n
                                            <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:{{ (services.getSumPrestation({'etat':'Valider'})/services.getSumPrestation({'etat':'Total'}))*100 }}%;"></div>\r\n
    \r\n
                                        {% endif %}                                </div>\r\n
                                </li>\r\n
                                <li>\r\n
                                    <p class="clearfix mb-1">\r\n
                                        <span class="message float-start">Prestation en cour</span>\r\n
                                        {% if services.getSumPrestation({'etat':'Total'})==0 %}\r\n
                                            <span class="message float-end text-dark">{{ ((services.getSumPrestation({'etat':'cour'})/1)*100)|format_number(style='percent')   }}</span>\r\n
    \r\n
                                        {% else %}\r\n
                                            <span class="message float-end text-dark">{{ ((services.getSumPrestation({'etat':'cour'})/services.getSumPrestation({'etat':'Total'}))*100)|format_number(style='percent')   }}</span>\r\n
                                        {% endif %}                                 </p>\r\n
                                    <div class="progress progress-xs light mb-1">\r\n
                                        {% if services.getSumPrestation({'etat':'Total'})==0 %}\r\n
                                            <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:{{ (services.getSumPrestation({'etat':'cour'})/1)*100 }}%;"></div>\r\n
                                        {% else %}\r\n
                                            <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:{{ (services.getSumPrestation({'etat':'cour'})/services.getSumPrestation({'etat':'Total'}))*100 }}%;"></div>\r\n
    \r\n
                                        {% endif %}                                 </div>\r\n
                                </li>\r\n
                            </ul>\r\n
                        </div>\r\n
                    </div>\r\n
                </li>\r\n
                \r\n
    \r\n
            </ul>\r\n
    \t\t{% endif%}\r\n
            <span class="separator"></span>\r\n
            <div id="userbox" class="userbox">\r\n
                <a href="#" data-bs-toggle="dropdown">\r\n
                    <figure class="profile-picture">\r\n
                        <img src="{{ asset('build/images/logged-user.jpg')}}" alt="Joseph Doe" class="rounded-circle" data-lock-picture="{{ asset('build/images/logged-user.jpg')}}" />\r\n
                    </figure>\r\n
                    <div class="profile-info" data-lock-name="John Doe" data-lock-email="johndoe@okler.com">\r\n
                        <span class="name">{{ services.getUser().username }}</span>\r\n
                        {% if is_granted('ROLE_ADMIN')%}\r\n
                            <span class="role">Administrateur</span>\r\n
                        {% else %}\r\n
                            <span class="role">Adhérent</span>\r\n
                        {% endif %}\r\n
                    </div>\r\n
                    <i class="fa custom-caret"></i>\r\n
                </a>\r\n
                <div class="dropdown-menu">\r\n
                    <ul class="list-unstyled mb-2">\r\n
                        <li class="divider"></li>\r\n
                        <li>\r\n
                           \r\n
                            <a role="menuitem" tabindex="-1" href="{{ path('app_user') }}"><i class="bx bx-user-circle"></i> My Profile</a>\r\n
                        </li>\r\n
    \r\n
                        <li>\r\n
                            <a role="menuitem" tabindex="-1" href="{{ path('app_logout') }}"><i class="bx bx-power-off"></i> Logout</a>\r\n
                        </li>\r\n
                    </ul>\r\n
                </div>\r\n
            </div>\r\n
        </div>\r\n
        <!-- end: search & user box -->\r\n
    </header>\r\n
    <!-- end: header -->
    """
  #message: "Impossible to access an attribute ("username") on a null variable."
  #code: 0
  #file: "/home/amicala/www/Amicale/templates/Global/header.html.twig"
  #line: 97
  trace: {
    /home/amicala/www/Amicale/templates/Global/header.html.twig:97 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › <div class="profile-info" data-lock-name="John Doe" data-lock-email="johndoe@okler.com">\r    <span class="name">{{ services.getUser().username }}</span>\r    {% if is_granted('ROLE_ADMIN')%}\r
    }
    /home/amicala/www/Amicale/templates/Global/header.html.twig:97 {
      __TwigTemplate_0c39b23ed971b2765f8d18738ca6a8f9cc8aa73f639e42c5ef705cfce8b57795->doDisplay(array $context, array $blocks = []) …
      › <div class="profile-info" data-lock-name="John Doe" data-lock-email="johndoe@okler.com">\r    <span class="name">{{ services.getUser().username }}</span>\r    {% if is_granted('ROLE_ADMIN')%}\r
      arguments: {
        $env: Twig\Environment {#702 …}
        $source: Twig\Source {#1379 …}
        $object: null
        $item: "username"
        $arguments: []
        $type: "any"
        $isDefinedTest: false
        $ignoreStrictCheck: false
        $sandboxed: false
        $lineno: 97
      }
    }
    /home/amicala/www/Amicale/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      arguments: {
        $context: [ …5]
        $blocks: [ …4]
      }
    }
    /home/amicala/www/Amicale/templates/Global/layout.html.twig:27 {
      __TwigTemplate_a224fe8bf0fac3f05838fabbcdad23e1bb759075a297d723897fa568d8d39753->doDisplay(array $context, array $blocks = []) …
      › \r{% include 'Global/header.html.twig' %}\r\r
      arguments: {
        $context: [ …5]
      }
    }
    /home/amicala/www/Amicale/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      arguments: {
        $context: [ …5]
        $blocks: [ …4]
      }
    }
    /home/amicala/www/Amicale/var/cache/dev/twig/a1/a170ecc8e22144ca9ebc252ccb06171e18e9b98d08ea2fcb2553190c9b0c0c0e.php:55 {
      __TwigTemplate_808b70cdd4bcbce114be8df4fb8e7c6a66331b4568216760792cb0ec0e6da51f->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("Global/layout.html.twig", "vehicule/new.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …5]
        $blocks: [ …5]
      }
    }
    /home/amicala/www/Amicale/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      arguments: {
        $context: [ …5]
        $blocks: [ …4]
      }
    }
    /home/amicala/www/Amicale/vendor/twig/twig/src/Template.php:335 {
      Twig\Template->render(array $context): string …
      › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
      arguments: {
        $context: [ …4]
      }
    }
    /home/amicala/www/Amicale/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
      arguments: {
        $context: [ …2]
      }
    }
    /home/amicala/www/Amicale/vendor/twig/twig/src/Environment.php:307 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …2]
      }
    }
    /home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
      arguments: {
        $name: "vehicule/new.html.twig"
        $context: [ …2]
      }
    }
    /home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);arguments: {
        $view: "vehicule/new.html.twig"
        $parameters: [ …2]
      }
    }
    /home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php:304 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderForm(string $view, array $parameters = [], ?Response $response = null): Response …
      › 
      ›     return $this->render($view, $parameters, $response);}
      arguments: {
        $view: "vehicule/new.html.twig"
        $parameters: [ …2]
        $response: Symfony\Component\HttpFoundation\Response {#1065 …}
      }
    }
    /home/amicala/www/Amicale/src/Controller/VehiculeController.php:53 {
      App\Controller\VehiculeController->new(Request $request, ?Vehicule $vehicule = null, VehiculeRepository $vehiculeRepository, $idadr = null, AppSevices $services): Response …
      ›     'vehicule' => $vehicule,    'form' => $form,]);
      arguments: {
        $view: "vehicule/new.html.twig"
        $parameters: [ …2]
      }
    }
    /home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#63 …}
        $vehicule: App\Entity\Vehicule {#636 …}
        $vehiculeRepository: App\Repository\VehiculeRepository {#796 …}
        $idadr: null
        $services: App\Services\AppSevices {#936 …}
      }
    }
    /home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#63 …}
        $type: 1
      }
    }
    /home/amicala/www/Amicale/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#63 …}
        $type: 1
        $catch: true
      }
    }
    /home/amicala/www/Amicale/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 {#63 …}
      }
    }
    /home/amicala/www/Amicale/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/amicala/www/Amicale/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#28 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
cookie
"PHPSESSID=54944539cbef0d981a773068bbb00631"
from
"gptbot(at)openai.com"
host
"www.amicalecga.com"
remote-ip
"74.7.242.13"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-forwarded-for
"74.7.242.13"
x-forwarded-proto
"https"
x-openai-host-hash
"79756752"
x-ovhrequest-id
"8c7f50fd2102fe44e78f40a9edabba1a"
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
"text/html; charset=UTF-8"
date
"Tue, 16 Dec 2025 06:06:18 GMT"
vary
"Accept"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22username%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fhome%2Famicala%2Fwww%2FAmicale%2Ftemplates%2FGlobal%2Fheader.html.twig:97"
x-debug-token
"9c86f4"

Cookies

Request Cookies

Key Value
PHPSESSID
"54944539cbef0d981a773068bbb00631"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Tue, 16 Dec 25 07:05:27 +0100"
Last used
"Tue, 16 Dec 25 07:06:14 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-vehicule
"gX4e8PyoDwq7nEAw_vtNcg5x0aktoZnr0goSlrnF3tA"

Session Usage

4 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 297
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/src/Controller/VehiculeController.php"
    "line" => 53
    "function" => "renderForm"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "new"
    "class" => "App\Controller\VehiculeController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/public/index.php"
    "line" => 5
    "args" => [
      "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 297
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/src/Controller/VehiculeController.php"
    "line" => 53
    "function" => "renderForm"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "new"
    "class" => "App\Controller\VehiculeController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/public/index.php"
    "line" => 5
    "args" => [
      "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 297
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/src/Controller/VehiculeController.php"
    "line" => 53
    "function" => "renderForm"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "new"
    "class" => "App\Controller\VehiculeController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/public/index.php"
    "line" => 5
    "args" => [
      "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    "line" => 70
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/twig-bridge/Extension/SecurityExtension.php"
    "line" => 52
    "function" => "isGranted"
    "class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/var/cache/dev/twig/4c/4ce4971c9564f4d834a0bd8f01f47dee3837e019233cd3d4a2ccd772359bfbc9.php"
    "line" => 63
    "function" => "isGranted"
    "class" => "Symfony\Bridge\Twig\Extension\SecurityExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0c39b23ed971b2765f8d18738ca6a8f9cc8aa73f639e42c5ef705cfce8b57795"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/var/cache/dev/twig/16/164bcaedbd0dfe9316074931ca3a3c63ce71122bf85c45ff5f91baadf9b2b763.php"
    "line" => 84
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_a224fe8bf0fac3f05838fabbcdad23e1bb759075a297d723897fa568d8d39753"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/var/cache/dev/twig/a1/a170ecc8e22144ca9ebc252ccb06171e18e9b98d08ea2fcb2553190c9b0c0c0e.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_808b70cdd4bcbce114be8df4fb8e7c6a66331b4568216760792cb0ec0e6da51f"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/twig/twig/src/Environment.php"
    "line" => 307
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 304
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/src/Controller/VehiculeController.php"
    "line" => 53
    "function" => "renderForm"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "new"
    "class" => "App\Controller\VehiculeController"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/amicala/www/Amicale/public/index.php"
    "line" => 5
    "args" => [
      "/home/amicala/www/Amicale/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"ed33ff21e7dcd0662966619d935d8fff"
DATABASE_URL
"mysql://amicalamanachou:08741423Ma@amicalamanachou.mysql.db:3306/amicalamanachou?serverVersion=8&charset=utf8mb4"
MAILER_DSN
"smtp://cga@amicalecga.com:08741423Ma@ssl0.ovh.net:587?encryption=tls"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
CFG_CLUSTER
"cluster123"
DOCUMENT_ROOT
"/home/amicala/www/Amicale/public"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"408"
GEOIP_CITY
"San Jose"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"807"
GEOIP_LATITUDE
"37.294102"
GEOIP_LONGITUDE
"-121.899597"
GEOIP_REGION
"CA"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_COOKIE
"PHPSESSID=54944539cbef0d981a773068bbb00631"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"www.amicalecga.com"
HTTP_REMOTE_IP
"74.7.242.13"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"74.7.242.13"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OPENAI_HOST_HASH
"79756752"
HTTP_X_OVHREQUEST_ID
"8c7f50fd2102fe44e78f40a9edabba1a"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/index.php"
PHP_VER
"5_3"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/vehicule/7/Admin/edit"
REGISTER_GLOBALS
"0"
REMOTE_ADDR
"74.7.242.13"
REMOTE_PORT
"38956"
REQUEST_METHOD
"GET"
REQUEST_TIME
1765865178
REQUEST_TIME_FLOAT
1765865178.7282
REQUEST_URI
"/vehicule/7/Admin/edit"
SCRIPT_FILENAME
"/home/amicala/www/Amicale/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.amicalecga.com:443/vehicule/7/Admin/edit"
SCRIPT_URL
"/vehicule/7/Admin/edit"
SERVER_ADDR
"10.123.20.10"
SERVER_ADMIN
"postmaster@www.amicalecga.com"
SERVER_NAME
"www.amicalecga.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
UNIQUE_ID
"aUD22lE2xG@p4EyflAxXmQAABQU"
USER
"amicala"
argc
0
argv
[]

Parent Request

Return to parent request (token = b2c61a)

Key Value
_controller
"App\Controller\VehiculeController::new"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_vehicule_edit"
_route_params
[
  "id" => "7"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"7eb158"
id
"7"
vehicule
App\Entity\Vehicule {#636
  -id: 7
  -immatriculation: "4331TU124"
  -marque: "ford"
  -modele: "focus"
  -couleur: "noire"
  -adherent: Proxies\__CG__\App\Entity\Adherent {#713 …}
  -parking: Proxies\__CG__\App\Entity\Parking {#752 …}
  -moisDebut: 1
  -moisFin: null
}