https://oakas-lane.ewm.dev/uploads/media/570x300-inset/01/11-2.webp?v=1-0

Exceptions

Warning: fopen(/home/clients/27e4eb6afe64c67f100a17cbd6809e7c/var/www/oakas-lane/var/uploads/media/08/2.webp): Failed to open stream: No such file or directory

Exception

ErrorException

  1.         return $storageOptions;
  2.     }
  3.     public function load(array $storageOptions)
  4.     {
  5.         return \fopen($this->getPath($storageOptions), 'r');
  6.     }
  7.     public function getPath(array $storageOptions): string
  8.     {
  9.         $directory $this->getStorageOption($storageOptions'directory');
  1.     }
  2.     public function convert(FileVersion $fileVersion$formatKey$imageFormat)
  3.     {
  4.         $imageResource $this->mediaImageExtractor->extract(
  5.             $this->storage->load($fileVersion->getStorageOptions()),
  6.             $fileVersion->getMimeType()
  7.         );
  8.         $imagine $this->imagine;
  9.         if ('svg' === $imageFormat && $this->svgImagine) {
  1.                         \implode(', '$supportedImageFormats)
  2.                     ));
  3.             }
  4.             // Convert Media to format.
  5.             $responseContent $this->converter->convert($fileVersion$formatKey$imageFormat);
  6.             // HTTP Headers
  7.             $status 200;
  8.             $setExpireHeaders true;
  1.             $mediaProperties $this->formatCache->analyzedMediaUrl($url);
  2.             return $this->formatManager->returnImage(
  3.                 $mediaProperties['id'],
  4.                 $mediaProperties['format'],
  5.                 $mediaProperties['fileName']
  6.             );
  7.         } catch (ImageProxyException $e) {
  8.             throw new NotFoundHttpException('Image create error. Code: ' $e->getCode());
  9.         }
  10.     }
in vendor/symfony/http-kernel/HttpKernel.php -> getImageAction (line 163)
  1.         $this->dispatcher->dispatch($eventKernelEvents::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);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 66)
  1. // When using the HttpCache, you need to call the method in your front controller
  2. // instead of relying on the configuration parameter
  3. // https://symfony.com/doc/3.4/reference/configuration/framework.html#http-method-override
  4. Request::enableHttpMethodParameterOverride();
  5. $request Request::createFromGlobals();
  6. $response $kernel->handle($request);
  7. $response->send();
  8. $kernel->terminate($request$response);

Logs

Level Channel Message
INFO 07:15:06 deprecation User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since symfony/security-bundle 5.3: The "sulu_security.encoder_factory" service is deprecated, use "security.password_hasher_factory" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 07:15:06 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "b00470"
    },
    "request_uri": "http://oakas-lane.ewm.dev/_profiler/b00470",
    "method": "GET"
}
INFO 07:15:06 deprecation User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
{
    "exception": {}
}
INFO 07:15:06 deprecation User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
{
    "exception": {}
}

Stack Trace

ErrorException
ErrorException:
Warning: fopen(/home/clients/27e4eb6afe64c67f100a17cbd6809e7c/var/www/oakas-lane/var/uploads/media/08/2.webp): Failed to open stream: No such file or directory

  at vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/LocalStorage.php:80
  at Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage->load(array('segment' => '08', 'fileName' => '2.webp'))
     (vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php:153)
  at Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter->convert(object(FileVersion), '570x300-inset', 'webp')
     (vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php:145)
  at Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager->returnImage('11', '570x300-inset', '11-2.webp')
     (vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Controller/MediaStreamController.php:117)
  at Sulu\Bundle\MediaBundle\Controller\MediaStreamController->getImageAction(object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:66)