During the latest breakdown of the WMF servers I found a bug:
- Trying to _edit_ in r/o mode results in an error message w/o lock reason:
The administrator who locked it offered this explanation: $1
Trying to _delete_ a page results in an error message with lock reason:
The administrator who locked it offered this explanation: Emergency maintenance, should be back in a few minutes
- Investigating this bug in my local wiki (based on r25292) I found another bug:
<b>Notice</b>: Undefined property: EditPage::$edit in <b>F:\xampp\htdocs\wikitest\includes\EditPage.php</b> on line <b>335</b><br />
Adding
$this->edit = false;
near line 550 of EditPage.php fixes the notice but not the bug mentioned in 1.
Version: 1.11.x
Severity: normal