此用户将只允许工作testlink数据库和将存储在testlink配置。所有testlink请求的数据库将完成这个用户。
填写完用户信息后,点击页面底部“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中设置date.timezone的值为PRC,设置好以后的为: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使用:
关于testlink的使用,在网上找到了一份非常好的文档,所以,这里没必要讲解了。把链接贴出。
http://www.ossxp.com/doc/testlink/admin_guide/admin_guide.html#id6