I'm using PHP5 and Cakephp 1.2 (latest) on OS X. When I issue the
command "php cake bake", I get the following output:

################################################################################
#
# Bake is a shell script for running CakePHP bake script
# PHP versions 4 and 5
#
# ... Licensing info removed for brevity...
#
################################################################################
clear

LIB=${0/%cake/}
APP=`pwd`/

echo "Hello $USER,"

exec php -q ${LIB}cake.php "$@" -working "${APP}"

echo " ";

exit;

---

Where is the problem? PHP config, CakePHP config, something else?

Thanks in advance!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to