The module has a little bug, I'm unable to save the paths in the settings page under the Content Management because of a validation issue. The module checks if a path is already existent and if it does, it will generate an error. The paths will exist when they are saved for the first time, to store any changes I have to change all the paths to something else first, pretty annoying with a database of almost 200 different taxonomies :)

Comments

aalamaki’s picture

I believe this could be easily solved by changing the validation so that it checks the existing path only regarding the taxonomies for which it was changed instead of checking it comprehensively for all of the taxonomies.

xano’s picture

You mean you get an error if you submit the paths, but without changing them?

xano’s picture

Status: Active » Postponed (maintainer needs more info)

Could you please provide some more information? Please try the latest dev version, because I updated the validation function last week.

ionuts71’s picture

Version: 5.x-1.1 » 6.x-1.2

If I try to save a path to a vocabulary with vid lower than the last saved, the new path can't be saved.
For example, in vocabindex table:

vid path
2 path1
7 path2
8 path3
5 path4 - can't be saved

I inserted the path 4 to vid 5 by hand, direct in database table.

xano’s picture

Have you tried reproducing the error on a clean Drupal installation?

xano’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Vocabulary Index 1 is no longer supported since November 5. Please try using version 2.