• I’m getting the following error message:

    UF_Field_Select_Term: Invalid taxonomy! Please check if you’ve spelled the name of the taxonomy correctly and that the taxonomy is already registered!

    I created a taxonomy for Months, so that I could make the select field multilingual. I created it with ultimate post types and selected my custom post type to attach it to. But when I created the fields for my container using the new taxonomy (after adding terms) and tried to save the container, I got the above mentioned error. I am also getting it when I try to go to taxonomies under ultimate post types. I don’t want to delete the taxonomy. What should I do? My container is also attached to the same post type as the taxonomy.

    https://wordpress.org/plugins/ultimate-fields/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ranioli

    (@ranioli)

    Hi,

    The problem was with the order of things. Changing the last line of setup-containers.php in the settings folder to

    # Do it
    add_action (‘init’, ‘uf_setup_containers’, 10);

    seems to fix it.

    Thread Starter ranioli

    (@ranioli)

    Hi,

    please incorporate this bug fix in the next update. I updated the plugin and had to make the change once again. If I had not documented it here I would have been searching for the fix all over again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug: Invalid taxonomy error for existing taxonomy’ is closed to new replies.