Uncaught TYPO3 Exception
#1271492606: Database Error: It seems that MySQL support for PHP is not installed! (More information)

RuntimeException thrown in file
/kunden/355977_8001/web/2078203/A2078203/bt-biofor.ch/t3lib/class.t3lib_db.php in line 1057.

4 t3lib_DB::sql_pconnect("localhost", "db355977_64", "grmblzrk2")

/kunden/355977_8001/web/2078203/A2078203/bt-biofor.ch/t3lib/class.t3lib_db.php:
01310:   }
01311: 
01312:   if ($this->sql_pconnect($host, $user, $password)) {
01313:    if (!$this->sql_select_db($db)) {
01314:     throw new RuntimeException(

3 t3lib_DB::connectDB()

/kunden/355977_8001/web/2078203/A2078203/bt-biofor.ch/typo3/sysext/cms/tslib/class.tslib_fe.php:
00339:  public function connectToDB() {
00340:   try {
00341:    $GLOBALS['TYPO3_DB']->connectDB();
00342:   } catch (RuntimeException $exception) {
00343:    switch ($exception->getCode()) {

2 tslib_fe::connectToDB()

/kunden/355977_8001/web/2078203/A2078203/bt-biofor.ch/typo3/sysext/cms/tslib/index_ts.php:
00183: 
00184: 
00185: $TSFE->connectToDB();
00186: 
00187: $TSFE->sendRedirect();

1 require("/kunden/355977_8001/web/2078203/A2078203/bt-biofor.ch/typo3/sysext/cms/tslib/index_ts.php")

/kunden/355977_8001/web/2078203/A2078203/bt-biofor.ch/index.php:
00076: // ******************
00077: 
00078: require (PATH_tslib.'index_ts.php');
00079: 
00080: ?>