Page MenuHomePhabricator

Tools failing with 500
Closed, ResolvedPublic

Description

There is a sudden "500 internal server error" on some of my tools. I boiled this one:

https://tools.wmflabs.org/wikidata-todo/beacon.php

down to bare-bone test:

<?PHP
header('Content-type: text/plain; charset=UTF-8');
print "!" ;
?>

Still 500 error. This apparently happens since at least11:00 UTC today.
Restarted webservice, no avail. Both kubernetes and gridengine.

Event Timeline

Magnus triaged this task as Unbreak Now! priority.Jul 27 2016, 5:38 PM

HTML works fine. Probably we can provide an HTML version of QuickStatements (Only title to item needs PHP).

Magnus claimed this task.

Never mind, webservice restart worked now.

@Magnus can you list some tools that had this going on so I can investigate?

All PHP scripts in "wikidata-todo" tool, AFAICT. HTML seems to have worked fine.

Affected sub-tools include
https://tools.wmflabs.org/wikidata-todo/quick_statements.php
https://tools.wmflabs.org/wikidata-todo/beacon.php