SQL ошибка в view.inc

Главные вкладки

Аватар пользователя telepus telepus 9 июля 2008 в 17:23

На свеже установленый на локалхосте друпал 6.* поставил модуль views-6.x-2.0-rc1
Так вот он выдает ошибки, когда перехожу например на example.com/tracker

user warning: Unknown column 'n.type' in 'where clause' query: SELECT COUNT(*) FROM (SELECT DISTINCT(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.comment_count AS node_comment_statistics_comment_count, node_comment_statistics.last_comment_timestamp AS node_comment_statistics_last_comment_timestamp, history_user.timestamp AS history_user_timestamp, history_user.nid AS history_user_nid, node.created AS node_created, node.changed AS node_changed FROM node node INNER JOIN users users ON node.uid = users.uid LEFT JOIN node_comment_statistics node_comment_statistics ON node.nid = node_comment_statistics.nid LEFT JOIN history history_user ON node.nid = history_user.nid AND history_user.uid = 1 WHERE (n.type != 'pm') AND ( node.status <> 0 )ORDER BY node_comment_statistics_last_comment_timestamp DESC ) AS count_alias in Z:\home\test1.ru\www\sites\all\modules\views\includes\view.inc on line 652.
user warning: Unknown column 'n.type' in 'where clause' query: SELECT DISTINCT(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.comment_count AS node_comment_statistics_comment_count, node_comment_statistics.last_comment_timestamp AS node_comment_statistics_last_comment_timestamp, history_user.timestamp AS history_user_timestamp, history_user.nid AS history_user_nid, node.created AS node_created, node.changed AS node_changed FROM node node INNER JOIN users users ON node.uid = users.uid LEFT JOIN node_comment_statistics node_comment_statistics ON node.nid = node_comment_statistics.nid LEFT JOIN history history_user ON node.nid = history_user.nid AND history_user.uid = 1 WHERE (n.type != 'pm') AND ( node.status <> 0 )ORDER BY node_comment_statistics_last_comment_timestamp DESC LIMIT 0, 25 in Z:\home\test1.ru\www\sites\all\modules\views\includes\view.inc on line 677.

Комментарии