Bug #50786
closed
Loading TypoScript files is more picky about doubletick encapsulation
Added by Christian Kuhn over 11 years ago.
Updated over 7 years ago.
Description
With the change of #34621 , the TypoScript inclusion requires " around the file path. This worked before:
<INCLUDE_TYPOSCRIPT: source=FILE:EXT:fx_library/Configuration/TypoScript/setup.txt>
now, only this works:
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:fx_library/Configuration/TypoScript/setup.txt">
Imho, this is a pretty nasty regression, it took us an hour to nail our code down to these missing "
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
- Is Regression set to No
would you still fix this?
yes, it is still open: in both 6.2.15 and 7.5-dev (latest master) the
<INCLUDE_TYPOSCRIPT: source=FILE:fileadmin/setup.txt>
syntax does not work and it is simply ignored.
But on the manual "TypoScript Syntax and In-depth Study", the only syntax reported is the one with the quotes: see https://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/Syntax/Includes/Index.html
maybe it could be added in the documentation that from now on this is the only accepted syntax.
- Target version deleted (
6.2.0)
- Status changed from Needs Feedback to New
So, I would vote to update documentation.
- Status changed from New to Rejected
Sorry, we won't support any nasty perversions on the syntax, it is bad enough already!!!
Also available in: Atom
PDF