Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2009 at 15:48 UTC
Updated:
26 Feb 2009 at 17:10 UTC
Dear all,
I just performed the update to the new rc4 and received this error message:
user warning: Table 'db213773376.biblio_fields' doesn't exist query: SELECT COUNT(*) FROM biblio_fields WHERE type="contrib_widget" in /homepages/46/d13406185/htdocs/thomas/drupal/modules/biblio/biblio.install on line 1519
however, everything seems to be working fine.
Should I rather do something in order to avoid future problems or is everything save?
Cheers,
thomas
Comments
Comment #1
rjerome commentedThat's strange, could you check to see if the "biblio_fields" table does exist? I'll be surprised if it doesn't, the input form wouldn't work if it was gone.
What version did you update from?
Comment #2
rhaschke commentedThe curly braces around biblio_fields are missing. Sorry, my fault.
Comment #3
rhaschke commentedfixed in head an 6-1-dev branch
Comment #4
rjerome commentedIf I had dollar for every time I've done that... I'd be rich!!
Comment #5
deselaers commentedSo, should I do something in order to bring the database back in shape? Update to rc5?
Cheers,
thomas
Comment #6
rjerome commentedWellllll... In order to be 100%, you would have to revert you database (at least the biblio tables) back to the state prior to the update and then update to RC5
I'm not sure I would worry about it too much though since the update that failed is only related to the field settings, not the actual publication data. So you may want to check your settings at admin/settings/biblio/fields and see if things are ok there.
Also, you might want to check that the keywords have been migrated to the biblio_keyword_data table.