Same here… I just get this:
“Uh, oh. Something didn’t work. Please try again.”
For what it’s worth, if you have direct database access, you can convert taxonomies pretty easily with a single SQL query:
UPDATE wp_term_taxonomy SET taxonomy = 'NEW_TAXONOMY' WHERE taxonomy = 'OLD_TAXONOMY';
I still prefer to avoid editing the database directly if possible though!
-
This reply was modified 4 years, 7 months ago by room34.