Project

General

Profile

Bug #99282

Updated by Daniel Siepmann over 1 year ago

# Setup TypoScript rendering<pre>page > 
 page = PAGE 
 page.10 = TEXT 
 page.10.value = test 
 </pre>  
 # Log in to the TYPO3 backend 
 # Load a frontend page 
 # Change TypoScript, e.g.<pre>page.10.value = test new</pre> 
 # 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, tool / Maintenance Module, "Flush frontend cache", "Flush all caches". Module.

Back