Hi, I'm pretty new to cakephp, so probably I've just missed something, I hope you can help me... I created a few database tabels according to the naming conventions in plural (e.g. groups and users) and used commandline bake to create the models (Group and User) and basic controller + views...
As expected I can access groups and users by typing http://localhost/groups/index (or /users/) in my browser... but at some point I get missing- controller-error-message because some links were baked as "/user/" and "/group/" (singular forms!)... I've found these wrong links in controllers and view.thtml... (e.g. $this->flash('User saved.', '/user/ index');). Of course I can just bake everything now and correct it later, but it would be much nicer if I wouldn't have to... So can anyone help me? Cheers, Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
