Project

General

Profile

Actions

Bug #90288

closed

Template file "PageZero.html" contains Fluid syntax errors

Added by Claus Due almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-02-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In TYPO3 8.7 (possibly also 9.5) the template file "PageZero.html" belonging to the tstemplate extension, contains the following syntax errors:

  • <f:if condition="{f:count({page._templates}))}">
  • <f:if condition="{f:count({page._nodes}))}">

Both of these should be replaced with the valid syntax alternatives:

  • <f:if condition="{page._templates}">
  • <f:if condition="{page._nodes}">
Actions #1

Updated by Claus Due almost 5 years ago

  • Category set to Fluid
Actions #2

Updated by Claus Due almost 5 years ago

Problem is fixed in TYPO3 9.5 by switching to inline pass.

Actions #3

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63134

Actions #4

Updated by Anonymous almost 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF