when i go to www.ashladan.be/faq i get this error:

"user warning: Table 'ashladan_drupal.faq_weights' doesn't exist query: SELECT n.title, n.nid, 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 INNER JOIN term_node tn ON n.nid = tn.nid LEFT JOIN faq_weights w ON w.tid = tn.tid AND n.nid = w.nid WHERE n.type='faq' AND n.status = 1 AND tn.tid = '6' ORDER BY weight, n.sticky DESC, n.created DESC in /home/name/domains/ashladan.be/public_html/includes/database.mysql.inc on line 172."

pls help me fix it :D

and how to forcome that the faq makes it owns pages like

http://ashladan.be/hoe-gebruik-ik-de-site

i just want the faq on 1 place and thats www.ashladan.be/faq

Greetz Demon

Comments

stella’s picture

Assigned: Unassigned » stella

The mysql error is caused by a missing 'faq_weights' table. It should have been created when you installed the module. However, when if you upgraded from an older version it's possible that you didn't run update.php afterwards. Try running www.mysite.com/update.php and then see if you still get the error.

I'm not quite sure what the second part of your query is about. If you want to see all the faq nodes on one page, you should enable the "questions inline" on the faq questions settings page.

Cheers,
Stella

demon326’s picture

problem has bin soled by uninstalling the module and installing it again

stella’s picture

Status: Active » Closed (fixed)

That's great. Closing issue.