Postponed (maintainer needs more info)
Project:
Microblog
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 May 2011 at 12:54 UTC
Updated:
9 Oct 2011 at 16:18 UTC
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
Comment #1
vpolotskiy commentedSame error. Subscribing.
Comment #2
jeckman commentedWhat 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?
Comment #3
jeckman commentedassigning