Project

General

Profile

Actions

Bug #65340

closed

Show error message when FLUIDTEMPLATE file path is incorrect

Added by Olle Haerstedt about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
TypoScript
Target version:
Start date:
2015-02-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

Wasted an hour on a problem which was a simple typo in my file path. Would be good if there were an error message if this happened. Example TS:

tt_content.cat_button = FLUIDTEMPLATE
tt_content.cat_button {
    template = FILE
    template.file = EXT:so_product/Resources/Private/Templates/ContentELements/CategoryButton.html
    layoutRootPath = EXT:so_product/Resources/Private/Layouts/
}

Typo with `L` instead of `l` in `ContentELements`.

Suggestion for error message: `No such file or directory found`.

Actions

Also available in: Atom PDF