On May 11, 2006, at 1:48 PM, Garth Braithwaite wrote:
> > I was working on Graham's bookmark tutorial at > http://grahambird.co.uk/cake/tutorials/scaffolding.php > and I keep getting the same error. I think I am missing something. > > I downloaded the stable release and unpacked in on my desktop and then > uploaded to my hosted server. I set up the database and then edit the > database.php.default file. Then I started the tutorial. I setup the > table and created the controller and the model as outlined in the > tutorial but I still have the same error - "Missing Database > Connection: ConnectionManager requires a database connection". You need to copy database.php.default to database.php, as Cake looks for database.php. http://manual.cakephp.org/chapter/4 -- John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
