SOLVED: Error since 13.3.0 upgrade : blank FE screen

no screen since composer update from 13.2.x to 13.3.0
with debug
Fatal error: Declaration of Default_action_Default_f92f85827650c0b5::render(TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) must be compatible with TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate::render(TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext): mixed in /srv/www/htdocs/sgc/var/cache/code/fluid_template/Default_action_Default_f92f85827650c0b5.php on line 184

Hi Philippe!

Have you tried clearing the cache?

The error you’re getting is probably related to the type hinting within Fluid’s AbstractCompiledTemplate class. It was added only recently and would probably not have been part of your compiled templates in 13.2.x. Clearing the cache will generate the templates again and they should start working.

Hi,

Thanks,

after the stress of the blank screen, I made database check, upgrade wizard and flush cache and all was OK.

my installation is with old introduction package and bootstrap ; I am waiting for 13LTS (indexed search not working anymore here)

That’s excellent news! Glad to hear you figured it out. :grinning: