无法在TYPO3扩展程序中加载模板

Vis*_*sad 1 typo3 typo3-6.2.x

我在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.
Run Code Online (Sandbox Code Playgroud)

布局存在于该位置.并且在后端给出的路径也正确..我该如何解决这个问题?

Oll*_*edt 5

检查所以模板文件名的首字母大写.

规则是对于动作命名fooBarAction()模板文件必须命名FooBar.html