Error:

System locale not set on UTF-8 file system

(Empty systemLocale setting)

$GLOBALS[TYPO3_CONF_VARS][SYS][systemLocale] is not set.


$GLOBALS[TYPO3_CONF_VARS][SYS][systemLocale] is not set. This is fine as long as no UTF-8 file system is used.

Erscheint im Installtool folgende Fehlermeldung, oder ähnlich:
System locale not set on UTF-8 file system (Empty systemLocale setting).

LocalConfiguration.php

TYPO3_CONF_VARS][SYS][systemLocale] = de_DE.UTF-8

$GLOBALS[TYPO3_CONF_VARS][SYS][UTF8filesystem] is set, but $GLOBALS[TYPO3_CONF_VARS][SYS][systemLocale] is empty. Make sure a valid locale which supports UTF-8 is set.

Lösung:
Im Installtool für eine deutschsprachige UTF-8 Installation, folgenden Eintrag (siehe oben) unter "All Configuration" setzen.