Bug #79098
closedCMS Fluid adapter can cause fatal PHP error
100%
Description
When attempting to render a template when a valid TS configuration cannot be found, a fatal php error is triggered because ConfigurationManager returns NULL when asked to return "all typoscript".
This is very much an edge case, but it can be completely and safely prevented by casting the output of "all typoscript" to an array (empty array, causes pointing to extension's default expected template folders).
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51048
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51048
Updated by Anonymous almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a756ed78f2f6b5464786a4e679765d9a50356639.