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:
What I have to do to make it works?[>>][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]