我在Linkedin Learn中观看了一个关于如何集成FLUID模板的教程视频。 我创建了一个FLUID模板。但模板不会显示在页面上。
我的结构
typo3conf/ext/october
typo3conf/ext/october/Typoscript/Configuration/page.setup.ts
typo3conf/ext/october/Typoscript/Library/setup.ts
typo3conf/ext/october/Typoscript/Library/constants.ts
typo3conf/ext/october/Resources/Private/Layouts/Default.html
typo3conf/ext/october/Resources/Private/Templates/Default.html
page.setup.ts
page = PAGE
page.10 = FLUIDTEMPLATE
page.10 {
templateName = Default
templateRootPaths.10 = EXT:october/Resources/Private/Templates
layoutRootPaths.10 = EXT:october/Resources/Private/Layouts
partialsRootPaths.10 = EXT:october/Resources/Private/Partials
}
setup.ts
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:october/Configuration/TypoScript/Configuration/" extensions="setupts">
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:october/Configuration/TypoScript/Library/" extensions="setupts">
constants.ts
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:october/Configuration/TypoScript/Configuration/" extensions="constantsts">
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:october/Configuration/TypoScript/Library/" extensions="constantsts">
布局/ default.html中
<div style="background-color:red">
<f:render section="Default"/>
</div>
Templates / Default.html 我提出了一个简单的句子
Mon premier Template FLUID
然后我激活此扩展程序。 我在Typo3 Template-&gt; Include october中加入了新的扩展名。 但模板不显示。 哪里出错了?我错过了什么?
答案 0 :(得分:0)
当您的结构显示/TypoScript/
并带有小写字母 S 时,我注意到您引用的网址[...]/Typoscript/
。
有些服务器实际上对使用captials非常严格。例如,名为HTML
的目录与Html
和HTmL
的目录完全不同。