测试积点老人 发表于 2019-1-3 15:08:07

安装testlink和xampp时遇到的错误

问题一:启动apache时报如下错误:Error: Apache shutdown unexpectedly.This may be due to a blocked port, missing dependencies,improper privileges, a crash, or a shutdown by another method.Press the Logs button to view error logs and check the Windows Event Viewer for more clues.If you need more help, copy and post this entire log window on the forums
解决方法一:    打开http.conf文件:

修改"Listen 80"为"Listen 8080"并保存。
解决方法二:
    打开http-ssl.conf文件:

修改"Listen 443"为"Listen 4433"并保存。
问题二:运行testlingk时,页面报如下错误:There are security warnings for your consideration. See details on file: C:\xampp \htdocs\testlink   \logsconfig_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';  保存!再刷新页面

页: [1]
查看完整版本: 安装testlink和xampp时遇到的错误