The add() method of one of my controllers has stopped working. I've tried logging $this->data immediately after the save failure and it looks fine. There's nothing different about the database--this was working great. I have a feeling that this is related to a behavior (Attachment, I'm looking at you) but can't prove it.
At this point, I can't even rule out a database-related failure because I'm not absolutely confident that the failed query would show up on the page before my exit(); I'd like to at least log whatever steps Cake is taking to save the model but realise that that's an awful lot. I'd appreciate any pointers on where to start with this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
