Project

General

Profile

Actions

Bug #14855

closed

Flexforms with non-UTF8-encoded values can't be saved with PHP5.

Added by René Wagner almost 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-07-10
Due date:
% Done:

0%

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

Description

Flexforms with non-UTF8-encoded values can't be saved with PHP5. The old value remains.

The Problem can be fixed in typo3/t3lib/class.t3lib_tcemain.php line 1741:
$arrValue = t3lib_div::xml2array($xmlValue); change to:
$arrValue = t3lib_div::xml2array(''.chr(10).$xmlValue);

To avoid redundancy this must be hamonized with line 1772.
(issue imported from #M1273)


Files

class.t3lib_tcemain.php.patch (1.05 KB) class.t3lib_tcemain.php.patch Administrator Admin, 2006-01-14 03:30
Actions

Also available in: Atom PDF