typo3 v.6 fluid template: getting Distribution.png (box with question mark) instead of wanted image

走远了吗. 提交于 2019-12-08 13:52:16

问题


I am getting Distribution.png (box with question mark) instead of wanted image while using fluid template, typo3 v6.0. This is my root template:

config.no_cache = 1
config.doctype = html5

page = PAGE
page.typeNum = 0

page.10 = FLUIDTEMPLATE
page.10 {
    format = html
    file = fileadmin/templates/layouts/main.html
    partialRootPath = fileadmin/templates/partials/
    layoutRootPath = fileadmin/templates/layouts/
    variables {
        content < styles.content.get
        content.select.where = colPos = 0
        content_left < styles.content.get
        content_left.select.where = colPos = 1
        content_right < styles.content.get
        content_right.select.where = colPos = 2
    }
}

page.10.file.stdWrap.cObject = CASE
page.10.file.stdWrap.cObject {
    key.data = levelfield:-1, backend_layout_next_level, slide
    key.override.field = backend_layout

    default = TEXT
    default.value = fileadmin/templates/threeColumn.html
    2 = TEXT
    2.value = fileadmin/templates/threeColumn.html
    3 = TEXT
    3.value = fileadmin/templates/fullSize.html

}

In version 4.5 everyting is working ok. Any help would be appreciated.

来源:https://stackoverflow.com/questions/24724051/typo3-v-6-fluid-template-getting-distribution-png-box-with-question-mark-inst

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!