I have the latest dev version of heartbeat installed. When I react to an activity posting and then try to visit a page showing the reaction, I get a blank page containing only "test". When I delete the reaction from the database manually, the page can be viewed normally again.

Comments

ionchannels’s picture

The problem seems to be line 297 of heartbeat_comments.module:

if ($last == TRUE) { $class = "heartbeat-comment-last"; die('test'); } else { $class = ""; }

Not too sure what $last means...

Stalski’s picture

Status: Active » Fixed

Wow, thx mate, i will fix it right away.

Thx for the report m8

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.