Last modified: 2011-03-13 15:45:12 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}
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
(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 :)
(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
(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.