FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
190 stars 229 forks source link

v:media.image wrong src #1873

Open maslme opened 10 months ago

maslme commented 10 months ago

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.

grischpel commented 2 months ago

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

liayn commented 1 week ago

Probably related #1512 #1674 #1887