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

ahjota’s picture

Priority: Normal » Critical

I 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.

j4’s picture

hi,

Did you ever get this working? ANy pointer in the right direction, would do too..Thanks
Jaya

mvc’s picture

Status: Active » Closed (duplicate)

you 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.