I get this error with MS-SQL
Fatal error: Call to undefined function mssql_get_last_message() in C:\Programme\Apache Group\Apache2\htdocs\mantis\core\adodb\drivers\adodb-mssql.inc.php on line 470
And this with MySQL
Fatal error: Call to undefined function mysql_connect() in C:\Programme\Apache Group\Apache2\htdocs\mantis\core\adodb\drivers\adodb-mysql.inc.php on line 338
It must be a connection problem on verify the user...but i have given him Admin-privs...but no change.
The DB ist activ and the tables ar inserted!
This shows me the admin-check.
Version
Mantis requires at least PHP 4.0.6. If you are not running this version or above, you or your administrator will need to upgrade your build of PHP.
You are running PHP 5.0.4
Checking your installation
Opening connection to database [mantis] on host [localhost] with username [root]
Code: Select all
System: 400MHz Pentium, Windows 2k, Apache 2.0.54, MySQL 4.1. MSSQL 2000 newest Updates, PHP 5
# set these values to match your setup
$g_hostname = "localhost";
$g_db_username = "root";
$g_db_password = "dbnikl";
$g_database_name = "mantis";
$g_db_type = 'mssql';