Symfony2 console: permission denied during autocompletion

Yesterday I faced a pretty cryptic issue while using the Symfony2 console (app/console).

I guess the error is pretty common, and it’s really easy to fix, since the problem is that the binary is not executable:

1
chmod +x app/console

…and you’re done.


In the mood for some more reading?

...or check the archives.