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 /www/htdocs/v132689/upda
      te2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Database/Da
      tabaseConnection.php in line 1782. Requested URL: https://redaktion.iti-germ
      any.de/index.php?id=318&mid=259&aC=85584df7&jumpurl=24','','54.205.179.155',
      '1710842855','0')
' (929 chars) debug_backtrace => 'TYPO3\CMS\Core\Error\AbstractExceptionHandler->handleException# // TYPO3\CMS
      \Core\Error\DebugExceptionHandler->echoExceptionWeb#46 // TYPO3\CMS\Core\Err
      or\AbstractExceptionHandler->writeLogEntries#50 // TYPO3\CMS\Core\Error\Abst
      ractExceptionHandler->writeLog#92 // TYPO3\CMS\Core\Database\DatabaseConnect
      ion->exec_INSERTquery#136 // 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
/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1782.

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

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01335:                 }
01336:             }
01337:             $this->checkConnectionCharset();
01338:         } else {
01339:             // @todo This should raise an exception. Would be useful especially to work during installation.

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

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01658:         }
01659: 
01660:         if ($this->sql_pconnect()) {
01661:             if (!$this->sql_select_db()) {
01662:                 throw new \RuntimeException(

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

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00491:     {
00492:         if (!$this->isConnected) {
00493:             $this->connectDB();
00494:         }
00495:         return $this->link->query($query);

9 TYPO3\CMS\Core\Database\DatabaseConnection::query("SELECT mailContent, page, authcode_fieldList FROM sys_dmail WHERE uid = 259")

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00310:     {
00311:         $query = $this->SELECTquery($select_fields, $from_table, $where_clause, $groupBy, $orderBy, $limit);
00312:         $res = $this->query($query);
00313:         if ($this->debugOutput) {
00314:             $this->debug('exec_SELECTquery');

8 TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTquery("mailContent, page, authcode_fieldList", "sys_dmail", "uid = 259")

/www/htdocs/v132689/update2019.iti-germany.de/typo3conf/ext/direct_mail/Classes/Hooks/JumpurlController.php:
00066:                     'mailContent, page, authcode_fieldList',
00067:                     'sys_dmail',
00068:                     'uid = ' . intval($mid)
00069:                 );
00070: 

7 DirectMailTeam\DirectMail\Hooks\JumpurlController::preprocessRequest(array, array)
6 call_user_func_array(array, array)

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04406:                     }
04407:                     // Call method:
04408:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04409:                 } else {
04410:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

5 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DirectMailTeam\DirectMail\Hooks\JumpurlController->preprocessRequest", array, array)

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00090:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/index_ts.php']['preprocessRequest'] as $hookFunction) {
00091:                 $hookParameters = [];
00092:                 GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
00093:             }
00094:             unset($hookFunction);

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

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/typo3/sysext/core/Classes/Core/Bootstrap.php:
00309: 
00310:         // Execute the command which returns a Response object or NULL
00311:         $this->response = $requestHandler->handleRequest($request);
00312:         return $this;
00313:     }

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

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/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()

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/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}()

/www/htdocs/v132689/update2019.iti-germany.de/typo3_src-7.6.32/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });