Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/httpd/vhosts/adra.ch/legacy.adra.ch/typo3_src-6.2.31/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php on line 198 Warning: Use of undefined constant FLOW_PATH_PACKAGES - assumed 'FLOW_PATH_PACKAGES' (this will throw an Error in a future version of PHP) in /home/httpd/vhosts/adra.ch/legacy.adra.ch/typo3_src-6.2.31/typo3/sysext/core/Classes/Core/Bootstrap.php on line 327
5 TYPO3\CMS\Core\Database\DatabaseConnection::checkConnectionCharset()
01220: } 01221: $this->setSqlMode();
01222: $this->checkConnectionCharset();
01223: } else {
01224: // @TODO: This should raise an exception. Would be useful especially to work during installation.
4 TYPO3\CMS\Core\Database\DatabaseConnection::sql_pconnect()
01565: } 01566:
01567: if ($this->sql_pconnect()) {
01568: if (!$this->sql_select_db()) {
01569: throw new \RuntimeException(
3 TYPO3\CMS\Core\Database\DatabaseConnection::connectDB()
01008: public function connectToDB() {
01009: try {
01010: $GLOBALS['TYPO3_DB']->connectDB();
01011: } catch (\RuntimeException $exception) {
01012: switch ($exception->getCode()) {
2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::connectToDB()
00090: } 00091:
00092: $TSFE->connectToDB();
00093: $TSFE->sendRedirect(); 00094:
1 require("/home/httpd/vhosts/adra.ch/legacy.adra.ch/typo3_src-6.2.31/typo3/sysext/cms/tslib/index_ts.php")
00057: ->redirectToInstallerIfEssentialConfigurationDoesNotExist(); 00058:
00059: require(PATH_tslib . 'index_ts.php');