Tracker ticket for the port of CCK Signup Notifications to 7.x. This work depends on Notifications and Messaging, currently in the process of updating to 7.x.

Comments

jhedstrom’s picture

Component: Code » Notifications
jhedstrom’s picture

Note, this may require #1002770: Notifications 4.x compatibility, depending on how Notifications and Messaging are ported to 7.

rainbow1119’s picture

Assigned: Unassigned » rainbow1119

The CCK Sign-up notifications 7.x-1.0-alpha4 can't work with Notification 7.x-1.0-alpha1,when "Signup for this event" results a blank page,errer is :PHP Fatal error: Call to undefined method Notifications_Subscription::set_account() in /....../sites/all/modules/notifications/notifications.subscription.inc on line 1061

jhedstrom’s picture

taecelle’s picture

Get the message
Fatal error: Call to undefined method Notifications_Subscription::set_account() in /var/www/u2075053/public_html/sochinitell.pp.ua/sites/all/modules/notifications/notifications.subscription.inc on line 1061

How can it be fixed?

I've already applied patch #1195990: Warning: Missing argument 2 for notifications_cck_signup_notifications() in...

valthebald’s picture

Title: Initial port of CCK Signup Notifications to 7.x » Undefined function Notifications_Subscription::set_account()
Project: CCK Signup » Notifications

According to the error message, this issue belongs to notifications, not cck_signup
I assume this is a duplicate of #1370314: method set_account() calls are not changed to set_user