--- install.php.orig 2011-08-29 13:01:10.009007000 +0200 +++ install.php 2011-08-29 13:28:49.901613000 +0200 @@ -740,7 +740,7 @@ } if( $f_log_queries ) { # add a query to set the database version - echo 'INSERT INTO mantis_config_table ( value, type, access_reqd, config_id, project_id, user_id ) VALUES (\'' . $lastid . '\', 1, 90, \'database_version\', 0, 0 );' . "\r\n"; + echo 'INSERT INTO ' . db_get_table( 'mantis_config_table' ) . ' ( value, type, access_reqd, config_id, project_id, user_id ) VALUES (\'' . $lastid . '\', 1, 90, \'database_version\', 0, 0 );' . "\r\n"; echo '

Your database has not been created yet. Please create the database, then install the tables and data using the information above before proceeding.'; } }