Forwarded to ErrorController (3260e0)

Exceptions

Signed url does not pass the sign check for path "uploads/media/images/pompes-classiques-65182ad218b6a280607197.png" and filter "dynamic_jpeg" and runtime config {"thumbnail":{"size":["480","270"]}}

Exception

Symfony\Component\HttpKernel\Exception\ BadRequestHttpException

Show exception properties
Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#927
  -statusCode: 400
  -headers: []
}
  1. $resolver = $request->query->has('resolver') ? (string) $request->query->get('resolver') : null;
  2. $path = PathHelper::urlPathToFilePath($path);
  3. $runtimeConfig = $this->getFiltersBc($request);
  4. if (true !== $this->signer->check($hash, $path, $runtimeConfig)) {
  5. throw new BadRequestHttpException(\sprintf('Signed url does not pass the sign check for path "%s" and filter "%s" and runtime config %s', $path, $filter, json_encode($runtimeConfig)));
  6. }
  7. return $this->createRedirectResponse(function () use ($path, $filter, $runtimeConfig, $resolver, $request) {
  8. return $this->filterService->getUrlOfFilteredImageWithRuntimeFilters(
  9. $path,
in vendor/symfony/http-kernel/HttpKernel.php -> filterRuntimeAction (line 183)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 32)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/home/clients/9bd873f3197075dd03dfef94515966b9/sites/test.fitmetrics.ch/vendor/autoload_runtime.php') in public/index.php (line 7)
  1. declare(strict_types=1);
  2. use App\Kernel;
  3. require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 17:47:55 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "081b26"
    },
    "request_uri": "http://test.fitmetrics.ch/_profiler/081b26?panel=exception&type=request",
    "method": "GET"
}

Stack Trace

BadRequestHttpException
Symfony\Component\HttpKernel\Exception\BadRequestHttpException:
Signed url does not pass the sign check for path "uploads/media/images/pompes-classiques-65182ad218b6a280607197.png" and filter "dynamic_jpeg" and runtime config {"thumbnail":{"size":["480","270"]}}

  at vendor/liip/imagine-bundle/Controller/ImagineController.php:124
  at Liip\ImagineBundle\Controller\ImagineController->filterRuntimeAction(object(Request), '53lSmL7k', 'uploads/media/images/pompes-classiques-65182ad218b6a280607197.png', 'dynamic_jpeg')
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:193)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:32)
  at require_once('/home/clients/9bd873f3197075dd03dfef94515966b9/sites/test.fitmetrics.ch/vendor/autoload_runtime.php')
     (public/index.php:7)