attached is a patch which should successfully update the system table for core module's move to their own directory. untested...

Comments

hunmonk’s picture

Title: modules to own directory breaks core, update neede. » modules to own directory breaks core, update needed.
StatusFileSize
new1.33 KB

ok, the last one had some problems. this one works, and is tested as working... :)

hunmonk’s picture

StatusFileSize
new1.33 KB

fixing a small coding style mistake...

gábor hojtsy’s picture

Status: Needs review » Needs work

Reviewed 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.

Jaza’s picture

Status: Needs work » Reviewed & tested by the community
StatusFileSize
new1.22 KB

Tested 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.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)