Hi, > Something similar seems to have happened with the 'Generic Action to > save edit-in-place fields' snippet: > http://www.symfony-project.com/snippets/snippet/172 > <http://www.symfony-project.com/snippets/snippet/172> This one wasn't > me, but it seems to be screwing up things.
It looks to me like a "Call to a member function on a non-object" error caused by the user_id being NULL resulting in $comment->getUser()->getName() failing. So maybe it would be a good idea to set the user_id foreign key columns to NOT NULL. At least it won't break display for everybody then. Instead the submitting user would get an error. Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
