Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jul 2006 at 01:35 UTC
Updated:
27 Jul 2006 at 14:45 UTC
Jump to comment: Most recent file
attached is a patch which should successfully update the system table for core module's move to their own directory. untested...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | update_core_modules_move_2.patch | 1.22 KB | Jaza |
| #2 | update_core_modules_move_1.patch | 1.33 KB | hunmonk |
| #1 | update_core_modules_move_0.patch | 1.33 KB | hunmonk |
| update_core_modules_move.patch | 1.37 KB | hunmonk |
Comments
Comment #1
hunmonk commentedok, the last one had some problems. this one works, and is tested as working... :)
Comment #2
hunmonk commentedfixing a small coding style mistake...
Comment #3
gábor hojtsyReviewed the latest patch (not tested). Indeed this is needed. IMHO the modules should not be all on their own line, but on a single line instead. Otherwise this seems to be do what is needed, and will run on start of the update, so it should fix the problem.
Comment #4
Jaza commentedTested this patch on an install where the 'system' table in the database has the old file paths, and the file system has the new directory structure (and the old cache is uncleared). Works great.
I agree with Goba - modules should all be on one line. New patch attached that puts all modules on one line. Also updated the 'needed for 4.5 to 4.7 upgrade' comment - now says 'needed for 4.5 to 4.8 upgrade'.
Let's get this in pronto, please.
Comment #5
dries commentedCommitted to CVS HEAD. Thanks.
Comment #6
(not verified) commented