https://up-paris.com/mobilier/Cache

FrontController :: mobilierListe

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\FrontController::mobilierListe"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"paul_mobilier_cat"
_route_params
[
  "categorie" => "Cache"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"aa799a"
categorie
"Cache"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"up-paris.com"
remote-ip
"20.171.207.132"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"20.171.207.132"
x-forwarded-proto
"https"
x-openai-host-hash
"388158320"
x-ovhrequest-id
"9b3c0280fb1f3afaf612022ef2381944"
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
"Sat, 28 Jun 2025 14:14:48 GMT"
x-debug-exception
"Notice%3A%20Undefined%20variable%3A%20cat"
x-debug-exception-file
"%2Fhome%2Fupparik%2Fwww%2Fsrc%2FController%2FFrontController.php:382"
x-debug-token
"a50fc2"
x-debug-token-link
"https://up-paris.com/_profiler/5edc41"
x-previous-debug-token
"5edc41"
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
"68ffb5d0443d76a5152632c889340d76"
DATABASE_URL
"mysql://upparikmabasesql:NoeMonAmour2002@upparikmabasesql.mysql.db:3306/upparikmabasesql"
MAILER_DSN
"smtp://stephane.lesage82:aZerty!1204@smtp.orange.fr:465"
NOM_SITE
"upparis.com"
PATH_LOCAL
"/"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster031"
DOCUMENT_ROOT
"/home/upparik/www"
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
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"up-paris.com"
HTTP_REMOTE_IP
"20.171.207.132"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"20.171.207.132"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OPENAI_HOST_HASH
"388158320"
HTTP_X_OVHREQUEST_ID
"9b3c0280fb1f3afaf612022ef2381944"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/mobilier/Cache"
REMOTE_ADDR
"20.171.207.132"
REMOTE_PORT
"58970"
REQUEST_METHOD
"GET"
REQUEST_TIME
1751120088
REQUEST_TIME_FLOAT
1751120088.4937
REQUEST_URI
"/mobilier/Cache"
SCRIPT_FILENAME
"/home/upparik/www/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://up-paris.com:443/mobilier/Cache"
SCRIPT_URL
"/mobilier/Cache"
SERVER_ADDR
"10.31.20.2"
SERVER_ADMIN
"postmaster@up-paris.com"
SERVER_NAME
"up-paris.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,NOM_SITE,PATH_LOCAL,DATABASE_URL"
UNIQUE_ID
"aF-42HW9cAJf5ep-QJfrHAAAAXA"
USER
"upparik"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 5edc41)

Key Value
_controller
"error_controller"
_stopwatch_token
"933fd8"
exception
ErrorException {#979
  #message: "Notice: Undefined variable: cat"
  #code: 0
  #file: "/home/upparik/www/src/Controller/FrontController.php"
  #line: 382
  #severity: E_NOTICE
  trace: {
    /home/upparik/www/src/Controller/FrontController.php:382 {
      App\Controller\FrontController->mobilierListe($categorie): Response …
      › // recupère les objets$allMob = $this->mob->findCatParOrdre($cat[0]->getId());// dump($allMob);
    }
    /home/upparik/www/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: {
        $categorie: "Cache"
      }
    }
    /home/upparik/www/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = __CLASS__) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#62 …}
        $type: 1
      }
    }
    /home/upparik/www/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = __CLASS__) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#62 …}
        $type: 1
        $catch: true
      }
    }
    /home/upparik/www/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 {#62 …}
      }
    }
    /home/upparik/www/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/upparik/www/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/upparik/www/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#36 …6}