Project

General

Profile

Actions

Bug #98552

closed

Content not rendered in frontend in v12.0

Added by Chris Müller over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
Start date:
2022-10-08
Due date:
% Done:

100%

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

Description

Without activating the option "Clear setup" in the sys_template record of the root page, no content elements are displayed in frontend.

Steps:
- Install TYPO3 v12.0
- In the setup tool choose the option "Create empty start page"
- Create in backend a content element on the start page
- Look at the frontend output: no content element is displayed
- Activate "Clear setup" in sys_template record
- Look at the frontend output: content element is displayed


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #99331: Dynamically set 'clear' TypoScript flagClosed2022-12-10

Actions
Related to TYPO3 Core - Feature #97816: New TypoScript parserClosed2022-06-27

Actions
Has duplicate TYPO3 Core - Bug #98623: Set "clear setup" option when creating a new page in the install toolClosed2022-10-15

Actions
Actions #1

Updated by Chris Müller over 1 year ago

  • Description updated (diff)
Actions #2

Updated by Chris Müller over 1 year ago

  • Description updated (diff)
Actions #3

Updated by Chris Müller over 1 year ago

  • Subject changed from Content element not rendered in frontend in v12.0 to Content not rendered in frontend in v12.0
Actions #4

Updated by Riccardo De Contardi over 1 year ago

I've been able to reproduce the problem with a very basic TypoScript setup like:

page = PAGE
page.5 = TEXT
page.5 {
  data = page:title
  wrap = <h1>|</h1>
}

page.100 = CONTENT
page.100 {
    table = tt_content
    select {
        orderBy = sorting
        where = {#colPos}=0
    }
}

The page.5 object is rendered, while page.100 is not

Actions #5

Updated by Georg Ringer over 1 year ago

  • Assignee set to Christian Kuhn
  • Target version set to 12.1
Actions #6

Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

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

Actions #7

Updated by Christian Kuhn over 1 year ago

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

Updated by Chris Müller over 1 year ago

  • Has duplicate Bug #98623: Set "clear setup" option when creating a new page in the install tool added
Actions #9

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions #10

Updated by Christian Kuhn over 1 year ago

  • Related to Bug #99331: Dynamically set 'clear' TypoScript flag added
Actions #11

Updated by Christian Kuhn over 1 year ago

Actions

Also available in: Atom PDF