FriendsOfTYPO3 / tt_address

Add address / contact datasets to your content management system.
GNU General Public License v2.0
39 stars 75 forks source link

FatalError due to wrong method signature after upgrade to TYPO3 v12.4.17 #555

Closed o-ba closed 3 months ago

o-ba commented 3 months ago

With https://github.com/TYPO3/typo3/commit/8f07071667fe7a3015cb48678dad013ef024a78a, the method signature of StandardContentPreviewRenderer.php->renderContentElementPreviewFromFluidTemplate() method has been changed. Since tt_address overwrites this method in the TtAddressPreviewRenderer, the divergent method signature now leads to a FatalError.

maikschneider commented 3 months ago

See #554