Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2005 at 02:24 UTC
Updated:
27 May 2010 at 00:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
bengen commentedThe problem with updating to 4.5 or CVS from 4.4 or before is that upgrade.php includes bootstrap.inc which attempts to open a session. Of course, this will fail if the user_roles table does not exist. A session is only needed in update.php if it needs admin rights.
The attached tarfile includes a new file core.inc and patches against update.php, bootstrap.inc: All(?) functionality needed for the actual updates are moved to core.inc
Comments?
Comment #2
coreb commentedMoving out of the x.y.z queue into 6.x-dev.
Sympal Scripts may satisfy this.
Comment #3
pasqualleComment #4
berdirDrush++
(Sorry for pinging the participants, I'm trying to clean up a few old
issues)