Closed (duplicate)
Project:
Notifications
Version:
6.x-2.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 13:54 UTC
Updated:
4 Apr 2012 at 14:15 UTC
I'm trying to create three different views:
1) A view that lists the taxonomy terms a user subscribed to;
2) A view that lists the authors a user subscribed to;
3) A view that lists the nodes a user subscribed to.
(Pretty much what people are looking at here
When I try to add a Subscribed Author or Subscribed Nid relationship, I get the following error:
Subscribed Author
Error: handler for notifications_fields > author doesn't exist!
Subscribed Nid:
Error: handler for notifications_fields > nid doesn't exist!
Comments
Comment #1
ahjota commentedI get those, as well as
Error: handler for notifications > send_interval doesn't exist!when I try to add a field for the Send Interval.
Additionally, once I've added this field or the relationships in the OP, I cannot remove them.
Comment #2
j4 commentedhi,
Did you ever get this working? ANy pointer in the right direction, would do too..Thanks
Jaya
Comment #3
mvcyou are getting this error because that part of notifications_views hasn't been written yet. see #294268: List of nodes matching users subscriptions - Views for a discussion of that work.