-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Description
After upgrading to 7.1.4 from 7.1.4 one of our plugins brake the page rendering.
Error message:
(1/1) #1257246929 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException
Tried resolving a template file for controller action "Default->Default" in format ".html", but none of the paths contained the expected template file (Default/Default.html). No paths configured.
I traced the reason down to this change in Classes/View/UncacheTemplateView.php:
in line 117:
old:
'parsedTemplate' => null,
to
new:
'parsedTemplate' => $this->getCurrentParsedTemplate(),
Changing the line back to the preview code "fixes" the error.
Metadata
Metadata
Assignees
Labels
No labels