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.