Hello,
I followed the instructions to install the latest Mantis to the letter and everything seemed to go smoothly. I use PHP 5.2.12 and SQL server 2005.
After install, the following config.inc.php is created:
<?php
$g_hostname = 'localhost';
$g_db_type = 'mssql';
$g_database_name = 'mantisBT';
$g_db_username = 'mantis';
$g_db_password = '<obfuscated>';
?>
When I try to log in using administrator / root, it denies log in with a message that either the password is bad or the account is locked. In the database, I verified that the account is not locked, and the password for it corresponds to the MD5 hash for the string 'root'.
At this point I am at a loss as to how to proceed further. Any help would be very much appreciated.
Thanks,
Philippe Damerval
