Actions
Bug #73080
closedInstall tool "All Configuration" view fails with Fluid error message
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-02-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Cause of error is usage of reserved variable name "sections" which is also used by the ParsingState when determining which root nodes to compile as sections. Avoiding that variable name solves the issue.
Updated by Gerrit Code Review almost 9 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/46447
Updated by Anonymous almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9dc3846ff97cef2a89002069d42abd0658bb1d40.
Updated by Frank Nägler over 8 years ago
Follow-Up Pull-Request: https://github.com/TYPO3Fluid/Fluid/pull/85
Actions