Last modified: 2009-06-18 22:37:52 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T21284, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19284 - "Move Page" causes crash
"Move Page" causes crash
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
AbuseFilter (Other open bugs)
unspecified
All All
: Normal critical (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-18 19:46 UTC by Ben
Modified: 2009-06-18 22:37 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ben 2009-06-18 19:46:13 UTC
hi

I tried to use the move page option and got this:
http://en.wikipedia.org/w/index.php?title=Special:MovePage&action=submit

MediaWiki internal error.

Original exception: exception 'AFPUserVisibleException' with message '<abusefilter-exception-regexfailure>' in /usr/local/apache/common-local/php-1.5/extensions/AbuseFilter/AbuseFilter.parser.php:1591
Stack trace:
#0 /usr/local/apache/common-local/php-1.5/includes/memcached-client.php(1075): AbuseFilterParser::regexErrorHandler(2048, 'Only variables ...', '/usr/local/apac...', 1075, Array)
#1 /usr/local/apache/common-local/php-1.5/includes/memcached-client.php(801): memcached->_flush_read_buffer(Resource id #110)
#2 /usr/local/apache/common-local/php-1.5/includes/memcached-client.php(413): memcached->get_sock('enwiki:abusefil...')
#3 /usr/local/apache/common-local/php-1.5/extensions/AbuseFilter/AbuseFilter.class.php(469): memcached->get('enwiki:abusefil...')
#4 /usr/local/apache/common-local/php-1.5/extensions/AbuseFilter/AbuseFilter.class.php(448): AbuseFilter::recordProfilingResult('72', 0.0047910213470459)
#5 /usr/local/apache/common-local/php-1.5/extensions/AbuseFilter/AbuseFilter.class.php(398): AbuseFilter::checkFilter(Object(stdClass), Object(AbuseFilterVariableHolder), true)
#6 /usr/local/apache/common-local/php-1.5/extensions/AbuseFilter/AbuseFilter.class.php(673): AbuseFilter::checkAllFilters(Object(AbuseFilterVariableHolder))
#7 /usr/local/apache/common-local/php-1.5/extensions/AbuseFilter/AbuseFilter.hooks.php(72): AbuseFilter::filterAction(Object(AbuseFilterVariableHolder), Object(Title))
#8 [internal function]: AbuseFilterHooks::onAbortMove(Object(Title), Object(Title), Object(User), NULL, 'Capitalization ...')
#9 /usr/local/apache/common-local/php-1.5/includes/Hooks.php(132): call_user_func_array(Array, Array)
#10 /usr/local/apache/common-local/php-1.5/includes/Title.php(2606): wfRunHooks('AbortMove', Array)
#11 /usr/local/apache/common-local/php-1.5/includes/Title.php(2641): Title->isValidMoveOperation(Object(Title), true, 'Capitalization ...')
#12 /usr/local/apache/common-local/php-1.5/includes/specials/SpecialMovepage.php(354): Title->moveTo(Object(Title), true, 'Capitalization ...', true)
#13 /usr/local/apache/common-local/php-1.5/includes/specials/SpecialMovepage.php(46): MovePageForm->doSubmit()
#14 [internal function]: wfSpecialMovepage(NULL, Object(UnlistedSpecialPage))
#15 /usr/local/apache/common-local/php-1.5/includes/SpecialPage.php(783): call_user_func('wfSpecialMovepa...', NULL, Object(UnlistedSpecialPage))
#16 /usr/local/apache/common-local/php-1.5/includes/SpecialPage.php(559): SpecialPage->execute(NULL)
#17 /usr/local/apache/common-local/php-1.5/includes/Wiki.php(233): SpecialPage::executePath(Object(Title))
#18 /usr/local/apache/common-local/php-1.5/includes/Wiki.php(62): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#19 /usr/local/apache/common-local/php-1.5/index.php(116): MediaWiki->initialize(Object(Title), NULL, Object(OutputPage), Object(User), Object(WebRequest))
#20 /usr/local/apache/common-local/live-1.5/index.php(3): require('/usr/local/apac...')
#21 {main}

Exception caught inside exception handler: exception 'AFPUserVisibleException' with message '<abusefilter-exception-regexfailure>' in /usr/local/apache/common-local/php-1.5/extensions/AbuseFilter/AbuseFilter.parser.php:1591
Stack trace:
#0 /usr/local/apache/common-local/php-1.5/includes/memcached-client.php(1075): AbuseFilterParser::regexErrorHandler(2048, 'Only variables ...', '/usr/local/apac...', 1075, Array)
#1 /usr/local/apache/common-local/php-1.5/includes/memcached-client.php(801): memcached->_flush_read_buffer(Resource id #70)
#2 /usr/local/apache/common-local/php-1.5/includes/memcached-client.php(413): memcached->get_sock('enwiki:gadgets-...')
#3 /usr/local/apache/common-local/php-1.5/extensions/Gadgets/Gadgets.php(79): memcached->get('enwiki:gadgets-...')
#4 /usr/local/apache/common-local/php-1.5/extensions/Gadgets/Gadgets.php(55): wfLoadGadgetsStructured()
#5 /usr/local/apache/common-local/php-1.5/extensions/Gadgets/Gadgets.php(171): wfLoadGadgets()
#6 [internal function]: wfGadgetsBeforePageDisplay(Object(OutputPage), Object(SkinMonoBook))
#7 /usr/local/apache/common-local/php-1.5/includes/Hooks.php(132): call_user_func_array('wfGadgetsBefore...', Array)
#8 /usr/local/apache/common-local/php-1.5/includes/OutputPage.php(1011): wfRunHooks('BeforePageDispl...', Array)
#9 /usr/local/apache/common-local/php-1.5/includes/Exception.php(159): OutputPage->output()
#10 /usr/local/apache/common-local/php-1.5/includes/Exception.php(186): MWException->reportHTML()
#11 /usr/local/apache/common-local/php-1.5/includes/Exception.php(284): MWException->report()
#12 /usr/local/apache/common-local/php-1.5/includes/Exception.php(343): wfReportException(Object(AFPUserVisibleException))
#13 [internal function]: wfExceptionHandler(Object(AFPUserVisibleException))
#14 {main}
Comment 1 Chad H. 2009-06-18 19:55:16 UTC
AbuseFilter issue, not directly related to moving.
Comment 2 Andrew Garrett 2009-06-18 20:02:55 UTC
I can't reproduce it in quick testing, can somebody tell me which page you're trying to move and to where?
Comment 3 Andrew Garrett 2009-06-18 20:17:36 UTC
Fixed properly with r52141.
Comment 4 Ben 2009-06-18 22:37:52 UTC
I was capitalising this article's name

http://en.wikipedia.org/wiki/Dual_currency_deposit

Thanks for prompt response

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links