Closed (fixed)
Project:
SexyBookmarks
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2011 at 01:32 UTC
Updated:
13 Jun 2011 at 03:11 UTC
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
Comment #1
lyricnz commentedPS: at update.php, the following updates were going to be applied:
Comment #2
decipheredYes, 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.
Comment #3
decipheredThanks lyricnz,
Fixed and committed to 7.x-2.x