Testlink 1.9和Jira集成错误

时间:2012-06-28 11:29:12

标签: integration jira

我遇到了Testlink问题 - 在报告和指标 - >失败的测试用例 - 无法查看任何结果 - 在正确的框架上发生致命错误

Fatal error: require_once() [function.require]: Failed opening required 'ADODB_hsql.class.php' (include_path='.;C:\php\pear;.;C:\wamp\www\testlink_1_9_RC1\lib\functions\;C:\wamp\www\testlink_1_9_RC1\third_party\') in C:\wamp\www\testlink_1_9_RC1\lib\functions\common.php on line 96

我还添加了custom_config,inc.php:

$tlCfg->config_check_warning_mode = 'SILENT';   
$tlCfg->api->enabled = TRUE;             
$g_attachments->order_by = " ORDER BY id ASC "; 

$g_interface_bugs = 'JIRA'; 

并配置jira.cfg.php:

define('BUG_TRACK_DB_HOST', 'localhost:8100');

/** The name of the database that contains the jira tables */

define('BUG_TRACK_DB_NAME', 'jiradb');

/** The DB type being used by jira */

define('BUG_TRACK_DB_USER', 'admin');

/** The DB password to use for connecting to the jira db */

define('BUG_TRACK_DB_PASS', '<admin_password>');

/** link of the web server for jira */

define('BUG_TRACK_HREF', "http://localhost:8100/secure/Dashboard.jspa");

/** The DB type to use for connecting to the bugtracking db */

define('BUG_TRACK_DB_TYPE', 'hsql');

注意:你可以看到我使用Jira使用hsql

任何想法如何解决?

1 个答案:

答案 0 :(得分:0)

您只能使用ADODB支持的DB TYPE,并且从错误消息中可以看出hsql驱动程序不存在。 我的建议是:为什么使用stackoverflow而不是www.teamst.org?