Forwarded to ErrorController (2e0469)

ImagineController :: filterAction

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"Liip\ImagineBundle\Controller\ImagineController::filterAction"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"liip_imagine_filter"
_route_params
[
  "filter" => "default_gallery"
  "path" => "uploads/media/default/0001/01/54fcbeda5fceebde1a219bbd962506bfe7a85a70.jpg"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"982e69"
filter
"default_gallery"
path
"uploads/media/default/0001/01/54fcbeda5fceebde1a219bbd962506bfe7a85a70.jpg"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
content-length
""
content-type
""
host
"smlouvy.iveria.cz"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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
"Wed, 28 Jan 2026 19:52:58 GMT"
x-debug-exception
"Source%20image%20for%20path%20%22uploads%2Fmedia%2Fdefault%2F0001%2F01%2F54fcbeda5fceebde1a219bbd962506bfe7a85a70.jpg%22%20could%20not%20be%20found"
x-debug-exception-file
"%2Fhome%2Fforge%2Fsmlouvy.iveria.cz%2Fvendor%2Fliip%2Fimagine-bundle%2FController%2FImagineController.php:168"
x-debug-token
"947db1"
x-debug-token-link
"https://smlouvy.iveria.cz/_profiler/2e0469"
x-previous-debug-token
"2e0469"
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
"a2fb9ee4767b078ebf38a6072d74a0e7"
DATABASE_URL
"mysql://forge:Lil1123eK@68.183.14.171/iveria?serverVersion=mariadb-10.4.11"
DATABASE_WEB_URL
"mysql://www-iveria:www-iveria@178.238.36.7/www-iveria?serverVersion=mariadb-10.4.11"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/forge/smlouvy.iveria.cz/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/forge"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"smlouvy.iveria.cz"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.165"
REMOTE_PORT
"28351"
REQUEST_METHOD
"GET"
REQUEST_TIME
1769629978
REQUEST_TIME_FLOAT
1769629978.1861
REQUEST_URI
"/media/cache/resolve/default_gallery/uploads/media/default/0001/01/54fcbeda5fceebde1a219bbd962506bfe7a85a70.jpg"
SCRIPT_FILENAME
"/home/forge/smlouvy.iveria.cz/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"68.183.14.171"
SERVER_NAME
"smlouvy.iveria.cz"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,DATABASE_WEB_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH"
USER
"forge"

Sub Requests 1

ErrorController (token = 2e0469)

Key Value
_controller
"error_controller"
_stopwatch_token
"5240c0"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#934
  #message: "Source image for path "uploads/media/default/0001/01/54fcbeda5fceebde1a219bbd962506bfe7a85a70.jpg" could not be found"
  #code: 0
  #file: "/home/forge/smlouvy.iveria.cz/vendor/liip/imagine-bundle/Controller/ImagineController.php"
  #line: 168
  -previous: Liip\ImagineBundle\Exception\Binary\Loader\NotLoadableException {#936 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home/forge/smlouvy.iveria.cz/vendor/liip/imagine-bundle/Controller/ImagineController.php:168 {
      Liip\ImagineBundle\Controller\ImagineController->createRedirectResponse(Closure $url, string $path, string $filter, string $hash = null): RedirectResponse …
      › 
      ›     throw new NotFoundHttpException(sprintf('Source image for path "%s" could not be found', $path), $exception);} catch (NonExistingFilterException $exception) {
    }
    /home/forge/smlouvy.iveria.cz/vendor/liip/imagine-bundle/Controller/ImagineController.php:90 {
      Liip\ImagineBundle\Controller\ImagineController->filterAction(Request $request, $path, $filter) …
      › 
      › return $this->createRedirectResponse(function () use ($path, $filter, $resolver, $request) {    return $this->filterService->getUrlOfFilteredImage(
    }
    /home/forge/smlouvy.iveria.cz/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);}
    /home/forge/smlouvy.iveria.cz/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) {
    }
    /home/forge/smlouvy.iveria.cz/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 {
    }
    /home/forge/smlouvy.iveria.cz/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/forge/smlouvy.iveria.cz/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/forge/smlouvy.iveria.cz/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/forge/smlouvy.iveria.cz/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#195 …8}