Exceptions
Exception
Symfony\Component\Filesystem\Exception\ IOException
Show exception properties
Symfony\Component\Filesystem\Exception\IOException {#1470 -path: "06/bildschirmfoto-2025-12-08-um-12-17-47.png" }
$filePath = $this->getFilePath($storageOptions);try {return $this->filesystem->readStream($filePath);} catch (UnableToReadFile) {throw new IOException(\sprintf('Failed to open file with path "%s"', $filePath), path: $filePath);}}public function remove(array $storageOptions): void{
in
vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php
->
load
(line 97)
}public function convert(FileVersion $fileVersion, $formatKey, $imageFormat){$imageResource = $this->mediaImageExtractor->extract($this->storage->load($fileVersion->getStorageOptions()),$fileVersion->getMimeType() ?? '-null-', // validated already in FormatManager, as mimetype can not be extract from storage as they may return none seekable resources);$imagine = $this->imagine;if ('svg' === $imageFormat && $this->svgImagine) {
in
vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php
->
convert
(line 133)
\implode(', ', $supportedImageFormats)));}// Convert Media to format.$responseContent = $this->converter->convert($fileVersion, $formatKey, $imageFormat);// HTTP Headers$status = 200;$setExpireHeaders = true;
in
vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Controller/MediaStreamController.php
->
returnImage
(line 74)
$mediaProperties = $this->formatCache->analyzedMediaUrl($url);} catch (ImageProxyUrlNotFoundException|ImageProxyInvalidUrl $e) {throw new NotFoundHttpException('Image create error. Code: ' . $e->getCode(), $e);}return $this->formatManager->returnImage($mediaProperties['id'],$mediaProperties['format'],$mediaProperties['fileName'],$version,);
in
vendor/symfony/http-kernel/HttpKernel.php
->
getImageAction
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
// When using the HttpCache, you need to call the method in your front controller// instead of relying on the configuration parameter// https://symfony.com/doc/6.4/reference/configuration/framework.html#http-method-overrideRequest::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 15:51:45 | deprecation |
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm) {
"exception": {}
}
|
| INFO 15:51:45 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:51:45 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "852b66"
},
"request_uri": "https://cms.koenig.ipv64.net/_profiler/852b66?panel=exception&type=request",
"method": "GET"
}
|
| INFO 15:51:45 | deprecation |
User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:18 called by ReferencesOption.php:72, https://github.com/doctrine/orm/pull/11211, package doctrine/orm) {
"exception": {}
}
|
| INFO 15:51:45 | deprecation |
User Deprecated: Specifying the "nullable" attribute for join columns in many-to-many associations (here, Sulu\Bundle\ContactBundle\Entity\Contact::$medias) is a no-op.
The ORM will always set it to false.
Doing so is deprecated and will be an error in 4.0. (ManyToManyOwningSideMapping.php:133 called by ClassMetadata.php:1448, https://github.com/doctrine/orm/pull/12126, package doctrine/orm) {
"exception": {}
}
|
| INFO 15:51:45 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:51:45 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:51:45 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 15:51:45 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
Stack Trace
|
IOException
|
|---|
Symfony\Component\Filesystem\Exception\IOException:
Failed to open file with path "06/bildschirmfoto-2025-12-08-um-12-17-47.png"
at vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/Storage/FlysystemStorage.php:74
at Sulu\Bundle\MediaBundle\Media\Storage\FlysystemStorage->load(array('segment' => '06', 'fileName' => 'bildschirmfoto-2025-12-08-um-12-17-47.png'))
(vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/ImageConverter/ImagineImageConverter.php:97)
at Sulu\Bundle\MediaBundle\Media\ImageConverter\ImagineImageConverter->convert(object(FileVersion), 'sulu-240x', 'png')
(vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Media/FormatManager/FormatManager.php:133)
at Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManager->returnImage(1, 'sulu-240x', 'Bildschirmfoto 2025-12-08 um 12.17.47.png', 1)
(vendor/sulu/sulu/src/Sulu/Bundle/MediaBundle/Controller/MediaStreamController.php:74)
at Sulu\Bundle\MediaBundle\Controller\MediaStreamController->getImageAction(object(Request))
(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))
(public/index.php:69)
|