getting all sorts of errors spitting back with message subscribe, notably (aside from sample views not showing the subscriptions!):

when viewing a node that allows for subscribing by email or by just node change (both flags enabled, only one is visible for the 'not by email' method)
i see:
Notice: Undefined property: flag_node::$content_type in message_subscribe_email_flag_access() (line 13 of ...sites/all/modules/message_subscribe/message_subscribe_email/message_subscribe_email.module).

for a term/taxonomy page, ditto (can only see flag for the 'not by email' method, then i get:
Notice: Undefined property: flag_entity::$content_type in message_subscribe_email_flag_access() (line 13 of ...sites/all/modules/message_subscribe/message_subscribe_email/message_subscribe_email.module).

ditto for user (again the 'not by email' flag presents itself
Notice: Undefined property: flag_user::$content_type in message_subscribe_email_flag_access() (line 13 of sites/all/modules/message_subscribe/message_subscribe_email/message_subscribe_email.module).

i'm confused, going to dig back through the assorted documentation (which doesn't cover the implementation in the examples in detail, so may just have to scratch all of these flags and start over)....settings seem fine

CommentFileSizeAuthor
2013-09-23 01.01.58 pm.jpg52.92 KBzilla
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zilla’s picture

okay, i believe that this is because i'm using the NOT-the-dev version https://drupal.org/node/1819778

it's content_type in those errors above, shouldn't it be entity_type?

UPDATE: nope, rolled to dev and error persists. any insights appreciated.
"Notice: Undefined property: flag_node::$content_type in message_subscribe_email_flag_access() (line 13 of ...sites/all/modules/message_subscribe/message_subscribe_email/message_subscribe_email.module).

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (outdated)