exec_INSERTquery
caller TYPO3\CMS\Core\Database\DatabaseConnection::exec_INSERTquery
ERROR No database selected
lastBuiltQuery INSERT INTO sys_log (userid,type,action,error,details_nr,details,IP,tstamp,workspace) VALUES ('0','5','0','2','0','Core: Exception handler (WEB): 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. | RuntimeException thrown in file /home/didacgal/typo3src/typo3_src-6.2.31/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1687. Requested URL: https://didac.didac.ch/sprachjahr/didac-sprachjahr.html','44.204.204.14','1711616526','0')
debug_backtrace TYPO3\CMS\Core\Error\AbstractExceptionHandler->handleException# // TYPO3\CMS\Core\Error\DebugExceptionHandler->echoExceptionWeb#44 // TYPO3\CMS\Core\Error\AbstractExceptionHandler->writeLogEntries#51 // TYPO3\CMS\Core\Error\AbstractExceptionHandler->writeLog#85 // TYPO3\CMS\Core\Database\DatabaseConnection->exec_INSERTquery#123 // TYPO3\CMS\Core\Database\DatabaseConnection->debug#218
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/didacgal/typo3src/typo3_src-6.2.31/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1687.

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

/home/didacgal/typo3src/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/didacgal/typo3src/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/didacgal/typo3src/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/didacgal/typo3src/typo3_src-6.2.31/typo3/sysext/cms/tslib/index_ts.php:
00090: }
00091: 
00092: $TSFE->connectToDB();
00093: $TSFE->sendRedirect();
00094: 

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

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