Home  >  Article  >  Development Tools  >  What should I do if phpstorm cannot open php?

What should I do if phpstorm cannot open php?

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-19 15:24:0410019browse

What should I do if phpstorm cannot open php?

phpstorm cannot open the php file when running it. The browser prompts "bad gateway". At this time, you need to configure phpstorm to use the PHP interpreter (that is, let PHPStorm find the php.exe file)

What should I do if phpstorm cannot open php?

Method 1: A "configured" prompt appears in the lower right corner of the compiler, click "configure PHP Interpreter".

What should I do if phpstorm cannot open php?

##Related recommendations: "

PhpStorm Usage Tutorial"

Method 2: Click "File->Settings", and open PHP language configuration.

What should I do if phpstorm cannot open php?

What should I do if phpstorm cannot open php?

Click the "..." on the far right of "CLI Interpreter", click " ", and select "Local Path".

What should I do if phpstorm cannot open php?

What should I do if phpstorm cannot open php?

Click "..." on the right side of "PHP executable", find the existing "php.exe" on your computer, and select it , click "OK", and then OK all the way.

What should I do if phpstorm cannot open php?

What should I do if phpstorm cannot open php?

After the configuration is completed, run the code again and it will display normally.

What should I do if phpstorm cannot open php?

The above is the detailed content of What should I do if phpstorm cannot open php?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn