UserMerge Error

霸气de小男生 提交于 2019-12-06 16:07:02

You've downloaded too new of a version of the extension. It looks like you may have grabbed the newest version of the code from the git master rather than downloading the appropriate snapshot version of the extension.

The version of the extension you have makes a call to $this->getPageTitle() in UserMerge_body.php. The getPageTitle function does not even exist (in SpecialPage.php) until Mediawiki version 1.23 (which is not yet released).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!