The function is commented out in biblio.install

Making the upgrade stop at 6000

Comments

jeromev’s picture

looks like line 1465 in biblio.install should be:
_add_db_field_data($result);

JuliaKM’s picture

I ran into the same problem when upgrading from Drupal 5.x/biblio 5.x-1.16 to Drupal 6.x/biblio 6.x-1.0-beta8.

After editing line 1465 to _add_db_field_data, the install worked smoothly. It looks like the functionality of look _add_types has been replaced by _add_db_field_data.

rjerome’s picture

Status: Active » Fixed

Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.