[TYPO3-mvc] Layouts: Default.html or default.html ?

Marc Bastian Heinrichs typo3 at mbh-web.de
Fri Feb 18 10:30:30 CET 2011


Hey,

> i brought my ext from local dev (OSX) to testing server (Ubuntu)
> and i got several errors from Extbase/FLuid which could not find the  
> /Layouts/default.html
> 
> indeed it was named Default.html (as regular convention, right? and fully  
> working on OSX)
>
> i had to rename that file to default.html to make it work....
>
> any idea?

Uppercase is convention for the template files. When your layout
filename is Default.html, you have to define the layout uppercase in the
template files: <f:layout name="Default" /> and not:
<f:layout name="default" />

Best
Marc Bastian


More information about the TYPO3-project-typo3v4mvc mailing list