Bug #99282
closedRe loading frontend without cache keeps loading cached TypoScript
100%
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".
Updated by Daniel Siepmann almost 2 years ago
- Related to Task #99120: Deprecate old TypoScriptParser added
Updated by Georg Ringer almost 2 years ago
- Category set to TypoScript
- Status changed from New to Accepted
- Assignee set to Christian Kuhn
- Target version set to 12.2
Updated by Georg Ringer almost 2 years ago
- Status changed from Accepted to Needs Feedback
is your TS in files or in sys_template records?
Updated by Christian Kuhn almost 2 years ago
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.
Updated by Christian Kuhn almost 2 years ago
- 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.
Updated by Christian Kuhn almost 2 years ago
- Related to Feature #97816: New TypoScript parser added
Updated by Gerrit Code Review almost 2 years ago
- Status changed from Accepted 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/+/77012
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 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/+/77012
Updated by Christian Kuhn almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4b47665eeb27e5ac6a694199b5e90b5ff7550d88.
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #99334: Minor typo in .rst file added
Updated by Christian Kuhn almost 2 years ago
- Related to Bug #99857: Prevent disabled page cache access added
Updated by Benni Mack almost 2 years ago
- Status changed from Resolved to Closed