Error 500 Internal Server Error

GET http://support.septam.fr/telechargement/110

Forwarded to ErrorController (54df2e)

HomeController :: downloadFichier

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\HomeController::downloadFichier"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_download"
_route_params
[
  "idFichier" => "110"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"b24454"
idFichier
"110"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
from
"gptbot(at)openai.com"
host
"support.septam.fr"
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.12"
x-forwarded-proto
"https"
x-openai-host-hash
"564463"
x-php-ob-level
"1"
x-real-ip
"20.171.207.12"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Fri, 23 May 2025 16:32:31 GMT"
expires
"-1"
pragma
"no-cache"
x-debug-exception
"The%20file%20%22%22%20does%20not%20exist"
x-debug-exception-file
"%2Fdata%2Fweb%2Fsupport-septam%2Fvendor%2Fsymfony%2Fhttp-foundation%2FFile%2FFile.php:36"
x-debug-token
"23c6c3"
x-debug-token-link
"http://support.septam.fr/_profiler/54df2e"
x-previous-debug-token
"54df2e"
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
"8255d22fdf2afe187b0ecda3e7b4fceb"
DATABASE_URL
"mysql://support-septam:xCxQqiMsuJSKiEv8@sql/support-septam-prep"
MAILER_DSN
"smtp://nepasrepondre@septam.fr:%3FLeYDK1_I_fptY%5D8%3A32G@ssl0.ovh.net:587"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/data/web/support-septam/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/web/support-septam/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/data/web/support-septam"
HOSTNAME
""
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"support.septam.fr"
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.12"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OPENAI_HOST_HASH
"564463"
HTTP_X_REAL_IP
"20.171.207.12"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/telechargement/110"
REMOTE_ADDR
"172.16.20.10"
REMOTE_PORT
"60432"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1748017951
REQUEST_TIME_FLOAT
1748017951.9319
REQUEST_URI
"/telechargement/110"
SCRIPT_FILENAME
"/data/web/support-septam/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.16.20.11"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"support.septam.fr"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache/2.4.41 (Ubuntu) Server at support.septam.fr Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
USER
"support-septam"
proxy-nokeepalive
"1"

Sub Requests 1

ErrorController (token = 54df2e)

Key Value
_controller
"error_controller"
_stopwatch_token
"1417e0"
exception
Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException {#643
  #message: "The file "" does not exist"
  #code: 0
  #file: "/data/web/support-septam/vendor/symfony/http-foundation/File/File.php"
  #line: 36
  trace: {
    /data/web/support-septam/vendor/symfony/http-foundation/File/File.php:36 {
      Symfony\Component\HttpFoundation\File\File->__construct(string $path, bool $checkPath = true) …
      › if ($checkPath && !is_file($path)) {    throw new FileNotFoundException($path);}
    }
    /data/web/support-septam/vendor/symfony/http-foundation/BinaryFileResponse.php:72 {
      Symfony\Component\HttpFoundation\BinaryFileResponse->setFile(SplFileInfo|string $file, string $contentDisposition = null, bool $autoEtag = false, bool $autoLastModified = true): static …
      › } else {    $file = new File((string) $file);}
    }
    /data/web/support-septam/vendor/symfony/http-foundation/BinaryFileResponse.php:52 {
      Symfony\Component\HttpFoundation\BinaryFileResponse->__construct(SplFileInfo|string $file, int $status = 200, array $headers = [], bool $public = true, string $contentDisposition = null, bool $autoEtag = false, bool $autoLastModified = true) …
      › 
      › $this->setFile($file, $contentDisposition, $autoEtag, $autoLastModified);}
    /data/web/support-septam/vendor/symfony/framework-bundle/Controller/AbstractController.php:168 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->file(SplFileInfo|string $file, string $fileName = null, string $disposition = ResponseHeaderBag::DISPOSITION_ATTACHMENT): BinaryFileResponse …
      › {    $response = new BinaryFileResponse($file);    $response->setContentDisposition($disposition, null === $fileName ? $response->getFile()->getFilename() : $fileName);
    }
    /data/web/support-septam/src/Controller/HomeController.php:39 {
      App\Controller\HomeController->downloadFichier(Telechargements $telechargements, TelechargementsFichiersRepository $fichierRepository, int $idFichier): Response …
      ›     $absolutePath = realpath($path);    return $this->file($absolutePath, $fichierName);} else {
    }
    /data/web/support-septam/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);}
    /data/web/support-septam/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) {
    }
    /data/web/support-septam/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 {
    }
    /data/web/support-septam/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /data/web/support-septam/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /data/web/support-septam/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/data/web/support-septam/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#53 …9}