Hi There, Problem solved. $this->User->id was unset inside the controller - which is kinda weird. I have fixed it by doing the following:
$this->User->id = $this->data["User"]["id"]; Does it seems odd that I should have to do that? The example of code I'm using was taken from a supposed working application (maybe it was written for Cake 1.1 and I'm using 1.2)?. Cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
