Hello,

I have recently updated my site, to Drupal 5.4 and then to Drupal 5.5.

I'm having problem with both of these versions. There is no forum select field in "Create Forum Topic" page. But, forum topics are generated with no taxonomy term associated with it....

Serious issue...

Please help me.

Thanks in advance,

R Kaja Mohideen

Comments

avskip’s picture

I believe this is the same issue that I had. I reported it as an issue at: http://drupal.org/node/199373

Mine was caused by me disabling, saving, and re-enabling the forum module. I had to manually correct it using PHPMyAdmin.

If it's the same problem I had, when you go to /admin/content/taxonomy (Administer/Content Management/Categories) the listing for Forums should have a blank in the type column.

To correct it, you must manually fix this. Using PHPMyAdmin, I went to the vocabulary_node_types table. There I browsed to verify the 'vid' of '1' and 'type' of 'forum' were missing. Once I nserted a record reflecting those values, and all was well.

I'm sure this would be a quickie for someone in PHP but I have no clue how to do so.

kajamohideen’s picture

Status: Active » Closed (fixed)

Thanks dude...

Its the same problem, you had. I have followed your instructions and fixed it.

Thanks a lot.

R. Kaja Mohideen