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
Comment #1
aalamaki commentedI 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.
Comment #2
xanoYou mean you get an error if you submit the paths, but without changing them?
Comment #3
xanoCould you please provide some more information? Please try the latest dev version, because I updated the validation function last week.
Comment #4
ionuts71 commentedIf 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.
Comment #5
xanoHave you tried reproducing the error on a clean Drupal installation?
Comment #6
xanoVocabulary Index 1 is no longer supported since November 5. Please try using version 2.