I upgraded my TYPO3 version from 6.2 to 7.6.27. Accordingly, the extension fluidcontent to 5.2.0
Now I get the following error message in the frontend:
Template could not be loaded.
I tried /Content/Render.html
, /Content/render.html
In the ext_localconf.php
is the following in it:
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'FluidTYPO3.Fluidcontent',
'Content',
[
'Content' => 'render',
],
[],
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT
);
I look now in the appropriate folder. Is not render.html
or Render.html
in it. If I create both consecutively, I still get the error message. Cache has been emptied.
Now I do not know any more advice. Does anyone know what to do?