I've not seen it reported, so I'm guessing this is a mistake I made during the upgrade.

After upgrading, all of the vocabularies on my blog content type show as individual fields and weren't connected to Calais at all. After enabling Calais for the blog content type again and reproducing the settings, it created all of the vocabularies again.

I'm guessing the Calais upgrade didn't work or I missed something altogether. Any help would be appreciated.

Comments

ryan.gibson’s picture

Would the best solution be to merge the vocabularies in mysql with something like...

UPDATE taxonomy_term_data SET vid = 3 WHERE vid = 7;

I am too far into development to go back and try the upgrade again.

ryan.gibson’s picture

Has anyone else ran into this issue when upgrading from D6 to D7? Any help would be much appreciated.

ryan.gibson’s picture

Status: Active » Fixed

For anyone else stumbling upon this issue, whether it was the best way or not, you can merge the vocabularies using the mysql command above.

ryan.gibson’s picture

If you need to find the vid, you can use...

SELECT vid FROM taxonomy_vocabulary WHERE name = 'TVShow';

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