[3.0] Upgrader login fixes - #9302
Conversation
cbac018 to
a73718e
Compare
a73718e to
dd318d6
Compare
|
Okay, I think I am done messing with this PR. @sbulen, would you care to test whether it solves the problem of not being logged after the upgrader exits? |
8be3518 to
1f2c789
Compare
2.1 => 3.0
|
|
Well, phooey. I must have broken something in my tinkering after I first pushed. I suppose that's what I get for trying to code while sleepy. |
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
1f2c789 to
b868cf2
Compare
|
2.1 => 3.0Getting a different WSOD:
PHP error log reflects the above. MySQL & Apache logs clear. Upgrade.log:
|
Partial fix for #9293
Maintenance::$contextwith just plain oldUtils::$context. Upon closer inspection, I realized that there was neither any need nor any benefit to having a separate version of$context; it just caused headaches when using other code, such asSecurityToken::create(), that is already designed to work withUtils::$context.