Hello! After clicking Submit. The message text and buttons appear: Delete Edit Save Cancel Reply
When you click: Edit or Save or Cancel
An error: An exception has been thrown during the rendering of a template ("Trying to get property 'id' of non-object").
Hello! After clicking Submit. The message text and buttons appear: Delete Edit Save Cancel Reply
When you click: Edit or Save or Cancel Vectaria.io
An error: An exception has been thrown during the rendering of a template ("Trying to get property 'id' of non-object"). In your case it likely happens after the AJAX submit. The comment partial gets re-rendered, but the comment model isn’t being passed correctly to the template. Then when you click Edit, Save, or Cancel, the template tries to read id from a variable that is null.
1-3 of 3