On 7/25/07, inVINCable <[EMAIL PROTECTED]> wrote: > Could someone please point me in the correct direction on where to go > from here. (I have watched the screencast several times btw) >
To my untrained eye, it looks like you have a few problems here: 1) I don't think you've setup the path to the cake script properly When you use the console you always type 'cake <some action here>', like 'cake bake'. Don't do 'php cake <some action here>' 2) You can't call individual CakePHP libraries from the command line 'php libs\acl.php' will try and load and run that file. That's not what you need to do at all. -- Chris Hartjes Senior Developer Cake Development Corporation My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
