下面由phpstorm教程欄目給大家介紹解決phpstrom報(bào)錯(cuò)“Cannot start internal HTTP server…”問題的方法,希望對(duì)需要的朋友有所幫助!
具體報(bào)錯(cuò)問題:
打開phpstorm
后出現(xiàn)這樣的報(bào)錯(cuò):Cannot start internal HTTP server. Git integration, JavaScript debugger and LiveEdit may operate with errors. Please check your firewall settings and restart PhpStorm
版本是 JetBrains PhpStorm 2018.1 x64
想在防火墻中把phpstorm的專用網(wǎng)絡(luò)勾上,但是設(shè)置失敗。
解決辦法:
方法一:
關(guān)閉防火墻試試。
方法二:
在不關(guān)閉防火墻的情況下,配置phpstorm中的database,如圖所示:
可以根據(jù)你項(xiàng)目中用到數(shù)據(jù)庫(kù)進(jìn)行配置,配置好后,如下圖,點(diǎn)擊測(cè)試,windows會(huì)有防火墻提示,把公用和專用勾選上就行。