Closed (fixed)
Project:
Bibliography Module
Version:
5.x-1.13
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2008 at 18:59 UTC
Updated:
14 Feb 2009 at 15:16 UTC
I have multiple vocabularies associated with the biblio content type. Each time I upgrade the biblio module, those associations get deleted. Not a big problem, as I can just restore the vocabulary_node_types table from backup, but I'm just wondering if this is a known issue or I'm "doing it wrong".
Comments
Comment #1
rjerome commentedI wasn't aware of that. What are you doing when you "upgrade"? Are you running the update.php script? The update script shouldn't do anything since there were no changes to the database lately. Does is show that it's doing something?
Ron.
Comment #2
john bickar commentedMy upgrade process:
It's got to be something that update.php is doing to the database, no?
Comment #3
rjerome commentedHmm, this is a head scratcher. I'll dig into the code a bit and see if I can figure out what is going on. There was another issue related to taxonomy (http://drupal.org/node/206374), so I guess this whole area needs a little attention.
Ron.
Comment #4
rjerome commentedIt seems that it's the disabling of the module which is causing the vocabulary_node_types to be deleted. I don't know exactly why yet (biblio is not doing this) but as a work around you can install updated module files without disabling it first and thus avoid this loss of information.
Ron.
Comment #5
john bickar commentedOK, thanks, good to know.
Comment #6
catdevrandom commented