Updated from dev (rc4+) to rc5, and on database update:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://medal.dev4.webenabled.net/update.php?op=selection&token=aRYlB4l5k... StatusText: parsererror ResponseText: Fatal error: Call to undefined function biblio_citeproc_install_style() in /home/clients/websites/w_medal/public_html/medal/sites/all/modules/biblio/modules/CiteProc/biblio_citeproc.install on line 112

The error page showed:

The update process was aborted prematurely while running update #7002 in biblio_citeproc.module. All errors have been logged. You may need to check the watchdog database table manually.

Comments

javier1968’s picture

Version: 7.x-1.0-rc5 » 7.x-2.x-dev
Priority: Normal » Major

I have exactly the same issue trying to upgrade to 7.x.2.7, any idea anyone?

Cheers

lancast’s picture

I have the same error. The updates to be run are:
biblio_citeproc module :
7002 - Updates the default CSL styles
7003 - Adds "changed" and "updated" columns
7004 - Corrects an error in the field_map

kkaya’s picture

I had the same error and had to enable the "Biblio - CiteProc" sub module in order for it to find the biblio_citeproc_install_style function it needed for the update.

jonathan_hunt’s picture

Thanks @kkaya, that work-around was successful for me.

drush en --yes biblio_citeproc
drush --yes updb
drush dis --yes biblio_citeproc
retrakker’s picture

Following @jonathan_hunt, I still can't get beyond the 7002 update.

However, I am using 7.x-1.0-rc7 ...

$ drush --verbose --yes updb
Initialized Drupal 7.23 root directory at /home/hartmut/public_html     [notice]
Initialized Drupal site default at sites/default                        [notice]
The following updates are pending:

image module : 
  7005 -   Add a column to the 'image_style' table to store administrative labels. 

biblio_citeproc module : 
  7002 -    Updates the default CSL styles 
  7003 -   Adds "changed" and "updated" columns  
  7004 -   Corrects an error in the field_map  

Do you wish to run all pending updates? (y/n): y
/usr/bin/php /home/hartmut/tools/drush/drush.php --php=/usr/bin/php     [notice]
--backend=2 --verbose --yes --root=/home/hartmut/public_html
--uri=http://default  updatedb-batch-process 676 676 2>&1
Initialized Drupal 7.23 root directory at /home/hartmut/public_html     [notice]
Initialized Drupal site default at sites/default                        [notice]
Executing biblio_citeproc_update_7002                                   [notice]
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sha1' in     [error]
'field list'
Performed update: biblio_citeproc_update_7002                        [ok]
Command dispatch complete                                               [notice]
Finished performing updates.                                         [ok]
Command dispatch complete                                               [notice]
liam morland’s picture

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

Bibliography Module 7.x-2.x is not being developed. If this issue applies to a maintained branch, please re-open and move it to that branch.