AtomLinter / linter-php

Lint PHP on the fly, using php -l
MIT License
67 stars 19 forks source link

Spawn /usr/bin/ EACCESS Error (Linux Mint) #393

Open FibroJedi opened 2 years ago

FibroJedi commented 2 years ago

Given how many tickets are unanswered here I doubt this will get seen. But I've set the correct PHP Executable path (as I was getting the 'incorrect location' error before that).

I've also tried to install the php-cs-fixer (and its dependencies) but I am still receiving this message:

/home/USERNAME/.var/app/io.atom.Atom/data/packages/linter/dist/index.js:1 [Linter] Error running PHP Error: spawn /usr/bin/ EACCES at Process.ChildProcess._handle.onexit (internal/child_process.js:264) at onErrorNT (internal/child_process.js:456) at processTicksAndRejections (internal/process/task_queues.js:81)

I've been trying to get this to work for 2hrs now and I'm running out of ideas. Any help from anyone out there, please?

Thanks!