It is currently (apparently) impossible to create a poll on SecurePoll on votewiki. I am really unsure what I'm doing wrong if anything. It just times out:
Apparently it doesn't matter which settings are used (GPG or no GPG, etc, always fails).
jrbs | |
Nov 15 2018, 10:49 PM |
F27235188: Screenshot 2018-11-15 15.52.12.png | |
Nov 15 2018, 11:52 PM |
F27235009: Screenshot 2018-11-15 14.47.42.png | |
Nov 15 2018, 10:49 PM |
It is currently (apparently) impossible to create a poll on SecurePoll on votewiki. I am really unsure what I'm doing wrong if anything. It just times out:
Apparently it doesn't matter which settings are used (GPG or no GPG, etc, always fails).
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Reedy | T209656 Cannot create new poll on votewiki | |||
Resolved | jrbs | T209800 Cannot edit elections on votewiki SecurePoll |
Someone should look at the server logs and tell us what exactly is logged.
I just used SecurePoll's latest version on my own wiki, and did not have any trouble creating polls.
Brian has been tremendously helpful in situations like this. I am going to add him here, in case he has time to check the server logs.
I can. Away from laptop for a second but will grab that when I get back.
Forgot to mention a pretty critical part of this task - this is on votewiki.
I don't see anything obvious in logstash logs for votewiki. A bunch of:
Use of SpecialPage::getTitle was deprecated in MediaWiki 1.23. [Called from SecurePoll_ElectionPager::getLinks in /srv/mediawiki/php-1.33.0-wmf.4/extensions/SecurePoll/includes/pages/EntryPage.php at line 166]
and
[W@2OrgpAIC8AABUDc9QAAABU] /wiki/Special:SecurePoll/details/23238 ErrorException from line 108 of /srv/mediawiki/php-1.33.0-wmf.4/extensions/SecurePoll/includes/pages/DetailsPage.php: PHP Notice: Undefined property: Message::$escaped
But those shouldn't cause this type of error.
Does the footer of the error message say anything that might not be captured in the screenshot?
Oh i found some varnish/apache errors:
AH01067: Failed to read FastCGI header (referrer: https://vote.wikimedia.org/wiki/Special:SecurePoll/create)
(104)Connection reset by peer: AH01075: Error dispatching request to :
And then a 503 in the varnish log for JSutherland_(WMF) POST to url /wiki/Special:SecurePoll/create
Which makes it sound like hhvm is segfaulting or something...
Change 474295 had a related patch set uploaded (by Umherirrender; owner: Umherirrender):
[mediawiki/extensions/SecurePoll@master] Fix undefined property on message by calling the function
Change 474299 had a related patch set uploaded (by Umherirrender; owner: Umherirrender):
[mediawiki/extensions/SecurePoll@master] Replace deprecated SpecialPage::getTitle
Change 474295 merged by Umherirrender:
[mediawiki/extensions/SecurePoll@master] Fix undefined property on message by calling the function
Change 474299 merged by Umherirrender:
[mediawiki/extensions/SecurePoll@master] Replace deprecated SpecialPage::getTitle
Those two patches, well good things, probably dont fix whatever is causing fastCGI to explode.
This is probably also fixed by T209802#4757707 ... is there a way to test without actually creating a new election?
Lowering since this is proooobably fixed. Hard to reproduce without creating another dummy poll.