https://www.dev.cbrc51.fr/article/5&amp

ArticleController :: ShowArticle

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\ArticleController::ShowArticle"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"show_article"
_route_params
[
  "articleid" => "5&amp"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"c97ecd"
articleid
"5&amp"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"www.dev.cbrc51.fr"
remote-ip
"20.171.207.158"
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.158"
x-forwarded-proto
"https"
x-openai-host-hash
"239613867"
x-ovhrequest-id
"cde56154613d1ab9fcb061d18bc88445"
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
"Sun, 06 Jul 2025 10:28:57 GMT"
vary
"Accept"
x-debug-exception
"App%5CController%5CArticleController%3A%3AShowArticle%28%29%3A%20Argument%20%231%20%28%24articleid%29%20must%20be%20of%20type%20int%2C%20string%20given%2C%20called%20in%20%2Fhome%2Fmaixmebouz%2Fwww%2Fdev%2Fcbrc%2Fvendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php%20on%20line%20163"
x-debug-exception-file
"%2Fhome%2Fmaixmebouz%2Fwww%2Fdev%2Fcbrc%2Fsrc%2FController%2FArticleController.php:34"
x-debug-token
"eca576"
x-debug-token-link
"https://www.dev.cbrc51.fr/_profiler/5565de"
x-previous-debug-token
"5565de"
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_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"807f211ba43e5e512a3a520794c063e0"
DATABASE_URL
"mysql://maixmebouzdev:c2cM9XB55r@maixmebouzdev.mysql.db/maixmebouzdev"
GOOGLE_RECAPTCHA_SECRET
""
GOOGLE_RECAPTCHA_SITE_KEY
""

Defined as regular env variables

Key Value
CFG_CLUSTER
"cluster023"
DOCUMENT_ROOT
"/home/maixmebouz/www/dev/cbrc/public"
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
"www.dev.cbrc51.fr"
HTTP_REMOTE_IP
"20.171.207.158"
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.158"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OPENAI_HOST_HASH
"239613867"
HTTP_X_OVHREQUEST_ID
"cde56154613d1ab9fcb061d18bc88445"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/article/5&amp"
REMOTE_ADDR
"20.171.207.158"
REMOTE_PORT
"63480"
REQUEST_METHOD
"GET"
REQUEST_TIME
1751797737
REQUEST_TIME_FLOAT
1751797737.525
REQUEST_URI
"/article/5&amp"
SCRIPT_FILENAME
"/home/maixmebouz/www/dev/cbrc/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.dev.cbrc51.fr:443/article/5&amp"
SCRIPT_URL
"/article/5&amp"
SERVER_ADDR
"10.23.20.1"
SERVER_ADMIN
"postmaster@www.dev.cbrc51.fr"
SERVER_NAME
"www.dev.cbrc51.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_SECRET,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,APP_ENV,APP_DEBUG,DATABASE_URL"
UNIQUE_ID
"aGpP6YkNiYR17lA0-NkiYAAAATc"
USER
"maixmebouz"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 5565de)

Key Value
_controller
"error_controller"
_stopwatch_token
"5904b6"
exception
TypeError {#425
  #message: "App\Controller\ArticleController::ShowArticle(): Argument #1 ($articleid) must be of type int, string given, called in /home/maixmebouz/www/dev/cbrc/vendor/symfony/http-kernel/HttpKernel.php on line 163"
  #code: 0
  #file: "/home/maixmebouz/www/dev/cbrc/src/Controller/ArticleController.php"
  #line: 34
  trace: {
    /home/maixmebouz/www/dev/cbrc/src/Controller/ArticleController.php:34 {
      App\Controller\ArticleController->ShowArticle(int $articleid, Request $request) …
      ›  */public function ShowArticle(int $articleid, Request $request){
    }
    /home/maixmebouz/www/dev/cbrc/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: {
        $articleid: "5&amp"
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
      }
    }
    /home/maixmebouz/www/dev/cbrc/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 {#52 …}
        $type: 1
      }
    }
    /home/maixmebouz/www/dev/cbrc/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 {#52 …}
        $type: 1
        $catch: true
      }
    }
    /home/maixmebouz/www/dev/cbrc/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#52 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#23 …9}