Project

General

Profile

Actions

Bug #81971

closed

FILES-rendering ignores files with umlaute

Added by Tizian Schmidlin over 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2017-07-26
Due date:
% Done:

0%

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

Description

Hello there,

we spotted an issue in the FILES-ContentObject when using umlaute in a filename in TYPO3 6.2. I'd like to stretch that this only happens in the element as described below, other references to this file work without any problems.

Specs:
TYPO3 6.2.31 ELTS
PHP 7.0.20
MySQL 5.6.33

lib.heroSlider = FILES
lib.heroSlider {
    references {
        data = levelmedia:-1,slide
    }
    renderObj = COA
    renderObj {
        10 = IMAGE
        10 {

            file.import.data = file:current:publicUrl
            titleText.data = file:current:title
            altText.data = file:current:title
            stdWrap.typolink.parameter.data = file:current:link
            wrap = <div class="slide-item">|</div>
        }
    }
}

I could outrule an extension that would overwrite the default FILES renderer, so I'm pretty it's something with the core itself.

Regards
Tizian

Actions #1

Updated by Frans Saris over 7 years ago

  • Status changed from New to Needs Feedback

The use of publicUrl is the issue here.

Try to use file.import.data = file:current:uid

Actions #2

Updated by Sebastian Thadewald over 7 years ago

Frans Saris wrote:

The use of publicUrl is the issue here.

Try to use file.import.data = file:current:uid

Thanks for that hint!

In the end it was "file.import.data = file:current:originalUid".

Actions #3

Updated by Riccardo De Contardi over 7 years ago

@Tizian Schmidlin hi, did the suggestion:

file.import.data = file:current:originalUid

solved your issue? Thank you for your feeback.

Actions #4

Updated by Alexander Opitz about 7 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF