nach dem Update auf 1.4.1RC2 kommt folgende Fehlermeldung:
Fatal error: Cannot instantiate non-existent class: db_mysql in /home/www/.../faq/index.php on line 40

Ich habe daraufhin mal mit der RC1 verglichen und folgendes entfernt:
Code: Select all
/*
switch ($DB["database"]) {
case "mysql": require_once("inc/mysql.php"); break;
case "mysqli": require_once("inc/mysqli.php"); break;
case "pgsql": require_once("inc/postgresql.php"); break;
default: die("<strong>Error:</strong> No suitable database driver found.");
}
*/
Meine Konfig.:
- phpMyFAQ Version phpMyFAQ 1.4.1 RC2
Server Software Apache
PHP Version PHP 4.3.4
PHP Memory Limit 12M
Register Globals on
Safe Mode on
MySQL Client Version MySQL 3.23.49
MySQL Server Version MySQL 3.23.49
Webserver Interface APACHE
Nobbi