user warning: Unknown column 'node_comment_statistics.last_comment_timestamp' in 'field list'
query: SELECT DISTINCT node.nid AS nid,
node.type AS node_type,
node.title AS node_title,
node.changed AS node_changed,
node_comment_statistics.last_comment_timestamp AS unknown
FROM node node
INNER JOIN users users ON node.uid = users.uid
INNER JOIN node_access na ON na.nid = node.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'private_author'))) AND ( (node.status <> 0) AND (node.type not in ('uprofile')) AND (users.uid = 511)
)ORDER BY unknown DESC
LIMIT 0, 5 in /home/glamshow/public_html/sites/all/modules/views/includes/view.inc on line 755.
does not have a status.
Offline