Blogs
- warning: pg_query(): Query failed: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list
LINE 1: ...AND ( n.type = 'blog' AND n.status = 1 )ORDER BY n.sticky D...
^ in /home/web/drupal-6.22/includes/database.pgsql.inc on line 138.
- user warning:
query: SELECT DISTINCT n.nid, n.created FROM node n 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 = 1 AND na.realm = 'nodeaccess_rid') OR (na.gid = 0 AND na.realm = 'nodeaccess_uid') OR (na.gid = 0 AND na.realm = 'nodeaccess_author'))) AND ( n.type = 'blog' AND n.status = 1 )ORDER BY n.sticky DESC, n.created DESC LIMIT 5 OFFSET 0 in /home/web/drupal-6.22/modules/blog/blog.pages.inc on line 66.
No blog entries have been created.