Bug #98552
closed
Content not rendered in frontend in v12.0
Added by Chris Müller about 2 years ago.
Updated almost 2 years ago.
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
- Description updated (diff)
- Description updated (diff)
- Subject changed from Content element not rendered in frontend in v12.0 to Content not rendered in frontend in v12.0
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
- Assignee set to Christian Kuhn
- Target version set to 12.1
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Has duplicate Bug #98623: Set "clear setup" option when creating a new page in the install tool added
- Status changed from Resolved to Closed
- Related to Bug #99331: Dynamically set 'clear' TypoScript flag added
Also available in: Atom
PDF