Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2008 at 12:19 UTC
Updated:
8 Oct 2008 at 01:22 UTC
The function is commented out in biblio.install
Making the upgrade stop at 6000
Comments
Comment #1
jeromev commentedlooks like line 1465 in biblio.install should be:
_add_db_field_data($result);Comment #2
JuliaKM commentedI 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.
Comment #3
rjerome commentedFixed.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.