Hi all,

Having an odd problem with a nice fresh install of Drupal 5.0. The forum module seems to be installed and enabled properly, but I cannot create any forums or forum contaners. There are no watchdog or php/apache errors being thrown, and the UI proudly claims to have created my new entities ... but they don't exist.

Anyone else seen this? Ideas?

Comments

steve.m’s picture

Hmmm. Nodes are being created with the names I've specified, but they don't seem to be the correct node type. Note that all the category-cont and category-cat stuff below was created from the forum UI.

mysql> select nid, type, title from node;
+-----+---------------+-----------------------------------------------+
| nid | type          | title                                         |
+-----+---------------+-----------------------------------------------+
|   1 | page          | Welcome                                       |
|   2 | category_cont | Newsletter                                    |
|   3 | category-cat  | Drupal 5.0  newsletter                        |
|   4 | category_cont | About us                                      |
|   5 | category_cont | Forums                                        |
|   6 | category-cat  | Network security                              |
|   7 | category-cat  | Physical security                             |
|   8 | category-cat  | OSI Level 1 - Physical network infrastructure |
|   9 | category-cat  | Physical security                             |
|  10 | category-cat  | Physical security                             |
|  11 | category-cat  | OSI Level 1 - Physical network infrastructure |
|  12 | slideshow     | Hendrix                                       |
+-----+---------------+-----------------------------------------------+

----
Steve McCullough, PhD
:: Drupal . Web . DevOps . Linux
:: http://irrational.ca

steve.m’s picture

Looks like this must be a category module problem, as the same thing seems to be happening with newsletters.

----
Steve McCullough, PhD
:: Drupal . Web . DevOps . Linux
:: http://irrational.ca

vm’s picture

I banged my head with this for quite sometime before giving up. The contrib category module proved to be the cause of most of my headaches. In perticular with forums.

it has something to do with the taxonomy wrapper. I won't say that the module doesnt work properly, but I couldn't get it to work with some core modules. That being said, the contrib category.module is not a module in my arsenal.

dixieau’s picture

oi I thought I was going nuts until I found this thread, I have categories installed as well and the exact same thing is happening to me, tells me it is created but it's not to be found anywhere.

Any idea's on what would be causing this?

dixieau’s picture

Okay found more posts relating to this problem in Category-Issues (not fixes) http://drupal.org/node/59728#comment-182842

lenart’s picture

I strongly believe it is a problem with category's taxonomy wrapper so I suggest we discuss it in this post (Category Module and Forums).

JirkaRybka’s picture

See also: http://drupal.org/node/117172

Fixes quite a few problems.