Was running 7.x-2.0-beta2, updated to -dev to test/apply patch referenced in #1172638: Strict warning about pass-by-reference. Subsequently, executing update.php provided:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://drupal7.local/update.php?id=2&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function _sexybookmarks_get_settings() in /Users/simonroberts/htdocs/drupal7/sites/all/modules/sexybookmarks/sexybookmarks.install on line 65

Appears to be caused by adding Drupal 6 hook_update_N to Drupal 7 code at http://drupalcode.org/project/sexybookmarks.git/commit/e8041c0

Comments

lyricnz’s picture

PS: at update.php, the following updates were going to be applied:

sexybookmarks module
6100 - Implements hook_update_N().
6200 -
7200 -
deciphered’s picture

Yes, my bad there, as the earlier version wasn't already aware of those updates it would expect to need to run them, will fix that shortly. Shouldn't have broken anything.

Thanks for that find.

deciphered’s picture

Status: Active » Fixed

Thanks lyricnz,

Fixed and committed to 7.x-2.x

Status: Fixed » Closed (fixed)

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