整合后遇到的3个问题:
1:Testlink的首页出现“Fatal Error:call to a member function connect() on a non-object in ……lib\functions\configCheck.php on line 350”
解决:你可以直接将lib\functions\configCheck.php中的checkForBTSConnection方法中的内容注释掉。
2:Exectue中已经看到小虫图标,但是点击后出现“……lib\execute\bugAdd.php on line 42”
解决:直接定位到bugAdd.php中的$g_bugInterface->getEnterBugURL()语句,看是不是没有创建$g_bugInterface?是的,你需要$g_bugInterface = new bugtrackingInterface();
请指教,多些!作者: junglefj 时间: 2012-9-14 16:19
查看一下/testlink/cfg/bugfree.cfg.php 文件,我的配置如下:
/** link of the web server */
define('BUG_TRACK_HREF', "http://serverIP/bugfree/Bug.php?BugID=");