Project

General

Profile

Actions

Bug #95576

closed

ImageViewHelper generates exception with src in typo3conf/ext

Added by Laurent Foulloy over 2 years ago. Updated over 2 years ago.

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 #1

Updated by Laurent Foulloy over 2 years ago

TYPO3 11.5.1 solved this bug. It can be closed.

Actions #2

Updated by Georg Ringer over 2 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF