Bug #99282
closed
Re loading frontend without cache keeps loading cached TypoScript
Added by Daniel Siepmann almost 2 years ago.
Updated almost 2 years ago.
Description
- Setup TypoScript rendering
page >
page = PAGE
page.10 = TEXT
page.10.value = test
- Log in to the TYPO3 backend
- Load a frontend page
- Change TypoScript, e.g.
page.10.value = test new
- re load frontend page without cache, e.g. by pressing CTRL+SHIFT+r on Linux
This should load the frontend without caches which worked fine in 11.5 and older versions.
But this does no longer work in current main, the TypoScript seems to be loaded from cache.
Adjusting TypoScript setup inside the filesystem only takes effect after clearing the cache e.g. via install tool, Maintenance Module, "Flush frontend cache", "Flush all caches".
- Description updated (diff)
- Related to Task #99120: Deprecate old TypoScriptParser added
- Category set to TypoScript
- Status changed from New to Accepted
- Assignee set to Christian Kuhn
- Target version set to 12.2
- Status changed from Accepted to Needs Feedback
is your TS in files or in sys_template records?
Had a chat with Daniel here:
Main concern: When TypoScript located in files is changed, then shift-reload of a FE page (with logged in BE user) does not consider the changed file. This worked before in v11.
I'll have a look to see if I can confirm this and if so, will see if we can manage to solve this.
- Status changed from Needs Feedback to Accepted
confirmed. found issue. will push a fix and will update the breaking.rst of the new parser to hint for changed cache handling.
- Status changed from Accepted to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Related to Bug #99334: Minor typo in .rst file added
- Related to Bug #99857: Prevent disabled page cache access added
- Status changed from Resolved to Closed
Also available in: Atom
PDF