I scanned a few posts and this error below seems that a mysql db is missing, but not sure how to proceed, and or were to go to read up on what the next steps might be.

I enabled the forum module, and created my containers/etc.. just fine but when I enabled the menu and clicked on the forum I got this:

Table 'wesburke_drpl1.og_term' doesn't exist query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid INNER JOIN og_term ogt ON t.tid = ogt.tid LEFT JOIN og_uid ogu ON ogt.nid = ogu.nid AND ogu.uid = 1 WHERE (1=1) AND r.nid = 9 ORDER BY v.weight, t.weight, t.name in /home/wesburke/public_html/includes/database.mysql.inc on line 120.

I was just about to attempt to re-add the module to see if that clears anything up.

Thanks in advanced - Cheers,

Wes

Comments

styro’s picture

talking about the Organic Groups forum module (hence the og_ prefix) or the standard built in core forum module? Did you download the forum module in question? If so that wouldn't be the standard core one.

The standard one won't need that table at all, and the organic groups one will need the organic groups module itself installed first - the og_forum installer might not run properly without the og module.

--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ
Example Knowledge Base built using Drupal

wburke’s picture

I did download the module in question, and I am attributing my problem to user error atm. The original install was from my server and the code it supplied, but I downloaded drupal late last night and did a fresh install and re-installed each module one by one, and it appears to be working like a charm.

Appreciate the help

W