https://subvention.donjmi.com/etat/4

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
"5ad506"
exception
Twig\Error\RuntimeError {#661
  -lineno: 21
  -name: "etat_ope/show.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_etat_ope_index" as such route does not exist.")."
  -sourcePath: "/home/u291798906/domains/subvention.donjmi.com/templates/etat_ope/show.html.twig"
  -sourceCode: """
    {% extends 'base.html.twig' %}\n
    \n
    {% block title %}EtatOpe{% endblock %}\n
    \n
    {% block body %}\n
        <h1>EtatOpe</h1>\n
    \n
        <table class="table">\n
            <tbody>\n
                <tr>\n
                    <th>Id</th>\n
                    <td>{{ etat_ope.id }}</td>\n
                </tr>\n
                <tr>\n
                    <th>Libelle</th>\n
                    <td>{{ etat_ope.libelle }}</td>\n
                </tr>\n
            </tbody>\n
        </table>\n
    \n
        <a href="{{ path('app_etat_ope_index') }}">back to list</a>\n
    \n
        <a href="{{ path('app_etat_ope_edit', {'id': etat_ope.id}) }}">edit</a>\n
    \n
        {{ include('etat_ope/_delete_form.html.twig') }}\n
    {% endblock %}\n
    """
  #message: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "app_etat_ope_index" as such route does not exist.")."
  #code: 0
  #file: "/home/u291798906/domains/subvention.donjmi.com/templates/etat_ope/show.html.twig"
  #line: 21
  -previous: Symfony\Component\Routing\Exception\RouteNotFoundException {#666 …}
  trace: {
    /home/u291798906/domains/subvention.donjmi.com/templates/etat_ope/show.html.twig:21 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › 
      › <a href="{{ path('app_etat_ope_index') }}">back to list</a>}
    /home/u291798906/domains/subvention.donjmi.com/templates/base.html.twig:12 {
      __TwigTemplate_521a8a6c2422d43330e23334374fbe284393b93e01ebeafaf85bed7c816894ea->doDisplay(array $context, array $blocks = []) …
      › <body>    {% block body %}{% endblock %}    <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
      arguments: {
        $name: "body"
        $context: [ …2]
        $blocks: [ …4]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …2]
        $blocks: [ …2]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      arguments: {
        $context: [ …2]
        $blocks: [ …2]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/var/cache/dev/twig/2c/2cbc1d1fd274f44511d8cd531d6f3c3b7b566eb45675af5181c49c1371f5a553.php:49 {
      __TwigTemplate_d64e9852a2dc3c7cfbde0a1b3a8b3b9b076a9f71c5359fc993cb8fd64b371303->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "etat_ope/show.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …2]
        $blocks: [ …2]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …2]
        $blocks: [ …2]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      arguments: {
        $context: [ …2]
        $blocks: [ …2]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …1]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      arguments: {
        $context: [ …1]
        ...: {
          []
        }
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …1]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/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: "etat_ope/show.html.twig"
        $context: [ …1]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/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: "etat_ope/show.html.twig"
        $parameters: [ …1]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/src/Controller/EtatOpeController.php:56 {
      App\Controller\EtatOpeController->show(EtatOpe $etatOpe): Response …
      › return $this->render('etat_ope/show.html.twig', [    'etat_ope' => $etatOpe,]);
      arguments: {
        $view: "etat_ope/show.html.twig"
        $parameters: [ …1]
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $etatOpe: App\Entity\EtatOpe {#464 …}
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
      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 {#3 …}
        $type: 1
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/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 {#3 …}
        $type: 1
        $catch: true
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/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 {#3 …}
      }
    }
    /home/u291798906/domains/subvention.donjmi.com/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/u291798906/domains/subvention.donjmi.com/public_html/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/u291798906/domains/subvention.donjmi.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#83 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"subvention.donjmi.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"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
"Sat, 08 Aug 2026 03:19:34 GMT"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Unable%20to%20generate%20a%20URL%20for%20the%20named%20route%20%22app_etat_ope_index%22%20as%20such%20route%20does%20not%20exist.%22%29."
x-debug-exception-file
"%2Fhome%2Fu291798906%2Fdomains%2Fsubvention.donjmi.com%2Ftemplates%2Fetat_ope%2Fshow.html.twig:21"
x-debug-token
"252481"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"43482d54b67507ba3c7484c30913f545"
DATABASE_URL
"mysql://u291798906_sub:Plokij*2@127.0.0.1:3306/u291798906_subvention"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CRAWLER_LOAD_LIMIT_ENFORCE
"25"
CRAWLER_USLEEP
"1000"
DOCUMENT_ROOT
"/home/u291798906/domains/subvention.donjmi.com/public_html"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"subvention.donjmi.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
H_CANARY
"false"
H_PLATFORM
"Hostinger"
H_STAGING
"false"
H_TYPE
"shared"
LSPHP_ProcessGroup
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/etat/4"
REMOTE_ADDR
"216.73.216.57"
REMOTE_PORT
"34112"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1786159174
REQUEST_TIME_FLOAT
1786159174.0146
REQUEST_URI
"/etat/4"
SCRIPT_FILENAME
"/home/u291798906/domains/subvention.donjmi.com/public_html/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://subvention.donjmi.com/etat/4"
SCRIPT_URL
"/etat/4"
SERVER_ADDR
"145.14.151.23"
SERVER_ADMIN
""
SERVER_NAME
"subvention.donjmi.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_VARS
"MESSENGER_TRANSPORT_DSN,APP_ENV,APP_SECRET,DATABASE_URL"
X-LSCACHE
"on,crawler,esi,combine"
X_SPDY
"HTTP2"
ratelimited_chrome_88
"1"
ratelimited_gptbot
"1"
ratelimited_meta_externalagent
"1"

Parent Request

Return to parent request (token = c41b39)

Key Value
_controller
"App\Controller\EtatOpeController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_etat_ope_show"
_route_params
[
  "id" => "4"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"fbd80e"
etatOpe
App\Entity\EtatOpe {#464
  -id: 4
  -libelle: " Terminé"
  -operations: Doctrine\ORM\PersistentCollection {#555 …}
}
id
"4"