On 1/7/09 7:21 PM, Philip Beach wrote:
After upgrading from version 1.13.1 to 1.13.3 I receive the following error for both the CheckUser and RenameUser extensions.
Fatal error*: Call to undefined method AuthPlugin::getUserInstance() in * /home/public_html/extensions/CheckUser/CheckUser_body.php* on line *865
**Fatal error*: Call to undefined method AuthPlugin::getUserInstance() in * /home/public_html/extensions/Renameuser/SpecialRenameuser_body.php* on line *425*
Any ideas as to what the problem may be?
It looks like you've upgraded to versions of the CheckUser and Renameuser extensions which are written against MediaWiki 1.14, and use new interfaces not available in 1.13.x.
You can pull 1.13-compatible versions from SVN in the release branch: http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_13/extensions/
-- brion