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
Comment #1
somatics commentedI'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
Comment #2
jeremy commentedI'm unable to duplicate this; is there anything non-standard about your configuration?
Comment #3
Anonymous (not verified) commentedI' m not able to reproduce it anymore, maybe a bug on my own setup some time ago.