我面臨着TESTLINK問題 - 在報告和Metrics->失敗的測試用例 - 無法查看任何結果 - 致命錯誤在右側框架TESTLINK 1.9和吉拉積分誤差
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
而且我VE添加到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
任何想法如何解決它?
嘗試在https://answers.atlassian.com/處詢問。這似乎是一個內部問題。 –