Actions
Bug #102065
closedInvalid TypoScript import causes the complete file to be ignored
Start date:
2023-09-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using an invalid import within a TypoScript file causes the file to be skipped/ignored entirely.
Example file:
<INCLUDE_TYPOSCRIPT: source="DIR:./Setup/">
<INCLUDE_TYPOSCRIPT: source="DIR:../global/Setup/">
The second import is invalid, but also the first import is ignored.
I would expect to have only the faulty include line to be ignored.
The missing error reporting is documented with #102064.
Actions