atom / ide-php

PHP language support for Atom-IDE
MIT License
264 stars 41 forks source link

Ide-php does not work (archlinux) #75

Open Cloweling opened 6 years ago

Cloweling commented 6 years ago

I have Archilinux with php 7.1. Ide-php stopped working, does not debug and if I have activated ide-php the suggestion window stops working completely so it does not serve the autocomplete.

probe another version php, atom and ide-php. Even so the error persists, but I think it is archlinux.

damieng commented 6 years ago

Can you post the information from atom --version here?

Cloweling commented 6 years ago

Atom : 1.22.0 Electron: 1.6.15 Chrome : 56.0.2924.87 Node : 7.4.0 PHP: PHP 7.1.11 Ide-php: 0.6.10

bogue commented 6 years ago

Same problem here, from a full Atom reinstall. ide-typescript working fine.

Atom : 1.22.1 Electron: 1.6.15 Chrome : 56.0.2924.87 Node: 7.4.0 PHP: 7.1.11

In my particular case, the developer tools outputs an "access denied" originating from certain files pointing to others within an existing project, which seems to crash the module. Temporarily moving the inaccessible folder out of the tree and restarting Atom helped restore some of the functionalities.

Hope this helps a little.