With Taxonomy Access enabled, main RSS feed gives no result. But IMO this should come up with other access modules.

We had a discussion going on about this at TAC project: http://drupal.org/node/68000

* warning: pg_query(): Query failed: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list in...

* user warning: query: SELECT DISTINCT(n.nid) FROM drupal.node n INNER JOIN drupal.node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 1 AND na.realm = 'term_access'))) AND n.promote = 1 AND n.status = 1 ORDER BY n.created DESC LIMIT 10 OFFSET 0 in...

This patch seemed to solve the problem.

CommentFileSizeAuthor
node_53.patch905 byteskeve
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chx’s picture

Status: Active » Reviewed & tested by the community
drumm’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD

killes@www.drop.org’s picture

also to 4.7.

Anonymous’s picture

Status: Fixed » Closed (fixed)