After a new drupal (5.2) install, I enabled the project modules and then went to category (admin/content/category) to create project categories and all I found was as a container:

Project release API compatibility	none	none	edit container	list categories	add categories

I had an error earlier which I had categorised as taxonomy error (http://drupal.org/node/170407), but maybe this is related:

Duplicate entry '1' for key 1 query: INSERT INTO vocabulary (vid, name, description, help, multiple, required, hierarchy, relations, tags, weight, module) VALUES (1, 'Project release API compatibility', '', '', 0, 0, 1, 0, 0, 0, 'project_release') in \includes\database.mysql.inc on line 172

I didn't get the error after a previous install and the categories were already created with help notes.

I am not sure how to proceed.

Comments

dantina’s picture

Title: 'Project type' taxonomy not created after enabling module » 'Project type' taxonomy not created after enabling module - problem solved!
Status: Active » Fixed

This problem is resolved!

And in case this helps anyone, I found out that it was because I enabled the category module. I couldn't disable it once enabled - had to re-install drupal and then enabled project modules without enabling category.

Anonymous’s picture

Status: Fixed » Closed (fixed)