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: \"utf-8\". Plea
      se make sure that this command does not overwrite the configured charset. Pl
      ease note that for the TYPO3 database everything other than utf8 is unsuppor
      ted since version 4.7. | RuntimeException thrown in file /home/httpd/vhosts/
      videoone.ch/httpdocs/typo3_src-7.6.32/typo3/sysext/core/Classes/Database/Dat
      abaseConnection.php in line 1782. Requested URL: https://www.videoone.ch/ind
      ex.php?id=3','','3.94.102.228','1711671529','0')
' (884 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: "utf-8". 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/httpd/vhosts/videoone.ch/httpdocs/typo3_src-7.6.32/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1782.

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

/home/httpd/vhosts/videoone.ch/httpdocs/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.

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

/home/httpd/vhosts/videoone.ch/httpdocs/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(

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

/home/httpd/vhosts/videoone.ch/httpdocs/typo3_src-7.6.32/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()

/home/httpd/vhosts/videoone.ch/httpdocs/typo3_src-7.6.32/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(TYPO3\CMS\Core\Http\ServerRequest)

/home/httpd/vhosts/videoone.ch/httpdocs/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)

/home/httpd/vhosts/videoone.ch/httpdocs/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()

/home/httpd/vhosts/videoone.ch/httpdocs/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}()

/home/httpd/vhosts/videoone.ch/httpdocs/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: });