Skip to content

BUG: Update to 7.1.4 breaks rendering of plugin #1957

@LimeUwe

Description

@LimeUwe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions