Typo3 Flow: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(Probleme)
(f:format.html funktioniert nicht richtig! html code wird zum Teil übersetzt ausgegeben)
Zeile 24: Zeile 24:
  
 
anstatt  
 
anstatt  
<source lang="html">
+
<source lang="html4strict">
 
<f:format.html >{CONTENT_MIDDLE}</f:format.html>
 
<f:format.html >{CONTENT_MIDDLE}</f:format.html>
 
</source>
 
</source>
 
den Parameter parseFuncTSPath="" reseten
 
den Parameter parseFuncTSPath="" reseten
<source lang="html">
+
<source lang="html4strict">
 
<f:format.html parseFuncTSPath="">{CONTENT_MIDDLE}</f:format.html>
 
<f:format.html parseFuncTSPath="">{CONTENT_MIDDLE}</f:format.html>
 
</source>
 
</source>

Version vom 5. September 2013, 10:09 Uhr

typo3

Installation

curl -s https://getcomposer.org/installer | php
php composer.phar create-project --dev --keep-vcs typo3/flow-base-distribution Quickstart 2.0.0-beta1
cd Quickstart/
./flow core:setfilepermissions sn www-data www-data

Quellen

Probleme

Flow requires the PHP setting "date.timezone" to be set. (Error #1342087777)

siehe auch date.timezone

date.timezone = Europe/Berlin

f:format.html funktioniert nicht richtig! html code wird zum Teil übersetzt ausgegeben

anstatt

<f:format.html >{CONTENT_MIDDLE}</f:format.html>

den Parameter parseFuncTSPath="" reseten

<f:format.html parseFuncTSPath="">{CONTENT_MIDDLE}</f:format.html>