【发布时间】:2014-08-07 20:36:47
【问题描述】:
我是 Testlink 的新手。我在集成 testlink 和 bugzilla 时遇到了一些问题。不知为何
1)当我单击创建问题按钮时,它只会加载一个带有 url 的空白页面:/testlink/lib/execute/bugAdd.php?user_action=create&tcversion_id=4&tproject_id=1&exec_id=8
当我尝试只加载不带任何参数的 bugAdd.php 页面时,它会加载一个只有一个关闭按钮的“添加错误报告”页面。
我正在使用带有 Bugzilla 4.4 的 Testlink 1.9.8
xmlrpc config:
<!-- Template bugzillaxmlrpcInterface -->
<issuetracker>
<username><bugzilla admin></username>
<password><bugzilla admin pw></password>
<uribase>http://<bugzilla ip address>/</uribase>
<product>Test</product>
<component>Test1</component>
</issuetracker>
配置中的产品和组件标签我实际上使用了我的bugzilla产品“Test”和组件“Test1”,对吗?
2) 当我单击“链接存在问题”图标时,如果我输入错误 ID 并单击“添加错误”按钮,则会打开添加错误窗口,然后会显示一个空白页面。 谁能说我哪里错了。我试过搜索但没有运气..为什么 Testlink 论坛不那么活跃..
日志警告: E_NOTICE 未定义属性:stdClass::$msg - 在 /var/www/testlink/gui/templates_c/e7ab14687ea39f270d824245a5ca4e926130d6c6.file.bugAdd.tpl.php - 第 43 行
提前致谢, 莎拉。
【问题讨论】:
-
你找到解决这个问题的办法了吗?