Page MenuHomePhabricator

Flow broken on beta labs: Failed contacting Parsoid
Closed, ResolvedPublic

Description

On loading the page at http://en.wikipedia.beta.wmflabs.org/wiki/Talk:Flow_QA, find:

Internal error - Wikipedia, the free encyclopedia

An error has occurred while processing HTML/wikitext conversion.

Return to Main Page

[cf7e5f9f] /wiki/Talk:Flow_QA Exception from line 96 of /data/project/apache/common-local/php-master/extensions/Flow/includes/ParsoidUtils.php: Failed contacting Parsoid

Backtrace:

#0 /data/project/apache/common-local/php-master/extensions/Flow/includes/ParsoidUtils.php(52): Flow\ParsoidUtils::parsoid(string, string, string, Title)
#1 /data/project/apache/common-local/php-master/extensions/Flow/includes/Model/AbstractRevision.php(389): Flow\ParsoidUtils::convert(string, string, string)
#2 /data/project/apache/common-local/php-master/extensions/Flow/includes/Templating.php(418): Flow\Model\AbstractRevision->getContent(string)
#3 /data/project/apache/common-local/php-master/extensions/Flow/templates/header.html.php(19): Flow\Templating->getContent(Flow\Model\Header, string)
#4 /data/project/apache/common-local/php-master/extensions/Flow/includes/Templating.php(129): include(string)
#5 /data/project/apache/common-local/php-master/extensions/Flow/includes/Templating.php(102): Flow\Templating->_render(string, array)
#6 /data/project/apache/common-local/php-master/extensions/Flow/includes/Block/Header.php(166): Flow\Templating->render(string, array)
#7 /data/project/apache/common-local/php-master/extensions/Flow/includes/View.php(74): Flow\Block\HeaderBlock->render(Flow\Templating, array)
#8 /data/project/apache/common-local/php-master/extensions/Flow/Hooks.php(193): Flow\View->show(Flow\WorkflowLoader, string)
#9 [internal function]: FlowHooks::onPerformAction(OutputPage, Article, Title, User, WebRequest, MediaWiki)
#10 /data/project/apache/common-local/php-master/includes/Hooks.php(206): call_user_func_array(string, array)
#11 /data/project/apache/common-local/php-master/includes/GlobalFunctions.php(4008): Hooks::run(string, array, NULL)
#12 /data/project/apache/common-local/php-master/includes/Wiki.php(410): wfRunHooks(string, array)
#13 /data/project/apache/common-local/php-master/includes/Wiki.php(292): MediaWiki->performAction(Article, Title)
#14 /data/project/apache/common-local/php-master/includes/Wiki.php(586): MediaWiki->performRequest()
#15 /data/project/apache/common-local/php-master/includes/Wiki.php(447): MediaWiki->main()
#16 /data/project/apache/common-local/php-master/index.php(49): MediaWiki->run()
#17 /data/project/apache/common-local/w/index.php(3): require(string)
#18 {main}


Version: unspecified
Severity: major

Details

Reference
bz61546

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:05 AM
bzimport set Reference to bz61546.
bzimport added a subscriber: Unknown Object (MLST).

Looks like when we updated the production config for Flow that broke beta, i've updated CommonSettings-labs.php and beta is back working again. Thanks for noticing!