TweetIf you have problem while running cake console scripts for your LAMPP installation and get an error like './cake: line 34: exec: php: not found', fix this problem by editing 'cake' shell script and changing line PLAIN TEXT CODE: exec php -q ${LIB}cake.php "$@" -working "${APP}" to PLAIN TEXT CODE: exec /opt/lampp/bin/php -q ${LIB}cake.php "$@" [...]