getting this error if im logged not as user 1:

user warning: Unknown column 'n.nid' in 'on clause'
query: SELECT COUNT(*) FROM users u JOIN microblog_subscription m ON u.uid = m.subscriber INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'user_relationship_node_access_author') OR (na.gid = 0 AND na.realm = 'og_public'))) AND ( m.subscribed = 1) in /home/***/domains/***/sites/all/modules/microblog/microblog.pages.inc on line 209.

Comments

vpolotskiy’s picture

Same error. Subscribing.

jeckman’s picture

Status: Active » Postponed (maintainer needs more info)

What node access impacting modules are you also running?

I see references to organic groups (realm = og_public) and User Relationships Node Access

I'm not getting this error - do you still get it if you disable Organic Groups and/or User Relationships Node Access?

jeckman’s picture

Assigned: Unassigned » jeckman

assigning