Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
update system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2008 at 17:58 UTC
Updated:
27 Jul 2009 at 09:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyI'd rather include this functionality verbatimg there, given that book_menu_name() is this:
Update functions should rather not depend on API functions.
Comment #2
gábor hojtsyTest this please. (There might be other API functions used).
Comment #3
karens commentedOK, that change worked. Patch attached.
Comment #4
karens commentedCross-posted, but the patches are the same, and I did test it and did not run into any further problems.
Comment #5
gábor hojtsyActually, yours would be buggy, as you also replaced $book['bid'] with $book['nid'], so I committed mine. Thanks for testing.
Comment #6
karens commentedBah! You're right. Good catch.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
ggevalt commentedNot sure if we are breaking protocol here, but I'd like to reopen this issue because after hours of searching, we have not found a solution.
We have just updated our test site from 5.19 to 6.1 and we have the exact same error when we run update.php. It then aborts the update and, it appears, our book content is missing. We have not drilled down that deeply into the problem; I will update with more specifics OR can someone direct me to more current information on this problem. ie., was this still a problem in 6.1 and we should go with a later version of 6 to make the upgrade with? ie., should we take steps in advance of the upgrade that we did not know about?
THANKS so much.
(And I realize this is near to a forum post, but please forgive. You have this problem listed as a bug in the .dev version so it seems logical that this problem may have persisted in released versions.)
geoff
Comment #9
gábor hojtsyYou should definitely update to the 6.x latest version given all the bug and security fixes. This was fixed before 6.0 was released, so it is not related to your issue.