Warning: Use of undefined constant TYPO3_UseCachingFramework - assumed 'TYPO3_UseCachingFramework' (this will throw an Error in a future version of PHP) in /home/www/doc/30730/dcp307300028/demo/typo3conf/temp_CACHED_FE_pse7ca_ext_localconf.php on line 1299
TYPO3 Exception
Uncaught TYPO3 Exception
#1271492606: Database Error: It seems that MySQL support for PHP is not installed!

RuntimeException thrown in file
/home/www/doc/30730/dcp307300028/demo/t3lib/class.t3lib_db.php in line 1142.

3 t3lib_DB::sql_pconnect("sql737.c.artfiles.de", "db307300018", "franzimholz")

/home/www/doc/30730/dcp307300028/demo/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()

/home/www/doc/30730/dcp307300028/demo/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("/home/www/doc/30730/dcp307300028/demo/typo3/sysext/cms/tslib/index_ts.php")

/home/www/doc/30730/dcp307300028/demo/index.php:
00081: // ******************
00082: 
00083: require (PATH_tslib.'index_ts.php');
00084: 
00085: ?>