Warning: Use of undefined constant t3lib_utility_VersionNumber - assumed 't3lib_utility_VersionNumber' (this will throw an Error in a future version of PHP) in /www/htdocs/w00d1433/typo3temp/Cache/Code/cache_core/ext_localconf_d4e55087718322952d25988a8050f9652cf7fd7f.php on line 1271

Warning: Use of undefined constant t3lib_utility_VersionNumber - assumed 't3lib_utility_VersionNumber' (this will throw an Error in a future version of PHP) in /www/htdocs/w00d1433/typo3conf/ext/t3jquery/class.tx_t3jquery.php on line 559
TYPO3 Exception
Uncaught TYPO3 Exception
#1389697515: It looks like the character set utf8 is not used for this connection even though it is configured as connection charset. This TYPO3 installation is using the $GLOBALS['TYPO3_CONF_VARS']['SYS']['setDBinit'] property with the following value: "". Please make sure that this command does not overwrite the configured charset. Please note that for the TYPO3 database everything other than utf8 is unsupported since version 4.7. (More information)

RuntimeException thrown in file
/www/htdocs/w00d1433/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1692.

5 TYPO3\CMS\Core\Database\DatabaseConnection::checkConnectionCharset()

/www/htdocs/w00d1433/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01225:    }
01226:    $this->setSqlMode();
01227:    $this->checkConnectionCharset();
01228:   } else {
01229:    // @TODO: This should raise an exception. Would be useful especially to work during installation.

4 TYPO3\CMS\Core\Database\DatabaseConnection::sql_pconnect()

/www/htdocs/w00d1433/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01571:   }
01572: 
01573:   if ($this->sql_pconnect()) {
01574:    if (!$this->sql_select_db()) {
01575:     throw new \RuntimeException(

3 TYPO3\CMS\Core\Database\DatabaseConnection::connectDB()

/www/htdocs/w00d1433/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01007:  public function connectToDB() {
01008:   try {
01009:    $GLOBALS['TYPO3_DB']->connectDB();
01010:   } catch (\RuntimeException $exception) {
01011:    switch ($exception->getCode()) {

2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::connectToDB()

/www/htdocs/w00d1433/typo3/sysext/cms/tslib/index_ts.php:
00103: }
00104: 
00105: $TSFE->connectToDB();
00106: $TSFE->sendRedirect();
00107: 

1 require("/www/htdocs/w00d1433/typo3/sysext/cms/tslib/index_ts.php")

/www/htdocs/w00d1433/index.php:
00040:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00041: 
00042: require(PATH_tslib . 'index_ts.php');