I'm getting the following error message after I upgrade the module to the development version released on 2012/03/14:

Fatal error:  Call to undefined function dsm() in C:\wamp\www\mysite\sites\all\modules\heartbeat\heartbeat.streams.inc on line 93
PHP Stack trace:
1. {main}() C:\wamp\www\mysite\index.php:0
2. menu_execute_active_handler() C:\wamp\www\mysite\index.php:21
3. drupal_deliver_page() C:\wamp\www\mysite\includes\menu.inc:532
4. drupal_deliver_html_page() C:\wamp\www\mysite\includes\common.inc:2470
5. drupal_page_footer() C:\wamp\www\mysite\includes\common.inc:2586
6. system_run_automated_cron() C:\wamp\www\mysite\includes\common.inc:2613
7. drupal_cron_run() C:\wamp\www\mysite\modules\system\system.module:3502
8. module_invoke() C:\wamp\www\mysite\includes\common.inc:5121
9. call_user_func_array() C:\wamp\www\mysite\includes\module.inc:795
10. system_cron() C:\wamp\www\mysite\includes\module.inc:795
11. module_invoke_all() C:\wamp\www\mysite\modules\system\system.module:3038
12. call_user_func_array() C:\wamp\www\mysite\includes\module.inc:819
13. block_flush_caches() C:\wamp\www\mysite\includes\module.inc:819
14. _block_rehash() C:\wamp\www\mysite\modules\block\block.module:931
15. module_invoke() C:\wamp\www\mysite\modules\block\block.module:388
16. call_user_func_array() C:\wamp\www\mysite\includes\module.inc:795
17. heartbeat_block_info() C:\wamp\www\mysite\includes\module.inc:795
18. heartbeat_stream_config_load_all() C:\wamp\www\mysite\sites\all\modules\heartbeat\heartbeat.module:293

Comments

Alexnick’s picture

It is probably a command for debugging purposes left in the code by mistake. If you open heartbeat.streams.inc and remove line 93, it should work properly.

Stalski’s picture

Status: Active » Fixed

Pushed to git. I saw this myself too ;)
Sorry for that :)

astutonet’s picture

The line 93 was removed of the heartbeat.streams.inc file.
It seems that everything is back to normal.
Thanks for the help.

Stalski’s picture

Status: Fixed » Closed (fixed)