Hi, I'm trying to bake my controllers via the console. My app and Cake directories are separated, the Cake folder is in /path/to/trunk/cake/ cake, my app in /path/to/trunk/shop/admin.
From /path/to/trunk/cake/cake/console I do this: $ ./cake -app /path/to/trunk/shop/admin ... --------------------------------------------------------------- App : admin Path: /path/to/trunk/shop/admin ... --------------------------------------------------------------- Bake Controller Path: /path/to/trunk/shop/admin/controllers/ ... --------------------------------------------------------------- Baking ProductsController --------------------------------------------------------------- ... After all questions are answered, I get this error: "Error: Missing database table 'items' for model 'Item'" Baking the database config and the models from it worked fine. There's no model or field in my app called "item". Trying this on the latest svn checkout 1.2.0.7165. Could this be my fault or is it a Cake bug? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
