Hi All,
How are you? I have 2 questions:
1. I have migrated to Drupal 6 recently, however, after the migration, one of the feature I that I always use in Drupal 5 has stopped working. (Please see the attached picture for the error). Any suggestion?

2. In the Mysql database, when I was using Drupal 5, whenever I create a new Content Taxonomy Fields, using select list widget, it will create a new table for this particular field. However, in drupal 6, it is add a new field in the content type. Anything wrong with what I did?

Please advice.
Regards,
Vincent Liew

Comments

pieterdc’s picture

Did you enable the Content Taxonomy Options submodule?

vincent-liew’s picture

StatusFileSize
new392.22 KB

Hi PeterDC,
Yes, it was enabled, please see attached pic for a small section of my module page. You can see Content Taxonomy Options was enabled.

m4rt1n’s picture

hi,

i have the same problem. are there any news about this?

edit: after a second upgrade attempt it worked for me. this time i activated each module one by one

hillaryneaf’s picture

I have the same issue with content taxonomy selection list... has anyone solved this problem without a second upgrade attempt?

VSZ’s picture

Disabling and then enabling Content Taxonomy Options helped me to restore access to the fields.

hillaryneaf’s picture

This helped me too, I had to disable the module, uninstall it and then re-enable it.

hillaryneaf’s picture

I have a new issue after I do the above fix.

When I go in to edit any of the articles, the selected taxonomy values are deselected in the edit form. If I create a new article and then go to edit it, the selected taxonomy values stay selected. The issue is only with previous articles.

I tried just disabling and re-enabling the module (without uninstalling it) but it produces the same results above.

Did anyone else come across this issue?

mh86’s picture

Status: Active » Fixed

I think I found the problem causing the inactive fields.
In the upgrade function I was calling

  content_associate_fields('content_taxonomy');
  content_associate_fields('content_autocomplete');
  content_associate_fields('content_options');

but actually it should be 'content_taxonomy_autocomplete' and 'content_taxonomy_options'. The function content_associate_fields is responsible for activating the fields.
The fix is committed.

Status: Fixed » Closed (fixed)

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

s13’s picture

@ PieterDC, many thanks i was having the same problem and your valuable suggestion saved me a lot of hours.
again many thanks. :)

pieterdc’s picture

You're welcome

jgoge’s picture

Thanks for your post, it works for me.
The problem was: " field requires the Select list widget provided by options module"
I solved it just desactivating and activating taxonomy module.

markchitty’s picture

I'm seeing this same issue as you describe (http://drupal.org/node/593340#comment-2517870), did you ever find a fix for it?

actually, ignore this post, I'll post against the other issue...

vincent-liew’s picture

Issue summary: View changes