Actions
Bug #99338
closedThe page is not configured! [type=0][page] if sys_template.clear is not set
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-12-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Seems to me like a small bug in TYPO3 12.1.0
If I add a TypoScript template to a new root page with a valid site configuration, I have to clear "setup" even if there is no setup passed from an page above (because there is no page above). Yes, the flag sys_template.root is set.
If the clear setup checkbox is not set, the known error occurs:
The page is not configured! [type=0][page]. This means that there is no TypoScript object of type PAGE with typeNum=0 configured.
Test setup for this could be (with added static template from fluid_styled_content):
page = PAGE page.10 < styles.content.get
Updated by Chris Müller almost 2 years ago
- Related to Bug #99331: Dynamically set 'clear' TypoScript flag added
Updated by Chris Müller almost 2 years ago
I assume it is fixed with: https://forge.typo3.org/issues/99331
See also the comment in the commit message: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77010
Updated by Alex Kellner over 1 year ago
I can confirm that the issue is solved in 12.3.0
Updated by Benni Mack over 1 year ago
- Status changed from New to Closed
thanks for the feedback. closing the issue.
Actions