Skip to content

[BUGFIX] Use LanguageService instead of Extbase LocalizationUtility - #145

Open
twojtylak wants to merge 1 commit into
xperseguers:masterfrom
toujou:fix/use-LanguageService-instead-of-Extbase-LocalizationUtility
Open

[BUGFIX] Use LanguageService instead of Extbase LocalizationUtility#145
twojtylak wants to merge 1 commit into
xperseguers:masterfrom
toujou:fix/use-LanguageService-instead-of-Extbase-LocalizationUtility

Conversation

@twojtylak

Copy link
Copy Markdown
Contributor

Avoids RuntimeException 1700841298 caused by missing TypoScript setup in cached frontend scope. LocalizationUtility requires full TypoScript to override labels defined via TypoScript, which may lead to an error.

RuntimeException 1700841298 Setup array has not been initialized. This happens in cached Frontend scope where full TypoScript is not needed by the system.

Avoids RuntimeException 1700841298 caused by missing TypoScript setup
in cached frontend scope. LocalizationUtility requires full TypoScript
to override labels defined via TypoScript, which may lead to an error.

RuntimeException 1700841298 Setup array has not been initialized. This happens in cached Frontend scope where full TypoScript is not needed by the system.
@maikschneider

Copy link
Copy Markdown

I can confirm the issue. This PR solves the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants