Hi,
I have installed a fresh cvs, installed the forum module, created a forum vocabulary and a term, and configured the forum module.
The first time I initiated the forum in the viewer I rceived the following error messages:
user error: Unknown column 'f.tid' in 'where clause'
query: SELECT COUNT(n.nid) AS count FROM node n, forum f WHERE f.tid = '1' AND n.nid = f.nid AND n.status = 1 AND n.type = 'forum' in /usr/local/apache/htdocs/drupal-cvs/includes/database.mysql.inc on line 75.
user error: Unknown column 'f.tid' in 'where clause'
query: SELECT COUNT(*) AS count FROM comments c, node n, forum f WHERE f.tid = '1' AND n.nid = f.nid AND n.nid = c.nid AND n.status = 1 AND c.status = 0 AND n.type = 'forum' in /usr/local/apache/htdocs/drupal-cvs/includes/database.mysql.inc on line 75.
user error: Unknown column 'f.tid' in 'where clause'
query: SELECT n.nid, n.created AS timestamp, u.name AS name, u.uid AS uid FROM forum f, node n LEFT JOIN users u ON n.uid = u.uid WHERE f.tid = '1' AND n.nid = f.nid AND n.type = 'forum' AND n.status = 1 ORDER BY timestamp DESC LIMIT 0, 1 in /usr/local/apache/htdocs/drupal-cvs/includes/database.mysql.inc on line 75.
user error: Unknown column 'f.tid' in 'where clause'