Project

General

Profile

Actions

Bug #56802

closed

f:image returns wrong image path if absRefPrefix is set

Added by Jan Kiesewetter about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-12
Due date:
% Done:

0%

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

Description

TypoScript

config.absRefPrefix = /

Fluid Template

<f:image src="EXT:basepackage/Resources/Public/Images/YouTube-logo.png" alt="YouTube Channel" />

Fe Output

<img alt="YouTube Channel" src="//typo3conf/ext/basepackage/Resources/Public/Images/YouTube-logo.png" width="77" height="32">

Note the two slashes at the beginning of the path.

Working on current master.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #56927: Regression: baseUri for LocalDriver is invalid for fallback storageClosed2014-03-15

Actions
Actions #1

Updated by Frans Saris about 10 years ago

  • Status changed from New to Accepted

Could you check if this is still a bug on current master? #56927 should have fixed this.

Actions #2

Updated by Frans Saris about 10 years ago

  • Status changed from Accepted to Needs Feedback
Actions #3

Updated by Jan Kiesewetter about 10 years ago

Yes it's fixed now.

Actions #4

Updated by Frans Saris about 10 years ago

  • Status changed from Needs Feedback to Resolved
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF