Hi,

this is an error-message form the schema-module after upgrade form D5 to D6:

biblio

*
biblio
o biblio_other_author_affiliations: unexpected column in database
o indexes publisher: unexpected (not an error)
o indexes type: unexpected (not an error)

I droped the field form the database.

Comments

rjerome’s picture

That should be fine, that field was never used for anything anyway.

How did the upgrade go other than that?

Ron.

Thomas_Zahreddin’s picture

most worked well, but book was a pain -----
and some developers didn't check there update routines e.g. with at least schema

bekasu’s picture

Status: Active » Closed (fixed)

marking issue closed.
bekasu

Thomas_Zahreddin’s picture

Version: 6.x-1.9 » 6.x-1.14
Status: Closed (fixed) » Active
StatusFileSize
new1.01 KB

hi,

since i came across this issue again, i provide a patch for it
(patch done against actual 6.x-1.x-dev)

maybe the patch can be included, and people upgrading from Version 5.x have a clean update way.

I suppose the code of the patch can also be added to the 6.x-2.x branch.

Thanks.

ben_scott’s picture

StatusFileSize
new5.57 KB

Hi -

Found another bug caused by removing the biblio_other_author_affiliations field. As biblio_views_data() gets its info from the biblio_fields table, it's still possible to add the biblio_other_author_affiliations field to a view, which breaks the view (sql error, field not found).

To fix this, the field also needs to be removed from biblio.field.link.data.csv (patch attached fixes this).

Cheers,

Ben

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.