Live link: http://cccwc.ca/node/91
Error:
user error: Unknown column 'n.teaser' in 'field list'
query: SELECT DISTINCT(n.nid), n.title, n.teaser FROM node n LEFT JOIN term_node r ON n.nid = r.nid LEFT JOIN users u ON n.uid = u.uid WHERE r.tid = 14 AND n.status = '1' ORDER BY sticky DESC, n.created DESC in /var/www/drupal-cvs/includes/database.mysql.inc on line 99.
Comments
Comment #1
Bèr Kessels commentedlooks like your database is broken.
Did you use table prefixes? Did your database work before? Did a database fix work? Does this problem occur without image module?
Comment #2
gordon commentedThere are a couple of fields that are no longer on the node table. teaser, body and a few others are now on the node_revision table.
The sql within the image module needs to be adjust to allow for the new node revision patch.
Comment #3
drewish commentedi'm cleaning out the image issue queue. hopefully this has been resolved.