Project

General

Profile

Actions

Bug #102623

closed

Switching l10n_parent to 0 triggers exception

Added by Georg Ringer 7 months ago. Updated 8 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Start date:
2023-12-07
Due date:
% Done:

100%

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

Description

In v12 when switching a l10n_parent to 0, an exceptions triggered

PHP Warning: Array to string conversion in /var/www/html/vendor/typo3/cms-core/Classes/DataHandling/DataHandler.php line 8532

the line is

$result = (string)$submittedValue === (string)$storedValue;

with one variable being an array of the l10n state and one the result as json (string)

in a plain v12 installation this happens with records, e.g. sys_category but can reproduce that with on client site with regular tt_content as well


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15339: localization fails if content is moved from other language to default languageClosedWolfgang Klinger2005-12-30

Actions
Actions

Also available in: Atom PDF