Fatal error: Call to undefined function xdebug_break() in E:\xampp\htdocs\d7\sites\all\modules\cck_signup\notifications_cck_sign

Comments

iccle’s picture

I fixed this issue by changing line 203 in cck_signup/notifications_cck_signup/notifications_cck_signup.module from:

xdebug_break();

to:

if(function_exists('xdebug_break')){
    xdebug_break();
}
jhedstrom’s picture

Status: Active » Closed (duplicate)

Thanks for the bug report. Please note that the cck signup notifications module is not yet working with Drupal 7: #1044968: Undefined function Notifications_Subscription::set_account()