BUG in TestLink 1.7.4 with Mantis?

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Cortés
TestLink user
Posts: 3
Joined: Fri Feb 06, 2009 9:20 am

BUG in TestLink 1.7.4 with Mantis?

Post by Cortés »

Hi,

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/");
Yes!! If I change the BUG_TRACK_DB_NAME to 'mantis', then Testlink crashes, and it can't find his database. But, whit this configuration, when I try to add the bug ID in TestLink (using the "add bug icon"), TestLink can't find the Mantis DB.

Possible this const. is used to define the TestLink database instead the Mantis database?? what I'm doing wrong, or is a bug?
Cortés
TestLink user
Posts: 3
Joined: Fri Feb 06, 2009 9:20 am

REPORTED to Mantis

Post by Cortés »

This problem now is included in Mantis bug tracker
Cortés
TestLink user
Posts: 3
Joined: Fri Feb 06, 2009 9:20 am

Now the integration is working fine

Post by Cortés »

Yesterday I change the users for the MSSQL. One for each system (mantis and Testlink) and all is working fine.

But when using the same MSSQL user for the two system, the problem appears.
Post Reply