2006-04-14, 11:16 PM
Michael83 Wrote: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):
See if the name is correct.$db = new databaseEngine;
It's uppercase in the code.