Hey,

I just installed heartbeat and when I add a comment or a node there is a new activity created. So far everything works fine.
But a comment of a template is shown twice and I can't find the reason.
I didn't changed anything in the settings by now.

Any ideas?

Comments

Stalski’s picture

not really. Can you check a couple of things:
- Is the heartbeat log function called twice (so actually logged twice)
- check who is responsible for the logging? Most of the time this is a rule ... (you can always do debugbacktrace in the heartbeat_log function.

resiii’s picture

Status: Active » Closed (fixed)

Oh I found it out by myself: It was the title of the comment I hide in the comment form.
I edited the heartbeat_rules.rules_defaults.inc in line 89 from ""!comment" : "[comment:title]\u003cbr \/\u003e[comment:body]"" to ""!comment" : "[comment:body]"" and it works perfect :-)

Thanks for the help =)

dalegrebey’s picture

#2

This was an incredible help, e.g. Heartbeat Rules Comments Repeat, Heartbeat Comments Display Twice.

I had thrown out Heartbeat in the past due to my inability to hunt down what on earth was causing this error or more accurately, what "appeared" to be a show-stopping bug.

Thanks for the module. My 2 cents.