Like bug T42854, but $wgContentHandlerUseDB should be set to false at least until the db updates run so that hooks don't accidentally try to access database fields that don't exist yet.
Version: 1.21.x
Severity: normal
Like bug T42854, but $wgContentHandlerUseDB should be set to false at least until the db updates run so that hooks don't accidentally try to access database fields that don't exist yet.
Version: 1.21.x
Severity: normal
Related URL: https://gerrit.wikimedia.org/r/59369 (Gerrit Change I31078678e8939c897b1357bcb77eb2d26f806f29)
Related URL: https://gerrit.wikimedia.org/r/60780 (Gerrit Change I31078678e8939c897b1357bcb77eb2d26f806f29)
Finally got it. If I don't respond sooner, please feel free to send me a private email.
Change 59369 merged by MarkAHershberger:
Disable $wgContentHandlerUseDB during upgrade where fields don't exist.
Change 93094 had a related patch set uploaded by MarkAHershberger:
Add forgotten RELEASE-NOTES line