So C:\xampp\htdocs\cake\app\'newproject'    ?

That is the path I used, but I still get the message that the database
is not configured even though I changed the following in the
database.php file:

var $default = array(
                'driver' => 'mysql',
                'persistent' => false,
                'host' => 'localhost',
                'login' => 'root',
                'password' => '**********',
                'database' => 'danashan',
                'prefix' => '',
I have done this over and over.  It keeps creating projects, database
gets configured again and again, but I never get the option to bake a
model, controller, or view.  I need to get to the "CAKE BAKE" screen
on the console.
I wince to say this but, please spell it out for me because I'm
certain I have missed something basic.


On Dec 15, 7:29 pm, Marcelo Andrade <[email protected]> wrote:
> On Tue, Dec 15, 2009 at 9:34 PM, danashan <[email protected]> wrote:
> > This is a total newb question.  I'm new to cake. I did the blog
> > tutorial and am now working on the acl so I can try bake.  In the
> > console it asks for the full path for this app including directory
> > name. The example is C:\Users\Dana\ I'm using xampp in windows (C:
> > \xampp\htdocs\cake). Am I creating a new app folder before I run cake
> > bake and then referring to that path? By default, using the console
> > already has me in my cake application.  If so, do I put it in my xampp
> > directory, in cake, desktop, etc...?
>
> You must just inform the full path for your "app"' folder.
>
> Best regards.
>
> --
> MARCELO DE F. ANDRADE
> Belem, PA, Amazonia, Brazil
> Linux User #221105
>
> http://tasafo.org

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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

Reply via email to