win7(64)位搭建testlink

有大神已經總結出了特別詳細的步驟,按部就班操作就可以了。


http://www.51testing.com/html/25/15079825-3601945.html


https://my.oschina.net/u/2270174/blog/343807


需要注意的是:

1、安裝testlink時,檢查配置環境出錯:

Checking if /var/testlink/logs/ directoryexists [S] </B<< td> Failed!
Checking if /var/testlink/upload_area/ directory exists [S] </B<<td> Failed!

修改:

原:$tlCfg->log_path ='/var/testlink/logs/';
修改後:$tlCfg->log_path ='[testlinkDir]/logs/';

原:$g_repositoryPath ='/var/testlink/upload_area/';
修改後:$g_repositoryPath ='[testlinkDir]/upload_area/';

testlinkDir 表示安裝目錄路徑,如:D:\testlink


2、登錄testlink時出錯:

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for '8.0/no DST' instead in D:\testlink\config.inc.php on line 757

解決辦法
文件:config.inc.php
文件頭加入下行 date_default_timezone_set("PRC");



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章