Page MenuHomePhabricator

PHP Fatal error: Class 'Flow\Exception\FailCommitException' not found in TopicList.php on line 124
Closed, ResolvedPublic

Description

[2014-05-09 08:00:21] Fatal error: Class 'Flow\Exception\FailCommitException' not found at /usr/local/apache/common-local/php-1.24wmf4/extensions/Flow/includes/Block/TopicList.php on line 124
Server: mw1050
Method: POST
URL: http://www.mediawiki.org/w/index.php?title=Talk:Sandbox&workflow=rl7iby6wgksbpfno&action=new-topic
Backtrace:
#0 /usr/local/apache/common-local/php-1.24wmf4/extensions/Flow/includes/Block/TopicList.php(124): Flow\Block\TopicListBlock::create()
#1 /usr/local/apache/common-local/php-1.24wmf4/extensions/Flow/includes/Block/TopicList.php(93): Flow\Block\TopicListBlock->create()
#2 /usr/local/apache/common-local/php-1.24wmf4/extensions/Flow/includes/Block/Block.php(141): Flow\Block\TopicListBlock->validate()
#3 /usr/local/apache/common-local/php-1.24wmf4/extensions/Flow/includes/WorkflowLoader.php(229): Flow\Block\AbstractBlock->onSubmit('new-topic', Object(User), Array)
#4 /usr/local/apache/common-local/php-1.24wmf4/extensions/Flow/includes/View.php(53): Flow\WorkflowLoader->handleSubmit('new-topic', Array, Object(User), Object(WebRequest))
#5 /usr/local/apache/common-local/php-1.24wmf4/extensions/Flow/Hooks.php(275): Flow\View->show(Object(Flow\WorkflowLoader), 'new-topic')
#6 [internal function]: FlowHooks::onPerformAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest), Object(MediaWiki))
#7 /usr/local/apache/common-local/php-1.24wmf4/includes/Hooks.php(206): call_user_func_array('FlowHooks::onPe...', Array)
#8 /usr/local/apache/common-local/php-1.24wmf4/includes/GlobalFunctions.php(4000): Hooks::run('MediaWikiPerfor...', Array, NULL)
#9 /usr/local/apache/common-local/php-1.24wmf4/includes/Wiki.php(410): wfRunHooks('MediaWikiPerfor...', Array)
#10 /usr/local/apache/common-local/php-1.24wmf4/includes/Wiki.php(292): MediaWiki->performAction(Object(Article), Object(Title))
#11 /usr/local/apache/common-local/php-1.24wmf4/includes/Wiki.php(596): MediaWiki->performRequest()
#12 /usr/local/apache/common-local/php-1.24wmf4/includes/Wiki.php(448): MediaWiki->main()
#13 /usr/local/apache/common-local/php-1.24wmf4/index.php(46): MediaWiki->run()
#14 /usr/local/apache/common-local/w/index.php(3): require('/usr/local/apac...')
#15 {main}


Version: unspecified
Severity: normal

Details

Reference
bz65054

Event Timeline

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

mlitn submitted https://gerrit.wikimedia.org/r/132370
Add FailCommitException to autoloader

This was masking an actual failure "Invalid definition owns this TopicList, needs a valid topic_definition_id option assigned', 'fail-commit" that we'll need to track down.

Do we need to backport it?

Change 132391 had a related patch set uploaded by Spage:
Add FailCommitException to autoloader

https://gerrit.wikimedia.org/r/132391

Change 132391 merged by jenkins-bot:
Add FailCommitException to autoloader

https://gerrit.wikimedia.org/r/132391