2006-04-14, 07:15 PM
No, the name db_mysql.php is correct. But the class is called databaseEngine with a capital "E". Can you please open the file inc/init.php and search for the line where the class is instantiated (around line 45):
$db = new databaseEngine;
See if the name is correct.