Recent posts
user warning: Unknown column 'node_comment_statistics.last_comment_timestamp' in 'field list'
query: SELECT node.nid AS nid,
node.type AS node_type,
node.title AS node_title,
users.name AS users_name,
users.uid AS users_uid,
node_comment_statistics.last_comment_timestamp AS unknown
FROM node node
INNER JOIN users users ON node.uid = users.uid
WHERE (node.status <> 0) AND (node.type not in ('mynotes'))
ORDER BY unknown DESC
LIMIT 0, 25 in /home/feijo/www/sites/all/modules/views/includes/view.inc on line 771.