Page MenuHomePhabricator

Exception after save attempt (blocked user)
Closed, DeclinedPublic

Description

Author: delimata

Description:
Exception content:

Unexpected non-MediaWiki exception encountered, of type "UsageException"
blocked: You have been blocked from editing

#0 /usr/local/apache/common-local/php-1.5/includes/api/ApiBase.php(865): ApiBase->dieUsage('You have been b...', 'blocked')
#1 /usr/local/apache/common-local/php-1.5/includes/api/ApiEditPage.php(75): ApiBase->dieUsageMsg(Array)
#2 /usr/local/apache/common-local/php-1.5/includes/api/ApiMain.php(421): ApiEditPage->execute()
#3 /usr/local/apache/common-local/php-1.5/includes/api/ApiMain.php(221): ApiMain->executeAction()
#4 /usr/local/apache/common-local/php-1.5/extensions/Collection/Collection.body.php(640): ApiMain->execute()
#5 /usr/local/apache/common-local/php-1.5/extensions/Collection/Collection.body.php(195): SpecialCollection->saveCollection(Object(Title), false)
#6 /usr/local/apache/common-local/php-1.5/includes/SpecialPage.php(559): SpecialCollection->execute('save_collection...')
#7 /usr/local/apache/common-local/php-1.5/includes/Wiki.php(233): SpecialPage::executePath(Object(Title))
#8 /usr/local/apache/common-local/php-1.5/includes/Wiki.php(62): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#9 /usr/local/apache/common-local/php-1.5/index.php(116): MediaWiki->initialize(Object(Title), NULL, Object(OutputPage), Object(User), Object(WebRequest))
#10 /usr/local/apache/common-local/live-1.5/index.php(3): require('/usr/local/apac...')
#11 {main}


Version: unspecified
Severity: minor

Details

Reference
bz19762

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:39 PM
bzimport added a project: Collection.
bzimport set Reference to bz19762.

johannes.beigel wrote:

Is this error reproducible? Are you able to make (manual) edits w/ this user account?

From the traceback, one can see that MediaWiki API returns with an error b/c the account has been blocked. And as far as I can see, the Collection extension can do nothing about that.