Bug #106543
closedWrong Fluid exception message on missing template since v13.4.9
100%
Description
With TYPO3 v13.4.8 I get the following exception message when the template of an Extbase plugin cannot be found:
#1257246929 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException Tried resolving a template file for controller action "MyController->show" in format ".html", but none of the paths contained the expected template file (MyController/Show.html). The following paths were checked: /var/www/html/vendor/user/my_extension/Resources/Private/Templates/
Now, with TYPO3 v13.4.9 the following wrong exception message is returned:
#1742058289 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException PAGEVIEW TypoScript object: Failed to resolve the expected template file "Pages/Default.html" for layout "default". See also: https://docs.typo3.org/permalink/t3tsref:cobj-pageview@13.4. The following paths were checked: EXT:my_site/Resources/Private/Templates/Pages/Default.html, ...
Updated by Chris Müller 18 days ago
- Subject changed from WrongFluid exception message on missing template since v13.4.9 to Wrong Fluid exception message on missing template since v13.4.9
Updated by Georg Ringer 18 days ago
- Related to Bug #106545: PAGEVIEW hides cause of exceptions added
Updated by Garvin Hicking 17 days ago
- Related to Task #106372: Improve error message when a PAGEVIEW template is not found. added
Updated by Gerrit Code Review 10 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89162
Updated by Gerrit Code Review 10 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89162
Updated by Gerrit Code Review 10 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89170
Updated by Oliver Bartsch 10 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c45a0f94d49a1886409112c7b3fd497784d9e474.