I am using CakePHP 2.4.7 and I'm trying to execute CakePHP shell on remote host.
I'm connecting to server as root and then executing $ [path_to_my_foler]/app/Console/cake
The output is: -bash: [path_to_my_foler]/app/Console/cake: Permission denied
How could it be? How to fix it?
Did you get this solve? I think this could do the trick. (Running the command from your app
directory
chmod +x Console/cake