error message when updateing to rc4
deselaers - February 11, 2009 - 15:48
| Project: | Bibliography Module |
| Version: | 6.x-1.0-rc4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
That'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?
#2
The curly braces around biblio_fields are missing. Sorry, my fault.
#3
fixed in head an 6-1-dev branch
#4
If I had dollar for every time I've done that... I'd be rich!!
#5
So, should I do something in order to bring the database back in shape? Update to rc5?
Cheers,
thomas
#6
Wellllll... 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.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.