My bad. But here's a word of advice: don't create a database table called 'controllers' and then build a model for it - it hoses EVERYTHING, including the bake file. i was trying to do a help system with the following tables: controllers, controller_help_articles, help_articles so i could tie several articles to a certain controller. i know not to do that now!
On Nov 8, 8:15 pm, "james revillini" <[EMAIL PROTECTED]> wrote: > Hi again - it turns out that there may be more problems. > > I created Models for a few new tables in the database and verified that > the files were in the models directory in C:\website\mango\app\, but > after I created Controllers for all of the same models, I checked the > controllers directory and the new controllers weren't being written. I > tried interactive mode and auto-pilot, but neither worked. > > I had the same issue with views. I double-check permissions on the > directories and the 'Everyone' user has full control. > > Any suggestions? Thanks again. > > On Nov 8, 7:41 pm, "james revillini" <[EMAIL PROTECTED]> wrote: > > > That worked! Thanks very much. > > > On Nov 8, 7:32 pm, gwoo <[EMAIL PROTECTED]> wrote: > > > > > bake.php -appTry using -app with an existing application. Using > > > > -project means > > > build a new application directory. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
