Bug #81971
closedFILES-rendering ignores files with umlaute
0%
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
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
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".
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.
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.