Testlink 环境搭建(傻瓜版)

发表于:2014-3-07 11:16

字体: | 上一篇 | 下一篇 | 我要投稿

 作者:虫师    来源:51Testing软件测试网采编

  此用户将只允许工作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 files\VertrigoServ
  \www\testlink\logs\config_check.txt.
  To disable any reference to these checkings,
  set $tlCfg->config_check_warning_mode = 'SILENT';
  解决办法:
  在....\VertrigoServ\www\testlink\ 根目录下找到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
22/2<12
《2023软件测试行业现状调查报告》独家发布~

关注51Testing

联系我们

快捷面板 站点地图 联系我们 广告服务 关于我们 站长统计 发展历程

法律顾问:上海兰迪律师事务所 项棋律师
版权所有 上海博为峰软件技术股份有限公司 Copyright©51testing.com 2003-2024
投诉及意见反馈:webmaster@51testing.com; 业务联系:service@51testing.com 021-64471599-8017

沪ICP备05003035号

沪公网安备 31010102002173号