此用戶(hù)將只允許工作testlink數(shù)據(jù)庫(kù)和將存儲(chǔ)在testlink配置。所有testlink請(qǐng)求的數(shù)據(jù)庫(kù)將完成這個(gè)用戶(hù)。
填寫(xiě)完用戶(hù)信息后,點(diǎn)擊頁(yè)面底部“process TestLink Setup!”按鈕
遇到的兩個(gè)錯(cuò)誤:
錯(cuò)誤一:
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
解決辦法:
出入格林威治標(biāo)準(zhǔn)時(shí)間和北京時(shí)間大概差8個(gè)小時(shí)左右,我們可以按照下面的方法解決:
在php.ini中設(shè)置date.timezone的值為PRC,設(shè)置好以后的為:date.timezone=PRC,同時(shí)取消這一行代碼的注釋?zhuān)慈サ羟懊娴姆痔?hào)可以了。
錯(cuò)誤二:
當(dāng)用戶(hù)登錄后(使用admin/admin登錄)
頁(yè)面上面為會(huì)安全提示,如下:
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 文件打開(kāi),
$tlCfg->config_check_warning_mode = 'FILE';
改為:
$tlCfg->config_check_warning_mode = 'SILENT';
testlink使用:
關(guān)于testlink的使用,在網(wǎng)上找到了一份非常好的文檔,所以,這里沒(méi)必要講解了。把鏈接貼出。
http://www.ossxp.com/doc/testlink/admin_guide/admin_guide.html#id6