[TYPO3-german] Fehler: Tried to get a variable "sections" which is not stored in the context!

Mark Knochen mark.knochen at netzmuetze.de
Sun Aug 10 12:47:34 CEST 2014


Hallo,

ich habe in einem HTML-Layout (page.html) folgende Section zur Ausgabe:

<f:render section="content" />

Im TypoScript steht folgendes:


tmpl.basis = FLUIDTEMPLATE
tmpl.basis {
  file = fileadmin/ifg/templates/page.html
  partialRootPath = fileadmin/ifg/partials
  layoutRootPath = fileadmin/ifg/layouts
  
  variables {
    content < styles.content.get
    content.select.where = colPos = 0
  }
}

Das Layout wird auch aus ausgegeben, aber an der Stelle für die Section, die dann mit CE gefüllt werden soll steht:

Tried to get a variable "sections" which is not stored in the context! 

Kann mir jemand sagen, was ich da falsch mache?


Danke


Mark


More information about the TYPO3-german mailing list