I'm using TestLink 1.7.4 and Mantis 1.1.6.
The two systems works OK separately, but I think there is a bug in the mantis.cfg.php file (in TestLink).
I'm usign MS-SQL 2005, IIS and PHP 5.2.8. The databases are:
- TestLink: testlink
- Mantis: mantis
In the mantis.cfg.php, the configuration is:
Code: Select all
define('BUG_TRACK_DB_HOST', 'PC-JERONIMO\SQLEXPRESS');
define('BUG_TRACK_DB_NAME', 'testlink');[b] //WOW!! Look at this!![/b]
define('BUG_TRACK_DB_TYPE', 'mssql');
define('BUG_TRACK_DB_USER', 'user_bd');
define('BUG_TRACK_DB_PASS', 'pass');
define('BUG_TRACK_DB_CHARSET',"windows-1250");
define('BUG_TRACK_HREF', "http://machine/mantis/view.php?id=");
define('BUG_TRACK_ENTER_BUG_HREF',"http://machine/mantis/");
Possible this const. is used to define the TestLink database instead the Mantis database?? what I'm doing wrong, or is a bug?