https://renovathome.djabdigital.com/realisation/isolation-de-facade-2

AchievementController :: show

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\AchievementController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"realisation"
_route_params
[
  "slug" => "isolation-de-facade-2"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"ed67da"
slug
"isolation-de-facade-2"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br"
host
"renovathome.djabdigital.com"
referer
"https://renovathome.djabdigital.com/"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"
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
"Wed, 03 Dec 2025 10:01:29 GMT"
x-debug-exception
"Unable%20to%20generate%20a%20URL%20for%20the%20named%20route%20%22realisations%22%20as%20such%20route%20does%20not%20exist."
x-debug-exception-file
"%2Fhome%2Fu847847315%2Fdomains%2Fdjabdigital.com%2Fpublic_html%2Frenovathome%2Fvendor%2Fsymfony%2Frouting%2FGenerator%2FCompiledUrlGenerator.php:50"
x-debug-token
"97df7c"
x-debug-token-link
"https://renovathome.djabdigital.com/_profiler/7deb2a"
x-previous-debug-token
"7deb2a"
x-robots-tag
"noindex"

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
"f58909845c63332481bf2852c5ca685f"
DATABASE_URL
"mysql://u847847315_renovathome:Djab24dev@127.0.0.1:3306/u847847315_renovathome"
MAILER_DSN
"sendmail://default"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/public"
CRAWLER_LOAD_LIMIT_ENFORCE
"25"
CRAWLER_USLEEP
"1000"
DOCUMENT_ROOT
"/home/u847847315/domains/djabdigital.com/public_html/renovathome"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_HOST
"renovathome.djabdigital.com"
HTTP_REFERER
"https://renovathome.djabdigital.com/"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"
H_CANARY
"false"
H_PLATFORM
"Hostinger"
H_STAGING
"false"
H_TYPE
"shared"
LSPHP_ProcessGroup
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/realisation/isolation-de-facade-2"
REMOTE_ADDR
"190.109.124.232"
REMOTE_PORT
"42878"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1764756089
REQUEST_TIME_FLOAT
1764756089.6106
REQUEST_URI
"/realisation/isolation-de-facade-2"
SCRIPT_FILENAME
"/home/u847847315/domains/djabdigital.com/public_html/renovathome/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://renovathome.djabdigital.com/realisation/isolation-de-facade-2"
SCRIPT_URL
"/realisation/isolation-de-facade-2"
SERVER_ADDR
"46.202.156.109"
SERVER_ADMIN
""
SERVER_NAME
"renovathome.djabdigital.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
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN"
UNIQUE_ID
"nGTI5wl7jY-jJKqWeUt-gFhs"
X-LSCACHE
"on,crawler,esi,combine"

Sub Requests 1

ErrorController (token = 7deb2a)

Key Value
_controller
"error_controller"
_stopwatch_token
"b5eb17"
exception
Symfony\Component\Routing\Exception\RouteNotFoundException {#1663
  #message: "Unable to generate a URL for the named route "realisations" as such route does not exist."
  #code: 0
  #file: "/home/u847847315/domains/djabdigital.com/public_html/renovathome/vendor/symfony/routing/Generator/CompiledUrlGenerator.php"
  #line: 50
  trace: {
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/vendor/symfony/routing/Generator/CompiledUrlGenerator.php:50 {
      Symfony\Component\Routing\Generator\CompiledUrlGenerator->generate(string $name, array $parameters = [], int $referenceType = self::ABSOLUTE_PATH) …
      › if (!isset($this->compiledRoutes[$name])) {    throw new RouteNotFoundException(sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name));}
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/vendor/symfony/routing/Router.php:235 {
      Symfony\Component\Routing\Router->generate(string $name, array $parameters = [], int $referenceType = self::ABSOLUTE_PATH) …
      › {    return $this->getGenerator()->generate($name, $parameters, $referenceType);}
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/vendor/symfony/framework-bundle/Controller/AbstractController.php:142 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->generateUrl(string $route, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string …
      › {    return $this->container->get('router')->generate($route, $parameters, $referenceType);}
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/vendor/symfony/framework-bundle/Controller/AbstractController.php:172 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->redirectToRoute(string $route, array $parameters = [], int $status = 302): RedirectResponse …
      › {    return $this->redirect($this->generateUrl($route, $parameters), $status);}
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/src/Controller/AchievementController.php:57 {
      App\Controller\AchievementController->show($slug) …
      › if (!$realisation){\r    return $this->redirectToRoute('realisations');\r}\r
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/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);}
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/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) {
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/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 {
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/u847847315/domains/djabdigital.com/public_html/renovathome/public/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/home/u847847315/domains/djabdigital.com/public_html/renovathome/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#59 …8}