Project

General

Profile

Actions

Bug #99282

closed

Re loading frontend without cache keeps loading cached TypoScript

Added by Daniel Siepmann over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Category:
TypoScript
Target version:
Start date:
2022-12-06
Due date:
% Done:

100%

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

Description

  1. Setup TypoScript rendering
    page >
    page = PAGE
    page.10 = TEXT
    page.10.value = test
    
  2. Log in to the TYPO3 backend
  3. Load a frontend page
  4. Change TypoScript, e.g.
    page.10.value = test new
  5. 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".


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Task #99120: Deprecate old TypoScriptParserClosed2022-11-17

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

Actions
Related to TYPO3 Core - Bug #99334: Minor typo in .rst fileClosed2022-12-10

Actions
Related to TYPO3 Core - Bug #99857: Prevent disabled page cache accessClosed2023-02-06

Actions
Actions #1

Updated by Daniel Siepmann over 1 year ago

  • Description updated (diff)
Actions #2

Updated by Daniel Siepmann over 1 year ago

  • Related to Task #99120: Deprecate old TypoScriptParser added
Actions #3

Updated by Georg Ringer over 1 year ago

  • Category set to TypoScript
  • Status changed from New to Accepted
  • Assignee set to Christian Kuhn
  • Target version set to 12.2
Actions #4

Updated by Georg Ringer over 1 year ago

  • Status changed from Accepted to Needs Feedback

is your TS in files or in sys_template records?

Actions #5

Updated by Christian Kuhn over 1 year 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.

Actions #6

Updated by Christian Kuhn over 1 year 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.

Actions #7

Updated by Christian Kuhn over 1 year ago

Actions #8

Updated by Gerrit Code Review over 1 year 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

Actions #9

Updated by Gerrit Code Review over 1 year 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

Actions #10

Updated by Christian Kuhn over 1 year ago

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

Updated by Christian Kuhn over 1 year ago

  • Related to Bug #99334: Minor typo in .rst file added
Actions #12

Updated by Christian Kuhn about 1 year ago

  • Related to Bug #99857: Prevent disabled page cache access added
Actions #13

Updated by Benni Mack about 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF