Actions
Bug #95576
closedImageViewHelper generates exception with src in typo3conf/ext
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following TS
page = PAGE page.10 > page { 10 = FLUIDTEMPLATE 10 { file = EXT:demo_site/Resources/Private/Templates/test.html } }
and the test.html file
<f:image src="typo3conf/ext/demo_site/Resources/Public/Icons/Extension.svg" />
generates the exception "File /typo3conf/ext/demo_site/Resources/Public/Icons/Extension.svg does not exist".
The image is correctly displayed when the html file is
<f:image src="EXT:demo_site/Resources/Public/Icons/Extension.svg" />
or
<f:image src="http://demo.11.x/typo3conf/ext/demo_site/Resources/Public/Icons/Extension.svg" />
Actions