Actions
Task #105242
closedDisplay errors executing the fluid:schema:generate command
Start date:
2024-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Previously, the command exited with an exception when a problem occured with Fluid 4.0.0. With Fluid 4.0.1 possible errors are caught and collected.
The command now fetches these possible errors and outputs them on the console.
This is useful, for example, when ViewHelpers use the constructor to initialize services, like EXT:schema. Also errors might hint to technical debts which should be solved by the extension author.
Actions