[TYPO3-german] sporadischer "template not found!" error
Felix Siglreithmaier
felixsigl at gmail.com
Mon May 22 09:25:40 CEST 2006
hi,
ich habe ein html layout eingebunden und alles funktioniert auch wunderbar.
jedoch ab und zu kommt bei unterschiedlichen menüpunkten die
fehlermeldung "template not found!" !?
ich muss dann ins BE und den frontend cache leeren - dann funktioniert
es wieder.
extensions hab ich euch keine besonderen zusätzlich installiert.
mein template der root-seite ist:
page = PAGE
page {
typeNum = 0
stylesheet = fileadmin/template/css/style.css
config.doctypeSwitch = 1
config.doctype = xhtml_trans
}
page.10 = TEMPLATE
page.10 {
template = FILE
template.file = fileadmin/template/template.html
workOnSubpart = DOKUMENT
marks.FOOTER= TEXT
marks.FOOTER{
value = (c) 2006
}
marks.CONTENT = CONTENT
marks.CONTENT {
table = tt_content
select.orderBy = sorting
select.where = colPos = 0
}
marks.MENU = HMENU
marks.MENU.1 = GMENU
marks.MENU.1 {
expAll = 0
NO = 1
NO {
wrap = |
XY = [50.w]+20, 49
backColor = #316240
50 = TEXT
50 {
text.field = title
fontSize = 12
fontFile = t3lib/fonts/verdana.ttf
fontColor = #FFFFFF
offset = 10,28
antiAlias = 1
transparentBackground = 1
}
100 = IMAGE
100.file = fileadmin/template/images/spacer.gif
}
RO = 1
RO {
wrap = |
XY = [50.w]+20, 49
backColor = #4B9662
50 = TEXT
50 {
text.field = title
fontSize = 12
fontFile = t3lib/fonts/verdana.ttf
fontColor = #FFFFFF
offset = 10,28
antiAlias = 1
transparentBackground = 1
}
100 = IMAGE
100.file = fileadmin/template/images/spacer.gif
}
}
marks.CLOSER = IMAGE
marks.CLOSER.file = fileadmin/template/images/spacer.gif
marks.SUBMENU = HMENU
marks.SUBMENU.entryLevel = 1
marks.SUBMENU {
1 = TMENU
1.wrap = <ul>|</ul>
1 {
NO {
wrapItemAndSub = <li>|</li>
}
ACT=1
ACT {
wrapItemAndSub = <li>|</li>
}
CUR=1
CUR {
wrapItemAndSub = <li>|</li>
}
}
}
}
die root-page ist ein shortcut auf die erste seite.
auf allen sichtbaren Seiten hab ich mit mehreren extension templates
verschiedene banner eingefügt mit:
page.10 {
marks.BANNERIMG = IMAGE
marks.BANNERIMG.file = fileadmin/template/images/banner/01.jpg
}
ich habe auch schon bei allen seiten "no cache" eingeschaltet, CHMOD
aller dateien auf 777 und sonst auch alles mögliche probiert jedoch
kommt in vollkommen unterschiedlichen intervallen - das ist das
eigenartige - die "template not found!" fehlermeldung und es hilft nur
mehr den FE cache zu leeren...
typo3 version ist 3.8.1 (hatte aber bei gleichen konfiguration der
templates auch bei 4.0 den fehler)
am server kann es auch nicht wirklich liegen - da auf dem server
mehrere typo3 installationen liegen und die anderen funktionieren
auch.
More information about the TYPO3-german
mailing list