I disabled the heartbeat module and got the following error:

lFatal error: Call to undefined function heartbeat_load_message() in /var/www/acquia/sites/all/modules/heartbeat/user_activity/user_activity.rules.inc on line 304

This broke my Drupal installation until I manually deleted the heartbeat module.

Comments

Stalski’s picture

Status: Active » Fixed

this is fixed.
I had to empty the rules cache (and the entire cache).
the error came from rules that still knows about the rules that use the heartbeat messages, events and actions.
thx for the report

Status: Fixed » Closed (fixed)

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

brianbrown’s picture

I received a similar error when installing the Shouts and Rules modules; although this may also have something to do with activity stream and simplepie conlicts.

Call to undefined function heartbeat_load_message() in /* * * /path to * * */modules/heartbeat/hb_activity/hb_activity.rules.inc on line 317

Thanks!
-Brian