Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2012 at 14:37 UTC
Updated:
16 Nov 2012 at 15:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
duaelfrIt is a really strange bug because when I read the official API for the "hook_install" function that is what I see :
So after installing the module, its schema version may be automatically set to 7003 and then, launching the update may not run any function.
I will try to reproduce this ASAP.
Can somebody else confirm this bug please ?
Comment #2
wimberb commentedThe first time I ran Update there were 7001, 7002, and 7003 updates listed. But I received the above mentioned error. Subsequent attempts to run Update return the following updates needed and the error persists.
Comment #3
duaelfrI just don't understand why Drupal ask you to run these updates.
Theorically, when you first install the module it will look for the last update number et never ask to do it and previous ones.
Could you try to uninstall (not just disable) the module then reinstall it completely please ?
Comment #4
wimberb commentedHmmm... I could do that but then wouldn't that wipe out all of the Taxonomy views I have defined? It would be quite involved to go back through the entire site and track down all the broken tvi links and redefine them. I don't even know how I would track them all down now.
Comment #5
duaelfrYou are right !
I just get your problem sorry...
DO NOT UNINSTALL :)
I will provide a patch within 24 hours.
Comment #6
duaelfrThis bug is really strange because the only case it could happen would be to have a vocabulary having no machine name...
Could you attach me a dump of your
tvi_settingsandtaxonomy_vocabularydatabase tables ?Comment #7
wimberb commentedHere you go. I'm heading out of town this afternoon so if there is anything else you need ask soon.
Comment #8
duaelfrI found it !
This error is due to old settings from deleted vocabularies...
I start to work on it right now.
Comment #9
duaelfrI just pushed a fix on the 7.x branch.
Feel free to reopen if needed.