PHP interpreter setting error: "PHP version: Not installed"

I am trying to setup debugging between PhpStorm and my Ubuntu VM in VirtualBox. Here are my interpreter settings:

http://content.screencast.com/users/roboticsguy/folders/Snagit/media/c70ea7c4-766c-4b4e-8e9c-b193e4736b91/2015-10-20_13-15-00.png
If I click on the "...", I see this:

http://content.screencast.com/users/roboticsguy/folders/Snagit/media/448d9829-009f-481a-80b8-57d62040d7ee/2015-10-20_13-15-52.png

So the connection to the server works fine.

However, in the first image, you can see there's an error: "PHP version: Not installed"

Also, when I click the refresh icon, I see this:

http://content.screencast.com/users/roboticsguy/folders/Snagit/media/7fb170d4-d943-4bc6-9ca0-450ff6f35586/2015-10-20_13-19-00.png

I am unable to debug, and I'm assuming this is the problem.

What's the issue here and how do I fix it?

0
Avatar
Permanently deleted user

*bump*

Just noticed the error has "vagrant" in the path mentioned, but I'm not using vagrant.

0

Hi there,

Rather random thought:

  1. Create deployment configuration of SFTP type and configure it (in case if you have not got for this host already) and mark it as Default for this project.
  2. Create your remote PHP interpreter using that deployment configuration


Any better?

0
Avatar
Permanently deleted user

I submitted a ticket ealier today about this, and actually just updated it, saying:

since the error message referenced a /home/vagrant/.phpstorm_helpers directory, I tried creating it with these commands:

mkdir -p /home/vagrant/.phpstorm_helpers
chmod -R 777 /home/vagrant/.phpstorm_helpers

Now the error in the IDE went away.

I think this is a bug? I shouldn't have to manually create the folder like this?

0

请先登录再写评论。