srchild

Results 18 comments of srchild

It does seem likely that there is some problem with my configuration but I haven't tracked it down yet! I will experiment some more. Thanks

I've done some more tests and it really seems that {settings} is not being passed to the Fluid template I simplified my configuration I stopped loading the TS via my...

I've made a clean installation on a spare domain of TYPO3 12.4.33 with Introduction package and t3extblog. I've used PHP 8.1 (but have also tested with 8.2 and 8.3) I've...

If I debug a Frontend template such as Post/Show.html then {settings} appear as expected, confirming that there are values set. ![Image](https://github.com/user-attachments/assets/ef1e8b37-526d-476b-adf2-40522a81c6eb) I've never authored any backend modules, but looking at...

Progress! If I downgrade to either 8.0.0 or 8.0.1 then it works. The envelope icon appears, and also debugging {settings} works as expected. When I upgrade back to 8.0.2 it...

Found it. In 8.0.2 AbstractBckendController.php initializeView is lacking settings ``` /** * Initializes the view before invoking an action method. */ protected function initializeView() { $dateTimeFormat = $GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy'].' '.$GLOBALS['TYPO3_CONF_VARS']['SYS']['hhmm']; if...

Thanks for getting back to me. This blog (on TYPO3 12) has not yet gone live because the person who is to run it has been busy. But we are...

Apologies but that blog has still not gone live (I must chase the person who is supposed to be doing it...) so I have no update for you