无法在 TYPO3 扩展中加载模板
Template could not be loaded in TYPO3 extension
我在 TYPO3 V4.5.0 中使用新的扩展构建,在将其安装到 TYPO3 V6 中后。2.x 它显示以下错误
The template files "/var/www/dev/typo3/typo3conf/ext/my_ext/Resources/Private/Layouts/Suche.html", "/var/www/dev/typo3/typo3conf/ext/my_ext/Resources/Private/Layouts/Suche" could not be loaded.
位置中存在布局。给定的路径在后端也是正确的..
我该如何解决这个问题?
检查模板文件名首字母大写。
规则是对于名为 fooBarAction()
的操作,模板文件必须命名为 FooBar.html
我在 TYPO3 V4.5.0 中使用新的扩展构建,在将其安装到 TYPO3 V6 中后。2.x 它显示以下错误
The template files "/var/www/dev/typo3/typo3conf/ext/my_ext/Resources/Private/Layouts/Suche.html", "/var/www/dev/typo3/typo3conf/ext/my_ext/Resources/Private/Layouts/Suche" could not be loaded.
位置中存在布局。给定的路径在后端也是正确的.. 我该如何解决这个问题?
检查模板文件名首字母大写。
规则是对于名为 fooBarAction()
的操作,模板文件必须命名为 FooBar.html