Bug #88615
closedFluid error with PHP 7.3 in backend user module
0%
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.
Updated by Gerrit Code Review over 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61119
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61119
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61119
Updated by Markus Klein over 5 years ago
Also related: https://github.com/TYPO3/Fluid/pull/451
Updated by Markus Klein over 5 years ago
- Status changed from Under Review to Accepted
- Assignee deleted (
Markus Klein)
Updated by Riccardo De Contardi about 5 years ago
Still relevant?
https://github.com/TYPO3/Fluid/issues/453 has been closed and https://github.com/TYPO3/Fluid/pull/451 has been merged if I am not wrong.
Updated by Markus Klein about 5 years ago
- Status changed from Accepted to Closed
resolved in latest master