FluidTYPO3/vhs

v:media.image wrong src

Opened this issue · 2 comments

maslme commented

I use vhs 6.1.3 with typo3 11.5.30 and php 8.1.22 - when I render an image with v:media.image I got the image tag with an error in the src attribute. The URL of the image is rendered as http%3A//../fileadmin/processed/0/4/csm__b63bc05a4d.jpg and therefor the image is not be loaded.

I get this error, if I try to use the v:media.image

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: Undefined array key 0 in /var/www/website/htdocs/vendor/fluidtypo3/vhs/Classes/Traits/SourceSetViewHelperTrait.php line 61

Probably related #1512 #1674 #1887