Bug #24582 ยป 17046.diff
t3lib/config_default.php (Arbeitskopie) | ||
---|---|---|
}
|
||
} elseif ($TYPO3_CONF_VARS['BE']['forceCharset'] !== 'utf-8' && $typo_db) {
|
||
t3lib_div::deprecationLog('This TYPO3 installation does not enforce the UTF-8 character set.' . chr(10) .
|
||
t3lib_div::deprecationLog('This TYPO3 installation does not enforce the UTF-8 character set by setting $TYPO3_CONF_VARS[\'BE\'][\'forceCharset\'] = \'utf-8\'.' . chr(10) .
|
||
'Everything other than UTF-8 is deprecated since TYPO3 4.5.' . chr(10) .
|
||
'The DB, its connection and TYPO3 should be migrated to UTF-8 therefore. Please check your setup.');
|
||
}
|
||
... | ... | |
// TODO: Add a link to a website with more information here
|
||
t3lib_div::deprecationLog('This TYPO3 installation is using the $TYPO3_CONF_VARS[\'SYS\'][\'setDBinit\'] property with the following value:' . chr(10) .
|
||
$TYPO3_CONF_VARS['SYS']['setDBinit'] . chr(10) . chr(10) .
|
||
'It looks like UTF-8 is not used for this connection.' . chr(10) . chr(10) .
|
||
'It looks like UTF-8 is not used for this connection (expected \'SET NAMES utf8\' as value).' . chr(10) . chr(10) .
|
||
'Everything other than UTF-8 is deprecated since TYPO3 4.5.' . chr(10) .
|
||
'The DB, its connection and TYPO3 should be migrated to UTF-8 therefore. Please check your setup.');
|
||
}
|