問題表現(xiàn):
新安裝TestLink,登錄Testlink后,新建一個項目后,會出現(xiàn)如下提示:
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’; 保存!再刷新頁面,已無提示!