[Flow] #1224485838: You closed a templating tag which you never opened!

Chris Wolff - AERTiCKET AG cwolff at aer.de
Mon Feb 17 10:18:50 CET 2014


Hi Sam,
Welcome to The typo3 project, Its nice that you try to expand your knowledge with TYPO3.
And First of all I  would like to give you a warm welcome. 

You are Working with the TYPO3 CMS which is a different project than TYPO3 FLOW so this is the wrong place to ask for support
For TYPO3 CMS. Also the typo3 Community Discourages Postings on Multiple Mailing lists (as its kind of Spammy)

I have looked at your posted files and they seemed fine. There is no error in them.
Maybe your layout file has an error in them.

The Exeption your describe is usually triggered if you have an fluid closing tag without opening tag.

Regards chris






-----Ursprüngliche Nachricht-----
Von: flow-bounces at lists.typo3.org [mailto:flow-bounces at lists.typo3.org] Im Auftrag von sam sami
Gesendet: Samstag, 15. Februar 2014 17:54
An: flow at lists.typo3.org
Betreff: Re: [Flow] #1224485838: You closed a templating tag which you never opened!

actullay i wrote with german anyway im new with typo3 and i try to learn it so i follow the tutorial from video2brain 

and i did all what they do there and i cant see any fehler

in the private folder the einspaltig html inside this code <f:layout name="Rahmen"/> <f:section name ="inhalte"> <div id="content"> <div id="main"> <f:render partial ="Inhalte" arguments="{content:inhalt}"/> </div> </div> </f:section> and two folders Partials and Layout in Layout html file ''Rahmen" the code inside <div id="rahmen"> <div id="header"> <div class="logo">

</div>
<div class="search">
<form>
<input type="text" name="sword" />
<input type="submit" name="submit" value="Suchen"/> </form> </div> </div> <div id="contentFrame"> <div id="nav"> <h3>Inhalte</h3> <div class="border"> </div> <div class="logos"> </div> </div> <f:render section="inhalte" /> </div>
<div id="footer">	
</div>
</div>


and inside the Partials html code "Inhalte" and have this code <f:format.raw>{content}</f:format.raw>


and finally the script inside the template 

Fluidtemplate = FLUIDTEMPLATE 
Fluidtemplate {
file = fileadmin/template_new/Private/Einspaltig.html 
layoutRootPath = fileadmin/template_new/Private/Layout/
partialRootPath = fileadmin/template_new/Private/Partials/
variables {
inhalt <styles.content.get
}
}
page = PAGE
page {
config{
doctype = xhtml_trans
}
typeNum =0
includeCSS.main = fileadmin/template_new/Public/Stylesheet/main.css
10 < Fluidtemplate
}


to be honest i review it many time and i couldnt found the problem 

thank you again for your help

_______________________________________________
Flow mailing list
Flow at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/flow



More information about the Flow mailing list