Closed (duplicate)
Project:
CCK Signup
Version:
7.x-1.0-alpha4
Component:
Notifications
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 16:04 UTC
Updated:
1 Mar 2011 at 16:23 UTC
Fatal error: Call to undefined function xdebug_break() in E:\xampp\htdocs\d7\sites\all\modules\cck_signup\notifications_cck_sign
Comments
Comment #1
iccle commentedI fixed this issue by changing line 203 in cck_signup/notifications_cck_signup/notifications_cck_signup.module from:
xdebug_break();to:
Comment #2
jhedstromThanks 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()