Can't add a forum topic

I'm struggling with the Forum module and Forum menu. I think in the past we made the mistake or creating a number of Forum menu's. And probably didn't do it right the first time. Now we're living with the inconsistencies. But how to fix it?

Comments

donna:

The Forum Vocabulary was wobbly!

.... only took me another few hours to a lifetime, but it's fixed, thanks in the end to this workaround:
http://drupal.org/node/90214

Especially manually adding this row to the database:
INSERT INTO `YOUR_DATA_BASE_NAME`.`vocabulary_node_types` (`vid`, `type`) VALUES ('1', 'forum');
Where the value for our DB was 5, not 1.