Project

General

Profile

Bug #99264

Updated by Alex Kellner over 1 year 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

Back