Began to pop up this error in phpStorm enter image description here

I use the open server, when I want to see the result of my code in the browser, an error 502 appears

enter image description here

Aliases are correctly spelled - checked. What could it be? Previously, everything worked fine

  • Actually taam link in the message. - Qwertiy
  • I see it. I do not understand, phpstorm cannot find an interpreter or what? How to fix it? - Eugene
  • one
    toster.ru/q/401806 can help - Samvel
  • one
    @ Eugene is not a mistake. Such a window appears either when the IDE does not see the interpreter, or when there are several of them. And phpStorm just says: “Dude, I don’t know which one to use, set me up” - kitscribe
  • one
    You are trying to view the page not through OpenServer, but through a server integrated into PHP. PhpStorm needs a path to the php interpreter to correctly display the page - Oboroten

1 answer 1

Judging by the screenshot, you are trying to open your page on a web server embedded in PHPStorm ( http://localhost:63342 ). This server is not able to execute PHP itself, you need to specify the path to the PHP interpreter in Settings | Languages & Frameworks | PHP Settings | Languages & Frameworks | PHP Settings | Languages & Frameworks | PHP , CLI Interpreter: