安裝testlink和xampp時遇到的錯誤

問題一:啓動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'; 

 保存!再刷新頁面

相關文章
相關標籤/搜索