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/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1765.

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

/www/htdocs/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01312:                 }
01313:             }
01314:             $this->checkConnectionCharset();
01315:         } else {
01316:             // @todo This should raise an exception. Would be useful especially to work during installation.

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

/www/htdocs/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01642:         }
01643: 
01644:         if ($this->sql_pconnect()) {
01645:             if (!$this->sql_select_db()) {
01646:                 throw new \RuntimeException(

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

/www/htdocs/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00873:         $this->logDeprecation();
00874:         if (!$this->isConnected) {
00875:             $this->connectDB();
00876:         }
00877:         if ($allowNull && $str === null) {

12 TYPO3\CMS\Core\Database\DatabaseConnection::fullQuoteStr("wissen/cms-typo3/extensions/nachrichten-tt-news.html", "tx_realurl_urldata")

/www/htdocs/w019a698/webdesign-passmann.de/typo3conf/ext/realurl/Classes/Cache/DatabaseCache.php:
00217:    'rootpage_id=' . (int)$rootPageId . ' AND ' .
00218:     'speaking_url_hash=' . sprintf('%u', crc32($speakingUrl)) . ' AND ' .
00219:     'speaking_url=' . $this->databaseConnection->fullQuoteStr($speakingUrl, 'tx_realurl_urldata'),
00220:     '', 'expire'
00221:   );

11 DmitryDulepov\Realurl\Cache\DatabaseCache::getUrlFromCacheBySpeakingUrl(1, "wissen/cms-typo3/extensions/nachrichten-tt-news.html", NULL)

/www/htdocs/w019a698/webdesign-passmann.de/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00939:   */
00940:  protected function getFromUrlCache($speakingUrl) {
00941:   return $this->cache->getUrlFromCacheBySpeakingUrl($this->rootPageId, $speakingUrl, $this->detectedLanguageId);
00942:  }
00943: 

10 DmitryDulepov\Realurl\Decoder\UrlDecoder::getFromUrlCache("wissen/cms-typo3/extensions/nachrichten-tt-news.html")

/www/htdocs/w019a698/webdesign-passmann.de/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01353:   $urlPath = $this->getUrlPath();
01354: 
01355:   $cacheEntry = $this->getFromUrlCache($this->speakingUri);
01356:   if (!$cacheEntry) {
01357:    $this->originalPath = $urlPath;

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::runDecoding()

/www/htdocs/w019a698/webdesign-passmann.de/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00155:     if ($this->speakingUri) {
00156:      $this->setLanguageFromQueryString();
00157:      $this->runDecoding();
00158:     }
00159:    }

8 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
7 call_user_func_array(array, array)

/www/htdocs/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03850:                     }
03851:                     // Call method:
03852:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
03853:                 } else {
03854:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

6 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/www/htdocs/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01116:             $_params = ['pObj' => &$this];
01117:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01118:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01119:             }
01120:         }

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

/www/htdocs/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00135:                     ->loadExtTables();
00136:         }
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();

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

/www/htdocs/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

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

/www/htdocs/w019a698/webdesign-passmann.de/TYPO3-8.7/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

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

/www/htdocs/w019a698/webdesign-passmann.de/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/w019a698/webdesign-passmann.de/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });