Typo3 does not recognise utf8mb4

Support Wissensdatenbank

Du bist hier:
Print

Typo3 does not recognise utf8mb4

It can happen that Typo3 does not recognise the new UTF8MB4 format. A white page may be displayed or Typo3 may display a UTF8 error message. To solve the problem, you can update Typo3 to the latest version. Alternatively, the DatabaseConnection can be adapted as follows by commenting out the lines:

File: httpdocs/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line ~1687.

# if ($charsetVariables[$variableName] !== $this->connectionCharset) {
# $hasValidCharset = FALSE;
# break;
# }

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post