Fehlermeldung nach Update auf 1.4.1RC2

Please report bugs here!

Moderator: Thorsten

Post Reply
Q
Posts: 1
Joined: Sun Aug 15, 2004 2:11 am
Contact:

Fehlermeldung nach Update auf 1.4.1RC2

Post by Q »

Moin,

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 :shock:

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.");
    }
*/
Jetzt funkts wieder 8) ..iss das wichtig oder nur Spielkram?

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
Gruesse
Nobbi
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

das wa rnur Spilekram, aber um RC2 hat sich der Name der MySQL-Klasse geändert. Du hast wohl nicht überall die neuen Dateien genuzt,

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply