I' m getting this when going to a forum topic.

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'f.uid' in 'where clause': SELECT COUNT(*) AS expression FROM {forum_index} f LEFT OUTER JOIN {support_ticket} st ON st.nid = f.nid WHERE (f.tid = :db_condition_placeholder_0) AND(( (st.client IN (:db_condition_placeholder_1)) AND (f.uid = :db_condition_placeholder_2) )OR (st.client IS NULL ) ); Array ( [:db_condition_placeholder_0] => 19 [:db_condition_placeholder_1] => 389 [:db_condition_placeholder_2] => 254 ) en PagerDefault->execute() (línea 74 de /var/www/html/drupal/includes/pager.inc).

Comments

somatics’s picture

I'm getting this too on several kinds of content, including blocks which list forum topic nodes. I'm running the latest version of Drupal and Support Ticket.

My issue about this is at http://drupal.org/node/1376120

jeremy’s picture

Priority: Critical » Major
Status: Active » Postponed (maintainer needs more info)

I'm unable to duplicate this; is there anything non-standard about your configuration?

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I' m not able to reproduce it anymore, maybe a bug on my own setup some time ago.