Warning: sizeof(): Parameter must be an array or an object that implements Countable in /html/isoalt/typo3conf/ext/dr_blob/class.tx_drblob_div.php on line 149

Warning: Use of undefined constant void - assumed 'void' (this will throw an Error in a future version of PHP) in /html/isoalt/typo3conf/ext/dr_blob/class.tx_drblob_div.php on line 152
TYPO3 Exception
Uncaught TYPO3 Exception
#1271492606: Database Error: It seems that MySQL support for PHP is not installed!

RuntimeException thrown in file
/html/isoalt/t3lib/class.t3lib_db.php in line 1139.

3 t3lib_DB::sql_pconnect("db1202.mydbserver.com", "p493742", "20;Trauben")

/html/isoalt/typo3/sysext/cms/tslib/class.tslib_fe.php:
00494: 
00495:    // sql_pconnect() can throw an Exception in case of some failures, or it returns FALSE
00496:   $link = $GLOBALS['TYPO3_DB']->sql_pconnect(TYPO3_db_host, TYPO3_db_username, TYPO3_db_password);
00497:   if ($link !== FALSE) {
00498:     // Connection to DB server ok, now select the database

2 tslib_fe::connectToDB()

/html/isoalt/typo3/sysext/cms/tslib/index_ts.php:
00220: 
00221: 
00222: $TSFE->connectToDB();
00223: 
00224:  // In case of a keyword-authenticated preview, re-initialize the TSFE object:

1 require("/html/isoalt/typo3/sysext/cms/tslib/index_ts.php")

/html/isoalt/index.php:
00082: // ******************
00083: include('fileadmin/scripts/in.php');
00084: require (PATH_tslib.'index_ts.php');
00085: 
00086: ?>