Actions
Bug #88615
closedFluid error with PHP 7.3 in backend user module
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-06-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
Usage of BE user module is not possible with PHP 7.3
PHP Warning: Invalid argument supplied for foreach() in .../vendor/typo3fluid/fluid/src/Core/Parser/TemplateProcessor/NamespaceDetectionTemplateProcessor.php line 180
The reason is documented in https://github.com/TYPO3/Fluid/issues/453
I tested only on latest v10 master, but this should be fixed for v9 too.
Suggested workaround is to simply deny parsing the affected inline JS code, by wrapping it with CDATA tag.
Actions