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?
Be sure to have the correct pathes configured, also have the correct spelling of your templates (leading uppercase)
Do you have configured
path
orpaths
?Do you use
constants
orsetup
?What folder have you configured as base folder for templates?
Specify it in your question adding a screenshot showing the typoscript setup (TSOB).
this should be the documentation
and this the typoscript in question (copied from that page):