Project

General

Profile

Actions

Bug #20092

closed

Typo3 FE crashs with single-char umlauts in typoscript

Added by Gabriel kaufmann about 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2009-02-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

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 ]

  1. does not crash
  2. ä
  1. crashs FE
    page.2 = TEXT
    page.2.value = ü
  1. also crashs FE
    page.3 = TEXT
    page.3.wrap = ö|

[ /code ]
(issue imported from #M10543)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21569: Wrong character encoding in cache tables breaks frontend renderingClosedOliver Hader2009-11-16

Actions
Actions #1

Updated by Bernhard Kraft over 14 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???

Actions

Also available in: Atom PDF