Bug #20092
closedTypo3 FE crashs with single-char umlauts in typoscript
0%
Description
I figured out that typo3 crashs if there are single-char umlauts (f.e. ä,ö,ü) in typoscript-setup. The bug always is reproduceable everytime the page gets rerendered. It seems to make no difference where the umlaut is in typoscript - every tag even those that have no function will cause a crash. Only outcommented umlauts will not crash.
The crash produces the following error in FE:
------------------------------
Error!
No template found
------------------------------
[ code: typoscript-setup ]
- does not crash
- ä
- crashs FE
page.2 = TEXT
page.2.value = ü
- also crashs FE
page.3 = TEXT
page.3.wrap = ö|
[ /code ]
(issue imported from #M10543)
Updated by Bernhard Kraft almost 15 years ago
I guess this bug can be closed as it does not happen anymore?
Gabriel: If you object, and this still happens for you feel free to reopen this bug and leave me a note.
In your setup you missed
page=PAGE
probably this was the reason for this bug report???