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

RuntimeException thrown in file
/data/www/typo3.lygie.de/typo3_src-4.7.4/t3lib/class.t3lib_db.php in line 1059.

4 t3lib_DB::sql_pconnect()

/data/www/typo3.lygie.de/typo3_src-4.7.4/t3lib/class.t3lib_db.php:
01312:   }
01313: 
01314:   if ($this->sql_pconnect($host, $user, $password)) {
01315:    if (!$this->sql_select_db($db)) {
01316:     throw new RuntimeException(

3 t3lib_DB::connectDB()

/data/www/typo3.lygie.de/typo3_src-4.7.4/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()

/data/www/typo3.lygie.de/typo3_src-4.7.4/typo3/sysext/cms/tslib/index_ts.php:
00183: 
00184: 
00185: $TSFE->connectToDB();
00186: 
00187: $TSFE->sendRedirect();

1 require("/data/www/typo3.lygie.de/typo3_src-4.7.4/typo3/sysext/cms/tslib/index_ts.php")

/data/www/typo3.lygie.de/typo3_src-4.7.4/index.php:
00074: // ******************
00075: 
00076: require (PATH_tslib.'index_ts.php');
00077: 
00078: ?>