Testlink安装成功后,登录Testlink,首页显示警告信息:
“There are security warnings for your consideration. See details on file: C:/xampp/htdocs/testlink/logs/config_check.txt. To disable any reference to these checkings, set $tlCfg->config_check_warning_mode = 'SILENT';”
如图:
问题解决:修改testlink安装目录下的config.inc.php文件,如下:
将$tlCfg->config_check_warning_mode = 'FILE';
修改为$tlCfg->config_check_warning_mode = 'SILENT’