I am getting the following error when viewing the entity with a reply field.
Notice: Undefined property: stdClass::$language in reply_add_form() (line 890 of C:\...\sites\all\modules\contrib\reply\reply.module).

Also it does not appear to be inheriting the reply settings. I need to edit each entity individually and set it to read/write even tho that is my default value.

Comments

james.williams’s picture

Inheriting reply settings should now be fixed in the latest dev version. The language issue has been raised again in #1555342: Notice: Undefined property: Profile::$language in reply_add_form() (line 932 of reply.module -- it occurs when the entity that the replies are attached to is not translatable (such as user profiles).

james.williams’s picture