Expand my Community achievements bar.

Problems getting forum notifications to work

Avatar

Level 3

I am having trouble getting the forum notifications to work in CQ5.4. Everything else is working fine.I can create topics and replies etc. I have noticed in the error log,

28.03.2014 15:16:59.180 *ERROR* [JobHandler: /etc/workflow/instances/2014-03-28/model_11771317718749671:/content/usergenerated/content/intranet/en_ho/site/home/squiggle4/jcr:content/forum/vsjb-topic_3] etc.workflow.scripts.collab.log_activity$ecma Could not create comment activity. Missing author identifier.

Looking at the ecma code this error message is coming from an if statement

if(node.hasProperty(PROPERTY_AUTHORIZABLE_ID))

where 

var PROPERTY_AUTHORIZABLE_ID = "authorizableId";

When I do get forum notifications they are going to the admin account email address and not the email address of the page owner, topic creator or reply creator. Any pointers as to where this is going wrong. The forum code I am using is practically the standard out of the box code. I have made some very minor tweaks, but nothing that would affect the common collab comment code.

Thanks

0 Replies