我正在尝试使用TYPO3版本6.2构建扩展程序。
我在Extension Builder for 6.2中构建模型。 我添加了一个后端模块,该模块应该在扩展管理器的后端显示数据。 这工作正常,但当我尝试点击后端时,会显示以下消息:
抱歉,找不到请求的视图。技术原因是:没有 发现了模板。视图无法解决操作" list"在 class" SeminarCas \ SemCas \ Controller \ KontaktController"。
模板位于Resources / Private / Backend / Templates / Kontakt下。以下是文件:Edit.html,List.html,Show.html
答案 0 :(得分:2)
通常,FLUID模板将在您的扩展名中搜索 EXT:sem_cas / Resources / Private / Templates / 。如果您已经为后端模块找到了另一个地方的FLUID模板,请在全局加载的typoscript中定义,最好是在 EXT:sem_cas / ext_typoscript_setup.txt 中,内容如下:
# BE Module configuration
module.tx_semcas.view {
templateRootPath = EXT:sem_cas/Resources/Private/Backend/Templates/
partialRootPath = EXT:sem_cas/Resources/Private/Backend/Partials/
layoutRootPath = EXT:sem_cas/Resources/Private/Backend/Layouts/
}
答案 1 :(得分:0)
我添加了它,现在我尝试重新安装它并出现以下错误:
请检查您上传的扩展程序“sem_cas”。配置文件 “ext_emconf.php”似乎无效。
这是ext_emconf.php文件
Array