Starting a few days ago, when I create a new vocabulary or add terms to an existing flat vocabulary, I get prompted to convert to hierarchy for some unknown reason. As soon as I add a 3rd(in total) term I get brought to the conversion page for multiple parent terms. I do not want this and am not sure what is causing it to want to convert. Any terms added from the 3rd on bring on duplicate key errors such as:

user warning: Duplicate entry '41-0' for key foo query: INSERT INTO term_hierarchy (tid, parent) VALUES (41, 0) in /var/www/localhost/htdocs/modules/taxonomy/taxonomy.module on line 345.

Comments

bsdunx’s picture

Project: Better Select » Drupal core
Version: 6.x-1.x-dev » 6.3
Component: Code » taxonomy.module

After a few days of aggravation webchick threw me a bone and indeed this is definately being cuased by Better Select. I'll spend some time on working on a patch now that my stress level is greatly reduced. =p

heine’s picture

Project: Drupal core » Better Select
Version: 6.3 » 6.x-1.x-dev
Component: taxonomy.module » Code
bsdunx’s picture

Title: Flat taxonomy gets converted to hierarchy. » Flat vocabulary gets converted to multiple hierarchy.
Project: Drupal core » Better Select
Version: 6.3 » 6.x-1.x-dev
Component: taxonomy.module » Code

Just wanted to clean this up a bit and note that the vocalularies get converted to multiple hierarchy. This applies to single hierarchy vocabularies also.

setvik’s picture

Status: Active » Fixed

fixed in 6.x-dev (cvs).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.