Cakephp console error cake: line 30: exec: php: not found
If you getting the cakephp console error "./cake/console/cake: line 30: exec: php: not found" its a fairly simple fix to get things going again. This error simply means that the shell console couldn't find the PHP CLI (Command line interface), which can be installed to your Linux Debian or Ubuntu install with :-
Show Plain TextText code
- apt-get install php5-cli