Error 500 Internal Server Error

GET https://www.trise.one/products/.gitlab-ci.yml

Forwarded to ErrorController (c6324b)

ProductController :: show

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\ProductController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_product"
_route_params
[
  "id" => ".gitlab-ci.yml"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"b0bc87"
id
".gitlab-ci.yml"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
content-length
""
content-type
""
from
"gptbot(at)openai.com"
host
"www.trise.one"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-openai-host-hash
"614540542"
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
"Fri, 19 Sep 2025 01:32:45 GMT"
x-debug-exception
"App%5CController%5CProductController%3A%3Ashow%28%29%3A%20Argument%20%232%20%28%24id%29%20must%20be%20of%20type%20int%2C%20string%20given%2C%20called%20in%20%2Fvar%2Fwww%2Ftrise.one%2Fvendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php%20on%20line%20163"
x-debug-exception-file
"%2Fvar%2Fwww%2Ftrise.one%2Fsrc%2FController%2FProductController.php:30"
x-debug-token
"9edec6"
x-debug-token-link
"https://www.trise.one/_profiler/c6324b"
x-previous-debug-token
"c6324b"
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
"7ed04aa7b92bfaaa5c0c93f2f02b1e7c"
DATABASE_URL
"mysql://triseOneDB:6Dj8z3Hzu3Epae@127.0.0.1:3306/triseOne?serverVersion=mariadb-10.3.34&charset=utf8mb4"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/trise.one/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"www.trise.one"
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
"614540542"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"20.171.207.144"
REMOTE_PORT
"54806"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758245565
REQUEST_TIME_FLOAT
1758245565.2369
REQUEST_URI
"/products/.gitlab-ci.yml"
SCRIPT_FILENAME
"/var/www/trise.one/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"202.61.192.47"
SERVER_NAME
"trise.one"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.14.2"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN"
USER
"www-data"

Sub Requests 1

ErrorController (token = c6324b)

Key Value
_controller
"error_controller"
_stopwatch_token
"2e2a87"
exception
TypeError {#514
  #message: "App\Controller\ProductController::show(): Argument #2 ($id) must be of type int, string given, called in /var/www/trise.one/vendor/symfony/http-kernel/HttpKernel.php on line 163"
  #code: 0
  #file: "/var/www/trise.one/src/Controller/ProductController.php"
  #line: 30
  trace: {
    /var/www/trise.one/src/Controller/ProductController.php:30 {
      App\Controller\ProductController->show(ManagerRegistry $doctrine, int $id): Response …
      › #[Route('/products/{id}', name: 'app_product')]public function show(ManagerRegistry $doctrine, int $id) : Response{
    }
    /var/www/trise.one/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);}
    /var/www/trise.one/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/trise.one/vendor/symfony/http-kernel/Kernel.php:184 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/trise.one/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/trise.one/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/trise.one/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/trise.one/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#45 …8}