Hi all, I have spent the last 3 days reading book.cakephp.org for 1.2, although I must admit to starting to skim through chapters from section 6 onwards (it's always there for reference).
I worked through the Blog and Acl Controlled App tutorials and whilst I had a few problems with the second I pretty much though I knew what had caused them. After 3 days of reading and dabbling it was time to throw myself into a self-created project. I spent some time creating my Db Schema, spent a lot of time creating my Models and then baked myself some scaffolded controllers and views, without admin routing. I then applied the first few steps of the Acl Controlled App Tutorial to get myself setup with ACOs and AROs and have gotten to the point where I have created two User Groups and my first User. After creating my first user and being returned to /users/index I am getting the following notice above my user list: Notice (8): Undefined index: id [CORE/cake/libs/view/scaffolds/ index.ctp, line 56] I'm sure this is something simple, but for the wealth of debug info I have available I can't work out which id it is telling me has not been defined. You can view this for yourself at http://ellienevegardner.me.uk/cake_1_2/users. There is definitely an index defined on the users/user_groups tables and the associated foreign id's are all correct as far as I can tell. Regards, Paul. Note: I have configured FirePHP, not sure how this impacts on people accessing the page without FireFox/FirePHP installed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
