问题一:启动apache时报以下错误:php
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 forumsapache
解决方法一:ide
打开http.conf文件:post
修改"Listen 80"为"Listen 8080"并保存。this
解决方法二:ssl
打开http-ssl.conf文件:ci
修改"Listen 443"为"Listen 4433"并保存。it
问题二:运行testlingk时,页面报以下错误:io
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';test
解决方法:
打开Testlink安装文件夹下的config.inc.php文件,
将$tlCfg->config_check_warning_mode = 'FILE';
改成tlCfg->config_check_warning_mode = 'SILENT';
保存!再刷新页面