https://tracol.juca-stage.idp.lu/habiter

HabiterAction

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Action\HabiterAction"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"habiter"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"e4af8a"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"tracol.juca-stage.idp.lu"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-openai-host-hash
"982825574"
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
"Tue, 18 Mar 2025 14:04:33 GMT"
x-debug-exception
"Notice%3A%20Undefined%20property%3A%20App%5CAction%5CHabiterAction%3A%3A%24templateResponder"
x-debug-exception-file
"%2Fhome%2Fjuca-stage%2Fsites%2Fsym%2Ftracol%2Fsrc%2FAction%2FHabiterAction.php:20"
x-debug-token
"dc5dc7"
x-debug-token-link
"https://tracol.juca-stage.idp.lu/_profiler/55c229"
x-previous-debug-token
"55c229"
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
"356aa6f9c530f6c3214a88c604a4b3ef"
DATABASE_URL
"mysql://jumo:D3vS!t,3P4s5.@localhost:3306/dev_jumo_sym_tracol?serverVersion=mariadb-10.3.25"
MAILCHIMP_API_KEY
"3f38fd56eadc4f367a76cda02fac62b4-us13"
MAILCHIMP_LIST_ID
"1b546782a6"
MAILER_DSN
"smtp://quaring@not-reply.lu:hmybCqRuJO55@SSL0.OVH.NET:465"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/juca-stage/sites/sym/tracol/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/juca-stage/sites/sym/tracol/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"tracol.juca-stage.idp.lu"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"982825574"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://tracol.juca-stage.idp.lu/habiter"
REDIRECT_SCRIPT_URL
"/habiter"
REDIRECT_SSL_TLS_SNI
"tracol.juca-stage.idp.lu"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/habiter"
REMOTE_ADDR
"20.171.207.12"
REMOTE_PORT
"48258"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1742306673
REQUEST_TIME_FLOAT
1742306673.41
REQUEST_URI
"/habiter"
SCRIPT_FILENAME
"/home/juca-stage/sites/sym/tracol/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://tracol.juca-stage.idp.lu/habiter"
SCRIPT_URL
"/habiter"
SERVER_ADDR
"157.90.88.250"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"tracol.juca-stage.idp.lu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"tracol.juca-stage.idp.lu"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,MAILCHIMP_API_KEY,MAILCHIMP_LIST_ID"

Sub Requests 1

ErrorController (token = 55c229)

Key Value
_controller
"error_controller"
_stopwatch_token
"d0bc84"
exception
ErrorException {#720
  #message: "Notice: Undefined property: App\Action\HabiterAction::$templateResponder"
  #code: 0
  #file: "/home/juca-stage/sites/sym/tracol/src/Action/HabiterAction.php"
  #line: 20
  #severity: E_NOTICE
  trace: {
    /home/juca-stage/sites/sym/tracol/src/Action/HabiterAction.php:20 {
      App\Action\HabiterAction->__invoke() …
      › {    return $this->templateResponder->__invoke('habiter.html.twig');}
    }
    /home/juca-stage/sites/sym/tracol/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/juca-stage/sites/sym/tracol/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) {
    }
    /home/juca-stage/sites/sym/tracol/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/juca-stage/sites/sym/tracol/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/juca-stage/sites/sym/tracol/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/juca-stage/sites/sym/tracol/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/juca-stage/sites/sym/tracol/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#166 …8}