Project

General

Profile

Actions

Bug #98954

open

Domainname with umlaut cause exception

Added by Dieter Porth over 1 year ago. Updated over 1 year ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2022-10-29
Due date:
% Done:

0%

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

Description

If I use the link "https://www.düddelei.de", the result seems to be fine. (The language-menu don't currently work)
If I use the link "https://düddelei.de", I will get the following exception (see current website)

(1/1) TypeError

Return value of TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor::jsonEncode() must be of the type string, bool returned
in /www/htdocs/w01c8b50/mobger.de/releases/20221029090646/web/typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php line 309
...
at TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor->jsonEncode('https://www.d�ddelei.de/')
in /www/htdocs/w01c8b50/mobger.de/releases/20221029090646/web/typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php line 454
...

If I try to rebuild the config.yaml to "https://düddelei.de", the page will shown, but the menu generated by `lib.dataprocessor.menu` will be empty.


Files

config.yaml (1.53 KB) config.yaml Dieter Porth, 2022-10-29 10:01
Menu.typoscript (6.58 KB) Menu.typoscript Dieter Porth, 2022-10-29 10:02
Actions #1

Updated by Chris Müller over 1 year ago

  • Category set to Link Handling, Site Handling & Routing
Actions

Also available in: Atom PDF