https://bugzilla.wikimedia.org/show_bug.cgi?id=65486

--- Comment #4 from Antoine "hashar" Musso <[email protected]> ---
On one SauceLab failure, it was POSTing to 
"http://en.wikipedia.beta.wmflabs.org/wiki/User:Selenium_user/firefox?vehidebetadialog=true&veaction=edit";

The message:

  The wiki is currently in read-only mode. Would you like to retry?

Which comes from ApiBase::dieReadOnly(). That method seems to only be called
when wfReadOnly() is true which is some legacy code that would let us create a
file on the cluster that would disable edits entirely.

There is like 0% change it is being triggered that way unless something mess
with $wgReadOnly.  So most probably the i18n message is being reused by another
path of code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to