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/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Database/DatabaseConnection.php in line 1765.

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

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/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.

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

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01642:         }
01643: 
01644:         if ($this->sql_pconnect()) {
01645:             if (!$this->sql_select_db()) {
01646:                 throw new \RuntimeException(

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

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00482:         $this->logDeprecation();
00483:         if (!$this->isConnected) {
00484:             $this->connectDB();
00485:         }
00486:         return $this->link->query($query);

14 TYPO3\CMS\Core\Database\DatabaseConnection::query("SHOW TABLE STATUS FROM `halluxop_igtm`")

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
01403:         $this->logDeprecation();
01404:         $whichTables = [];
01405:         $tables_result = $this->query('SHOW TABLE STATUS FROM `' . $this->databaseName . '`');
01406:         if ($tables_result !== false) {
01407:             while ($theTable = $tables_result->fetch_assoc()) {

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

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3conf/ext/dce/Classes/Injector.php:
00261:         $databaseConnection = \ArminVieweg\Dce\Utility\DatabaseUtility::getDatabaseConnection();
00262: 
00263:         $tables = array_keys($databaseConnection->admin_get_tables());
00264:         if (!in_array('tx_dce_domain_model_dce', $tables) || !in_array('tx_dce_domain_model_dcefield', $tables)) {
00265:             return [];

12 ArminVieweg\Dce\Injector::getDatabaseDces()

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3conf/ext/dce/Classes/Injector.php:
00126:         );
00127: 
00128:         foreach ($this->getDatabaseDces() as $dce) {
00129:             if ($dce['hidden']) {
00130:                 continue;

11 ArminVieweg\Dce\Injector::injectPluginConfiguration()

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3temp/var/Cache/Code/cache_core/ext_localconf_adb08813d3b34eb68b444855763818acc7231d52.php:
01820:     // Register DCEs
01821:     $cache = new \ArminVieweg\Dce\Injector();
01822:     $cache->injectPluginConfiguration();
01823: };
01824: 

10 TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend::{closure}("dce")

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3temp/var/Cache/Code/cache_core/ext_localconf_adb08813d3b34eb68b444855763818acc7231d52.php:
01823: };
01824: 
01825: $boot($_EXTKEY);
01826: unset($boot);
01827: 

9 require_once("/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typolconf_adb08813d3b34eb68b444855763818acc7231d52.php")

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php:
00359:             throw new \InvalidArgumentException('The specified entry identifier must not contain a path segment.', 1282073037);
00360:         }
00361:         return file_exists($pathAndFilename) ? require_once $pathAndFilename : false;
00362:     }
00363: }

8 TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend::requireOnce("ext_localconf_adb08813d3b34eb68b444855763818acc7231d52")

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php:
00074:     public function requireOnce($entryIdentifier)
00075:     {
00076:         return $this->backend->requireOnce($entryIdentifier);
00077:     }
00078: }

7 TYPO3\CMS\Core\Cache\Frontend\PhpFrontend::requireOnce("ext_localconf_adb08813d3b34eb68b444855763818acc7231d52")

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php:
01594:             $codeCache = self::getCacheManager()->getCache('cache_core');
01595:             if ($codeCache->has($cacheIdentifier)) {
01596:                 $codeCache->requireOnce($cacheIdentifier);
01597:             } else {
01598:                 self::loadSingleExtLocalconfFiles();

6 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadExtLocalconf(boolean)

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Core/Bootstrap.php:
00487:     public function loadTypo3LoadedExtAndExtLocalconf($allowCaching = true)
00488:     {
00489:         ExtensionManagementUtility::loadExtLocalconf($allowCaching);
00490:         return $this;
00491:     }

5 TYPO3\CMS\Core\Core\Bootstrap::loadTypo3LoadedExtAndExtLocalconf(boolean)

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/core/Classes/Core/Bootstrap.php:
00174:         $this->startOutputBuffering()
00175:             ->loadConfigurationAndInitialize()
00176:             ->loadTypo3LoadedExtAndExtLocalconf(true)
00177:             ->setFinalCachingFrameworkCacheConfiguration()
00178:             ->defineLoggingAndExceptionConstants()

4 TYPO3\CMS\Core\Core\Bootstrap::configure()

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/frontend/Classes/Http/Application.php:
00067:         }
00068: 
00069:         $this->bootstrap->configure();
00070:     }
00071: 

3 TYPO3\CMS\Frontend\Http\Application::__construct(Composer\Autoload\ClassLoader)

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/home/halluxop/igtm.dp-verlag.de/halluxop_pro/typosysext/frontend/Resources/Private/Php/frontend.php")

/home/halluxop/igtm.dp-verlag.de/halluxop_pro/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';