* I added terms to vocab "Tags" and one other vocab I created.
* Both vocabs are attached to a content type.
* Left Tags as autocomplete, and chose "select list" for the other.
* When creating new content, no terms appear for either vocab, just the titles of the vocab.
* I tried this under default bartik theme, and garland.

Comments

munzirtaha’s picture

Priority: Normal » Major

I just tried to add an article and the Tags are not auto-completing. Subscribing.

damien tournoud’s picture

Title: No taxonomy terms to select when adding content. » Taxonomy autocomplete doesn't work
Version: 7.0-beta1 » 7.x-dev

I cannot reproduce the original poster issue, but I can confirm that taxonomy autocomplete doesn't seem to work.

sajt’s picture

I can reproduce the error, and how I see, in the taxonomy.pages.inc at taxonomy_autocomplete fiunction the $vid is an empty array. For me the $field['settings']['allowed_values'] is an array:

  (
     [0] => Array
       (
         [vocabulary] => tags
         [parent] => 0
       )

   )

And there is no vid. I hope it help!

flndr’s picture

sivaji_ganesh_jojodae’s picture

Status: Active » Closed (duplicate)