Warning: Use of undefined constant FLOW_PATH_PACKAGES - assumed 'FLOW_PATH_PACKAGES' (this will throw an Error in a future version of PHP) in /home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Core/Bootstrap.php on line 327
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
/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1687.

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

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01220:    }
01221:    $this->setSqlMode();
01222:    $this->checkConnectionCharset();
01223:   } else {
01224:    // @TODO: This should raise an exception. Would be useful especially to work during installation.

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

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01565:   }
01566: 
01567:   if ($this->sql_pconnect()) {
01568:    if (!$this->sql_select_db()) {
01569:     throw new \RuntimeException(

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

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

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

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/cms/tslib/index_ts.php:
00090: }
00091: 
00092: $TSFE->connectToDB();
00093: $TSFE->sendRedirect();
00094: 

1 require("/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/cms/tslib/index_ts.php")

/home/zsbbernc/typo3/typo3_src-6.2.31/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');