Topic on Extension talk:CheckUser

I fonud error with mw 1.28.0

3
Summary by Ciencia Al Poder
Tunglinwu (talkcontribs)

This extension will let RecentChanges can't record.

Papamanman2 (talkcontribs)

Same problem had occured in my instance.

When uninstalled CheckUser Extension, Recent Changes records.

Albert Ke (talkcontribs)

Had the same problem, RecentChanges won't record anymore when this the CheckUser extension is loaded in LocalSettings.php for MW 1.28.0. To get it working I did the following:

  1. instead of using MW auto download I actually went to the repository and cloned the right 1.28.0 version;
  2. ran in MW/maintenance the php ./update.php command before adding the CheckUser line to my LocalSettings.php;
  3. included the extension in LocalSettings.php and ran MW/maintenance update.php again;
  4. in the Extension/CheckUseer folder did composer install;
  5. in CheckUser/maintenance did: php ./populateCheckUserTable.php.

RecentChanges does afterwards record the edits so maybe not all above actions are needed but somehow got it to work. Hope that helps other people,

--Albert Ke (talk) 03:04, 12 January 2017 (UTC)

Reply to "I fonud error with mw 1.28.0"