user/1/subscriptions/node

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.node_comment_statistics' doesn't exist: SELECT COUNT(*) AS expression FROM (SELECT 1 AS expression FROM {node} n INNER JOIN {subscriptions} s ON n.nid = s.value LEFT OUTER JOIN {node_comment_statistics} ncs ON n.nid = ncs.nid WHERE (s.module = :db_condition_placeholder_0) AND (s.field = :db_condition_placeholder_1) AND (s.recipient_uid = :db_condition_placeholder_2) AND (n.language IN (:db_condition_placeholder_3, :db_condition_placeholder_4)) ) subquery; Array ( [:db_condition_placeholder_0] => node [:db_condition_placeholder_1] => nid [:db_condition_placeholder_2] => 1 [:db_condition_placeholder_3] => ru [:db_condition_placeholder_4] => und ) в функции PagerDefault->execute() (строка 74 в файле /var/www/virtual/db.ru/www/includes/pager.inc).

In fact - on my site I no need comments

Comments

salvis’s picture

Title: Add more check in code » Remove hard-coded dependency on comment.module (node_comment_statistics table)
Status: Active » Fixed

Fixed in the -dev version. Give it up to 12h to be repackaged.

Please let us know how it works.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.