Nabend,
ich habe ein Fluidtemplate erstellt und Lokal mit XAMPP klappt auch alles aber auf dem Webserver nicht.
Wenn ich ein Inhalt mit Bild ode rnur Bild anlege wird dies nicht angezeigt.
Die Codes sind jeweils Auszüge.
// Col 1 col_1 < styles.content.get // Col 2 col_2 < styles.content.get // Col 3 col_3 < styles.content.get // Col 4 col_4 < styles.content.get // Col 5 col_5 < styles.content.get ... FluidTemplate = FLUIDTEMPLATE FluidTemplate{ layoutRootPath = fileadmin/tpl/fluid/Private/Layouts/ partialRootPath = fileadmin/tpl/fluid/Private/Partials/ variables { logo < logo navi < navi col_1 < col_1 col_2 < col_2 col_3 < col_3 col_4 < col_4 col_5 < col_5 footernav < footernav logoFooter < logoFooter } }
<f:format.html parseFuncTSPath="lib.parseFunc">{col_3}</f:format.html> </div>
Auch ohne parseFuncTSPath wird nichts ausgegeben, außer der Titel.
in f:debug steht:
'<div id="c21" class="csc-default" ><div class="csc-header csc-header-n1"&g t;<h1 class="csc-firstHeader">ff</h1& amp;gt;</div></div>' (195 chars)
Ich hoffe jemand kann mir weiter helfen ;)
Danke schon mal