Closed (fixed)
Project:
Heartbeat
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2009 at 15:59 UTC
Updated:
7 Jun 2009 at 15:26 UTC
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
Comment #1
Stalski commentedthis 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
Comment #3
brianbrown commentedI 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