Last modified: 2011-03-13 15:45:12 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 T30009, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28009 - Request of account fails in efCheckIfAccountNameIsPending
Request of account fails in efCheckIfAccountNameIsPending
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
ConfirmAccount (Other open bugs)
unspecified
All Linux
: Normal normal (vote)
: ---
Assigned To: Aaron Schulz
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-12 19:59 UTC by Adrian Aichner
Modified: 2011-03-13 15:45 UTC (History)
2 users (show)

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


Attachments

Description Adrian Aichner 2011-03-12 19:59:52 UTC
Looks like this is an internal problem of the extension.

Let me know if you want me to try something to diagnose this problem.

Thanks!

Adrian

Internal error
Detected bug in an extension! Hook efCheckIfAccountNameIsPending failed to return a value; should return true to continue hook processing or false to abort.
Backtrace:
#0 /var/lib/mediawiki/extensions/ConfirmAccount/RequestAccount_body.php(239): wfRunHooks('AbortNewAccount', Array)
#1 /var/lib/mediawiki/extensions/ConfirmAccount/RequestAccount_body.php(74): RequestAccountPage->doSubmit()
#2 /usr/share/mediawiki/includes/SpecialPage.php(559): RequestAccountPage->execute(NULL)
#3 /usr/share/mediawiki/includes/Wiki.php(229): SpecialPage::executePath(Object(Title))
#4 /usr/share/mediawiki/includes/Wiki.php(59): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#5 /usr/share/mediawiki/index.php(116): MediaWiki->initialize(Object(Title), NULL, Object(OutputPage), Object(User), Object(WebRequest))
#6 {main}
Comment 1 Adrian Aichner 2011-03-12 22:19:13 UTC
I got 1.16+ to work with my MW 1.5 installation.

The trunk version of ConfirmAccount fails with following error
(with debugging enabled via following two lines in LocalSettings.php

error_reporting(E_ALL);
ini_set("display_errors", 1);

)


Fatal error: Call to undefined method OutputPage::addModules() in /var/lib/mediawiki/extensions/ConfirmAccount/ConfirmAccount.php on line 157

I suggest this bug to be closed like mz other bug of today.

May they help others who encounter the same kind of startup problems like me.

The talk page at
http://www.mediawiki.org/wiki/Extension_talk:ConfirmAccount
was helpful for me too, but I found it too late and it was not easy to pick the relevant bits of advice.

Regards,

Adrian
Comment 2 Aaron Schulz 2011-03-13 00:26:38 UTC
(In reply to comment #1)
> I suggest this bug to be closed like mz other bug of today.
> 
> May they help others who encounter the same kind of startup problems like me.

Closing then. I hope you meant "1.15" and not "1.5", which would be very very old :)
Comment 3 Adrian Aichner 2011-03-13 10:00:15 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > I suggest this bug to be closed like mz other bug of today.
> > 
> > May they help others who encounter the same kind of startup problems like me.
> 
> Closing then. I hope you meant "1.15" and not "1.5", which would be very very
> old :)

Correction:
I am using
MediaWiki    1.15.5-1

Adrian
Comment 4 Roan Kattouw 2011-03-13 15:45:12 UTC
(In reply to comment #1)
> I got 1.16+ to work with my MW 1.5 installation.
> 
> The trunk version of ConfirmAccount fails with following error
> (with debugging enabled via following two lines in LocalSettings.php
> 
Per bug 28008 comment 5 , the trunk version of ConfirmAccount is not intended to be compatible with anything older than the trunk version of MediaWiki.

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


Navigation
Links