1

Testlink の問題に直面しました - [Reports and Metrics] -> [Failed Test Cases] で - 結果を表示できません - 右側のフレームに致命的なエラーが発生しました

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 を使用しています

それを解決する方法はありますか?

4

1 に答える 1

0

ADODB でサポートされている DB TYPE のみを使用でき、エラー メッセージからは hsql ドライバーが存在しないようです。私の提案は、なぜ www.teamst.org の代わりに stackoverflow を使用するのですか?

于 2012-10-03T21:52:10.077 に答える