Bug #99264
Updated by Alex Kellner almost 2 years ago
If I try to make the "old" extension work again in TYPO3 12, the error occurs: <pre> ArgumentCountError, 6 arguments are required, 1 given in .../vendor/typo3/cms-extbase/Classes/Utility/LocalizationUtility.php line 132 </pre> The call that throws the exception seems to be this markup in Fluid: <pre> <f:translate key="date">test</f:translate> {f:format.date(date:newsletter.datetime,format:'{f:translate(key:\'date\')}')} </pre> Maybe a problem with escapted backslashes... Error occures in a backend module in TYPO3 12.0.0