yhetest 发表于 2012-10-15 17:34:26

testlink1.9.4集成bugzilla问题

1. 已在bugzilladbInterface.class.php 中配置了bugzilla的数据库信息
2.在issuetracker里选择了bugzilla interface db
3.项目中选择了bugzilla interface db

出错信息如下:
进行执行界面,看到界面报错:Failure loading XML STRING Start tag expected, '<' not found
页面警告:Attention Please:
Something is preventing connection to Bug Tracking System,
and is going to create performance issues.
Please contact your TestLink Administrator

若去除issuetracker配置,failure报错消失。但attention please仍在。
有点摸不得头脑,求大虾指教

yhetest 发表于 2012-10-18 14:47:32

在issue tracker managerment里选择bugzilla interface:db。点击Show configuration example 下方配置框出现配置说明并填写相关配置信息例:
<!-- Template bugzilladbInterface -->
<issuetracker>
<dbhost>192.168.101.33</dbhost>
<dbname>bugs</dbname>
<dbschema>bugs</dbschema>
<dbtype>mysql</dbtype>
<dbuser>bugs_1</dbuser>
<dbpassword>bugs_1</dbpassword>
<uricreate>http://192.168.101.33</uricreate>
<uriview>http://192.168.101.33/show_bug.cgi?id=</uriview>
</issuetracker>
保存后,Bugzilla则配置完成,所有错误信息一并消失。

tiancom 发表于 2013-1-5 18:29:38

我的也是一直有警告信息,
页: [1]
查看完整版本: testlink1.9.4集成bugzilla问题