下面由phpstorm教學專欄為大家介紹解決phpstrom報錯「Cannot start internal HTTP server...」問題的方法,希望對需要的朋友有幫助!
特定報錯問題:
#開啟phpstorm
後出現這樣的報錯: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
##JetBrains PhpStorm 2018.1 x64
#想在防火牆中把phpstorm的專用網路勾上,但設定失敗。
解決方法:
#方法一:
關閉防火牆試試。
方法二:
在不關閉防火牆的情況下,設定phpstorm中的database,如圖所示:
可以依照你專案中用到資料庫進行配置,配置好後,如下圖,點選測試,windows會有防火牆提示,把公用和專用勾選就行。
以上是解決phpstrom報錯「Cannot start internal HTTP server...」問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!