array(4 items)
   caller => 'TYPO3\CMS\Core\Database\DatabaseConnection::exec_INSERTquery' (60 chars)
   ERROR => 'No database selected' (20 chars)
   lastBuiltQuery => 'INSERT INTO sys_log (userid,type,action,error,details_nr,details,log_data,IP
      ,tstamp,workspace) VALUES ('0','5','0','2','0','Core: Exception handler (WEB
      ): Uncaught TYPO3 Exception: #1389697515: It looks like the character set ut
      f8 is not used for this connection even though it is configured as connectio
      n charset. This TYPO3 installation is using the $GLOBALS[\'TYPO3_CONF_VARS\'
      ][\'SYS\'][\'setDBinit\'] property with the following value: \"\". Please ma
      ke sure that this command does not overwrite the configured charset. Please
      note that for the TYPO3 database everything other than utf8 is unsupported s
      ince version 4.7. | RuntimeException thrown in file /var/www/healthweek-live
      /typo3_src-7.6.18/typo3/sysext/core/Classes/Database/DatabaseConnection.php
      in line 1767. Requested URL: https://www.health-week.de/','','54.85.255.74',
      '1710843562','0')
' (853 chars) debug_backtrace => 'TYPO3\CMS\Core\Error\AbstractExceptionHandler->handleException# // TYPO3\CMS
      \Core\Error\DebugExceptionHandler->echoExceptionWeb#45 // TYPO3\CMS\Core\Err
      or\AbstractExceptionHandler->writeLogEntries#50 // TYPO3\CMS\Core\Error\Abst
      ractExceptionHandler->writeLog#91 // TYPO3\CMS\Core\Database\DatabaseConnect
      ion->exec_INSERTquery#135 // TYPO3\CMS\Core\Database\DatabaseConnection->deb
      ug#223
' (386 chars)
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
/var/www/healthweek-live/typo3_src-7.6.18/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1767.

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

/var/www/healthweek-live/typo3_src-7.6.18/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01320:                 }
01321:             }
01322:             $this->checkConnectionCharset();
01323:         } else {
01324:             // @todo This should raise an exception. Would be useful especially to work during installation.

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

/var/www/healthweek-live/typo3_src-7.6.18/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01643:         }
01644: 
01645:         if ($this->sql_pconnect()) {
01646:             if (!$this->sql_select_db()) {
01647:                 throw new \RuntimeException(

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

/var/www/healthweek-live/typo3_src-7.6.18/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
00968:     {
00969:         try {
00970:             $this->getDatabaseConnection()->connectDB();
00971:         } catch (\RuntimeException $exception) {
00972:             switch ($exception->getCode()) {

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

/var/www/healthweek-live/typo3_src-7.6.18/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00106:         }
00107: 
00108:         $this->controller->connectToDB();
00109:         $this->controller->sendRedirect();
00110: 

4 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest()

/var/www/healthweek-live/typo3_src-7.6.18/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

3 TYPO3\CMS\Core\Core\Bootstrap::handleRequest()

/var/www/healthweek-live/typo3_src-7.6.18/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

2 TYPO3\CMS\Frontend\Http\Application::run()

/var/www/healthweek-live/typo3_src-7.6.18/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 {closure}()

/var/www/healthweek-live/typo3_src-7.6.18/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });