After doing some activity on my test page the following error occured:

Fatal error: Call to undefined function dsm() in .../drupal-6.6/sites/all/modules/heartbeat/includes/heartbeat.inc on line 91

Can you help me here?

Comments

Stalski’s picture

Assigned: Unassigned » Stalski
Priority: Normal » Critical
Status: Active » Fixed

Hello,

Sorry about this. I use the devel module to debug my code but in this case left a ui function there.
I fixed this in the latest nightly version.

sorry for the inconvenience it may have caused.

Stalski

Status: Fixed » Closed (fixed)

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

dmjossel’s picture

Version: 6.x-3.x-dev » 6.x-4.2
Status: Closed (fixed) » Active

This bug reappeared again in the latest version.

Function dsm() should be drupal_set_message()

dmjossel’s picture

Function is on line 1001.

ionchannels’s picture

I would suggest commenting out the 3 lines that call dsm. This worked for me and is a temp fix until it can be committed.

Stalski’s picture

Sorry guys, what a mistake again.
This is fixed in next nightly release. I was debugging something and forgot all about it after it was fixed.

Stalski

Stalski’s picture

Status: Active » Fixed

Fixed in dev and beta2

Stalski’s picture

Status: Fixed » Closed (fixed)