>>> [EMAIL PROTECTED] 05/11/06 6:04 AM >>> Ok, a bit more info.
You need to put the path to your php.exe file in your PATH environment. Once you do that, open a cmd window and go to the /cake/scripts directory. Once there just type "php bake.php". ------------------------------------------------- Thanks, all. In my case, I navigated to the directory containing bake.php via the command line and then entered c:\php\php.exe bake.php The webpage was extremely helpful, as well. Oddly enough it didn't show up prominently when I googled for "CakePHP Bake". However, I'm running into a problem with the generation of the unit tests. I'm getting a whole series of invalid argument errors for line 1448 of bake.php: mkdir(DS.implode(DS, $build)); Followed by another invalid argument error for line 1545: if ($f = fopen($path, 'w')) Any thoughts as to what's going on there? David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
