warning: pg_query(): Query failed: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list in /srv/www/pop/includes/database.pgsql.inc on line 139.
user warning:
query: SELECT DISTINCT n.nid FROM term_node t INNER JOIN node n ON t.nid = n.nid INNER JOIN image i ON n.nid = i.nid INNER JOIN files f ON i.fid = f.fid INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all'))) AND ( n.status = 1 AND n.type = 'image' AND t.tid = 3 AND f.filename = '_original' )ORDER BY n.sticky DESC, f.filepath ASC LIMIT 36 OFFSET 0 in /srv/www/pop/sites/all/modules/image/contrib/image_gallery/image_gallery.pages.inc on line 59.