Bug #102638
closed#1666513645 RuntimeException Setup array has not been initialized. This happens in cached Frontend scope where full TypoScript is not needed by the system.
100%
Description
This happens currently in 0bdf6daa7772354dcbeb9c4769a69242362a9c80 when enabling the admin panel in the frontend. I don't know which commit broke this.
Updated by Christian Kuhn 11 months ago
- Status changed from New to Needs Feedback
The deal is: When TS is not fully loaded, then accessing the setup part does throw because it has not been initialized and should not be called. That's valid and much better than just returning something empty - a crash is triggered so dev knows something was called that should not have been.
So the question is: Who calls this and why?
Updated by Christian Kuhn 11 months ago
- Related to Feature #97816: New TypoScript parser added
Updated by Christian Kuhn 11 months ago
- Related to Bug #100759: f:translate does not take overrides of labels in TypoScript into account anymore added
Updated by Christian Kuhn 11 months ago
- Related to deleted (Feature #97816: New TypoScript parser)
Updated by Gerrit Code Review 11 months ago
- Status changed from Needs Feedback 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/+/82396
Updated by Christian Kuhn 11 months ago ยท Edited
This is a regression from the f:translate() VH change. It is triggered by ext:adminpanel which may render (and translate) views in fully-cached scenarios where TypoScript setup is not loaded.
Updated by Gerrit Code Review 10 months 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/+/82396
Updated by Gerrit Code Review 10 months ago
Patch set 3 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/+/82396
Updated by Gerrit Code Review 10 months ago
Patch set 4 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/+/82396
Updated by Gerrit Code Review 10 months ago
Patch set 5 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/+/82396
Updated by Benni Mack 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f2365c9fecb90e15940dc5938d6b4242c7fe7f11.
Updated by Gerrit Code Review 10 months ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82788
Updated by Benni Mack 10 months ago
- Status changed from Under Review to Resolved
Applied in changeset 08fb17122d10b0e3dde8589840d9407078b4206b.