Comments

A plugin for discussing published content. Features email reply notifications and a reload free posting experience.

Back to Comments Support

m55378
m55378

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").

UpTop
UpTop

Hi M55378,

I will let our developer look into this!

Kind regards,

UpTop

bonjovi
bonjovi

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