Typo3 non riconosce utf8mb4

Support Wissensdatenbank

Du bist hier:
Print

Typo3 non riconosce utf8mb4

Può accadere che Typo3 non riconosca il nuovo formato UTF8MB4. Potrebbe essere visualizzata una pagina bianca o Typo3 potrebbe emettere un messaggio di errore UTF8. Per risolvere il problema, è possibile aggiornare Typo3 alla versione più recente. In alternativa, la DatabaseConnection può essere adattata come segue, in cui le righe sono commentate:

File: httpdocs/typo3/sysext/core/Classes/Database/DatabaseConnection.php nella riga ~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