Closed romm closed 7 years ago
See https://review.typo3.org/#/c/53375/ which came about because of this. Once that's merged and hopefully backported, that last template will compile. I'm not even sure it's used :)
Hehe indeed that was the hotfix I also did on my dev installation. :)
TYPO3 8.7.2 EXT:cms_fluid_precompiler_module 1.0.0
When compiling all extensions with additional reports enabled, an exception is thrown that stops the compilation:
After some digging, it seems to come from Step.html from
EXT:install
. Thei
namespace seems not to be resolved.Compiling only
EXT:install
leads to the same error.I don't know how new Fluid Standalone usage in TYPO3 v8+ adds default namespaces, but it seems not to be done correctly in this particular situation.
The source point error from the extension is FluidPrecompilerService:73.