Closed (fixed)
Project:
node privacy byrole
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2005 at 07:00 UTC
Updated:
11 Jun 2007 at 08:06 UTC
On enabling this module I get an error in drupal 4.6 when trying to access my site's RSS feed. I'm using postgres, the error states that fields listed in the order by clause must also be specified in the select. Here is the SQL attempting to be executed that generates the error:
SELECT DISTINCT(n.nid) FROM node n WHERE n.promote = 1 AND n.status = 1 ORDER BY n.created DESC LIMIT 15 OFFSET 0 in
Comments
Comment #1
jondoesdrupal commentedTidying up old issues. Focus now is on Drupal 5 version of the module. If there is still demand for this to be resolved and it gets resumbitted then I'll look into finding a solution.