I got this error at : drupal/faq

user warning: Table 'drupal.faq_weights' doesn't exist query: SELECT n.nid, n.title, r.body, r.teaser, r.format, if((w.weight IS NULL), 0, w.weight) as weight FROM node n LEFT JOIN node_revisions r ON n.nid = r.nid AND r.vid = n.vid LEFT JOIN faq_weights w ON w.nid = n.nid WHERE n.type='faq' AND n.status = 1 AND (w.tid = 0 OR w.tid IS NULL) ORDER BY weight, n.sticky DESC, n.created DESC in /home/www/fos/drupal/includes/database.mysql.inc on line 172.

i use drupal 5.2 and faq lastest.

Comments

ThanhBT’s picture

Sorry that my problem, i forgot updatedb. Plz del this issuse for me. Thanks

stella’s picture

Assigned: Unassigned » stella
Category: bug » support
Priority: Critical » Minor
Status: Active » Closed (fixed)