[Problem] Testlink + Jira

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
0_o
TestLink user
Posts: 12
Joined: Fri Aug 07, 2009 1:56 pm

[Problem] Testlink + Jira

Post by 0_o »

I need to integrate TestLink with Jira.

Jira uses MSSQL Database.

I configured jira.cfg.php:

Code: Select all

define('BUG_TRACK_DB_HOST', 'http://LOCALNETSERV');
define('BUG_TRACK_DB_NAME', 'JIRA');
define('BUG_TRACK_DB_USER', 'jirauser');
define('BUG_TRACK_DB_PASS', 'pass');
define('BUG_TRACK_HREF', "http://jira:8080/browse/");
define('BUG_TRACK_DB_TYPE', 'mssql');
define('BUG_TRACK_ENTER_BUG_HREF',"http://jira:8080/secure/CreateIssue!default.jspa");

Then I open http://localhost/testlink and get empty page. There are following error messages in log file:

[>>][4a7c1b865cbb1364329974][DEFAULT][/testlink/index.php][09/Aug/7 12:18:14]
[09/Aug/7 12:18:14][WARNING][<nosession>][GUI]
E_STRICT
Declaration of ADODB_mssql::PrepareSP() should be compatible with that of ADOConnection::PrepareSP() - in C:\Sites\home\localhost\www\testlink\third_party\adodb\drivers\adodb-mssql.inc.php - Line 735
[09/Aug/7 12:18:14][WARNING][<nosession>][GUI]
E_STRICT
Declaration of ADODB_mssql::MetaPrimaryKeys() should be compatible with that of ADOConnection::MetaPrimaryKeys() - in C:\Sites\home\localhost\www\testlink\third_party\adodb\drivers\adodb-mssql.inc.php - Line 735
[09/Aug/7 12:18:14][WARNING][<nosession>][GUI]
E_STRICT
Declaration of ADODB_mssql::MetaIndexes() should be compatible with that of ADOConnection::MetaIndexes() - in C:\Sites\home\localhost\www\testlink\third_party\adodb\drivers\adodb-mssql.inc.php - Line 735
[<<][4a7c1b865cbb1364329974][DEFAULT][/testlink/index.php][09/Aug/7 12:18:14][09/Aug/7 12:18:14][took 0.037319 secs]
What I have to do to make it works?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Post Reply