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
/var/www/vhosts/ajado.com/httpdocs/typo3_src-6.2.15/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1687.

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

/var/www/vhosts/ajado.com/httpdocs/typo3_src-6.2.15/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php:
03088:       }
03089:       $this->setSqlMode();
03090:       $this->checkConnectionCharset();
03091:      }
03092: 

5 TYPO3\CMS\Dbal\Database\DatabaseConnection::handler_init("_DEFAULT")

/var/www/vhosts/ajado.com/httpdocs/typo3_src-6.2.15/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php:
02567: 
02568:   // Initializing and output value:
02569:   $sqlResult = $this->handler_init('_DEFAULT');
02570:   return $sqlResult;
02571:  }

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

/var/www/vhosts/ajado.com/httpdocs/typo3_src-6.2.15/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()

/var/www/vhosts/ajado.com/httpdocs/typo3_src-6.2.15/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()

/var/www/vhosts/ajado.com/httpdocs/typo3_src-6.2.15/typo3/sysext/cms/tslib/index_ts.php:
00090: }
00091: 
00092: $TSFE->connectToDB();
00093: $TSFE->sendRedirect();
00094: 

1 require("/var/www/vhosts/ajado.com/httpdocs/typo3_src-6.2.15/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/ajado.com/httpdocs/typo3_src-6.2.15/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');