Typo3 ne reconnaît pas utf8mb4

Support Wissensdatenbank

Du bist hier:
Print

Typo3 ne reconnaît pas utf8mb4

Il peut arriver que Typo3 ne reconnaisse pas le nouveau format UTF8MB4. Il se peut qu’une page blanche s’affiche ou que Typo3 affiche un message d’erreur UTF8. Pour résoudre ce problème, on peut mettre à jour Typo3 avec la dernière version. Il est également possible d’adapter la DatabaseConnection comme suit, en complétant les lignes :

Fichier : httpdocs/typo3/sysext/core/Classes/Database/DatabaseConnection.php à la ligne ~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