Project

General

Profile

Actions

Bug #72554

closed

f:image renders empty src attribute since 6.2.16

Added by Grégory Duchesnes about 8 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-01-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

Using the following code :

<f:image src="EXT:myext/Resources/Public/Css/gfx/flags/fr30.png" alt="" width="30" height="20" />

It renders correctly in 6.2.15 but since 6.2.16 it outputs with an empty src attribute :

<img width="30" height="20" alt="" src="">

File exists and everything works fine if i switch back to 6.2.15, tried with EXT: and full path without success, also tried without setting width and height attributes with same result.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #69833: Processed files don't support not-local storagesClosedNicole Cordes2015-09-15

Actions
Actions

Also available in: Atom PDF