此用戶將只允許工作testlink數(shù)據(jù)庫和將存儲在testlink配置。所有testlink請求的數(shù)據(jù)庫將完成這個用戶。
填寫完用戶信息后,點擊頁面底部“process TestLink Setup!”按鈕
遇到的兩個錯誤:
錯誤一:
PHP Warning: date(): 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
解決辦法:
出入格林威治標準時間和北京時間大概差8個小時左右,我們可以按照下面的方法解決:
在php.ini中設(shè)置date.timezone的值為PRC,設(shè)置好以后的為:date.timezone=PRC,同時取消這一行代碼的注釋,即去掉前面的分號可以了。
錯誤二:
當用戶登錄后(使用admin/admin登錄)
頁面上面為會安全提示,如下:
There are security warnings for your consideration. See details on file: D:Program filesVertrigoServ
www estlinklogsconfig_check.txt.
To disable any reference to these checkings,
set $tlCfg->config_check_warning_mode = 'SILENT';
解決辦法:
在....VertrigoServwww estlink 根目錄下找到config.inc.php 文件打開,
$tlCfg->config_check_warning_mode = 'FILE';
改為:
$tlCfg->config_check_warning_mode = 'SILENT';
testlink使用:
關(guān)于testlink的使用,在網(wǎng)上找到了一份非常好的文檔,所以,這里沒必要講解了。把鏈接貼出。
http://www.ossxp.com/doc/testlink/admin_guide/admin_guide.html#id6