Looks like you have a model call Cake and it is looking for a table in your database called "cakes" all lower case.
If you did not mean to have a database for this model in the app/ models/cake.php ad the following line: var $useTable = null; This tells the model it has no table to interact with. On Aug 17, 10:06 pm, "[email protected]" <[email protected]> wrote: > When i try to install phpCake i got this error > > Error: Database table cakes for model Cake was not found. > > How can i fix this?? > > Thanks for your time. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
