We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I only get a white screen in frontend with no html output at all. I imported the db an in backend everything seems good. do you have any idea?
Found the problem. regression bug in typo3 8.6.2 metaCharset need to be lowercase LOL. please change config.metaCharset = UTF-8 to metaCharset = utf-8
The text was updated successfully, but these errors were encountered:
actualy the Problem is in EXT:themes, but maybe you can fix it in t3kit anyway
Sorry, something went wrong.
[BUGFIX] fix 'white screen' in frontend for TYPO3 8.7.2, resolves #249
37c9e53
add config.metaCharset = utf-8 setting in theme_t3kit to override uppercase setting from themes
140b350
pixelmatseriks
No branches or pull requests
I only get a white screen in frontend with no html output at all. I imported the db an in backend everything seems good. do you have any idea?
Found the problem. regression bug in typo3 8.6.2 metaCharset need to be lowercase LOL.
please change config.metaCharset = UTF-8 to metaCharset = utf-8
The text was updated successfully, but these errors were encountered: