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.

12 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.

11 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(

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

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00466:  protected function query($query) {
00467:   if (!$this->isConnected) {
00468:    $this->connectDB();
00469:   }
00470:   return $this->link->query($query);

9 TYPO3\CMS\Core\Database\DatabaseConnection::query("SELECT uid,pid,missing,type,storage,identifier,ideate,folder_hash FROM sys_file WHERE uid=32 LIMIT 1")

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00301:  public function exec_SELECTquery($select_fields, $from_table, $where_clause, $groupBy = '', $orderBy = '', $limit = '') {
00302:   $query = $this->SELECTquery($select_fields, $from_table, $where_clause, $groupBy, $orderBy, $limit);
00303:   $res = $this->query($query);
00304:   if ($this->debugOutput) {
00305:    $this->debug('exec_SELECTquery');

8 TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTquery("uid,pid,missing,type,storage,identifier,identifier1,size,creation_date,modification_date,folder_hash", "sys_file", "uid=32", "", "", "1")

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00404:   */
00405:  public function exec_SELECTgetSingleRow($select_fields, $from_table, $where_clause, $groupBy = '', $orderBy = '', $numIndex = FALSE) {
00406:   $res = $this->exec_SELECTquery($select_fields, $from_table, $where_clause, $groupBy, $orderBy, '1');
00407:   if ($this->debugOutput) {
00408:    $this->debug('exec_SELECTquery');

7 TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTgetSingleRow("uid,pid,missing,type,storage,identifier,identifier1,size,creation_date,modification_date,folder_hash", "sys_file", "uid=32")

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php:
00095:    implode(',', $this->fields),
00096:    $this->table,
00097:    'uid=' . (int)$fileUid
00098:   );
00099:   return is_array($row) ? $row : FALSE;

6 TYPO3\CMS\Core\Resource\Index\FileIndexRepository::findOneByUid(32)

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00343:    // Fetches data in case $fileData is empty
00344:    if (empty($fileData)) {
00345:     $fileData = $this->getFileIndexRepository()->findOneByUid($uid);
00346:     if ($fileData === FALSE) {
00347:      throw new \TYPO3\CMS\Core\Resource\Exception\FileDoesNotExistException('No file found for given UID.', 1317178604);

5 TYPO3\CMS\Core\Resource\ResourceFactory::getFileObject(32)

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/frontend/Classes/Controller/ShowImageController.php:
00131:   try {
00132:    if (\TYPO3\CMS\Core\Utility\MathUtility::canBeInterpretedAsInteger($fileUid)) {
00133:     $this->file = \TYPO3\CMS\Core\Resource\ResourceFactory::getInstance()->getFileObject((int)$fileUid);
00134:    } else {
00135:     $this->file = \TYPO3\CMS\Core\Resource\ResourceFactory::getInstance()->retrieveFileOrFolderObject($fileUid);

4 TYPO3\CMS\Frontend\Controller\ShowImageController::init()

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/frontend/Classes/Controller/ShowImageController.php:
00204:   */
00205:  public function execute() {
00206:   $this->init();
00207:   $this->main();
00208:   $this->printContent();

3 TYPO3\CMS\Frontend\Controller\ShowImageController::execute()

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/cms/tslib/showpic.php:
00036: // Make instance:
00037: $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Frontend\\Controller\\ShowImageController');
00038: $SOBE->execute();

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

/home/zsbbernc/typo3/typo3_src-6.2.31/typo3/sysext/cms/tslib/index_ts.php:
00064:   // Remove any output produced until now
00065:   ob_clean();
00066:   require $classPath;
00067:  }
00068:  die;

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');