User Merge and Delete plugin

From ShawnReevesWiki
Revision as of 13:13, 24 February 2012 by Shawn (talk | contribs) (Created page with "I use User Merge and Delete to manage spammers on this site. Since upgrading MediaWiki, I've noticed that the merge and delete action crashes sometimes, apparently resulting f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

I use User Merge and Delete to manage spammers on this site. Since upgrading MediaWiki, I've noticed that the merge and delete action crashes sometimes, apparently resulting from an attempt by related scripts to change the ipblocks table, confusing the ipb_id with the user_id. Note in the following output from a merge and delete that ipblocks is modified twice, even though I think it only appears once in the update sequence in the script body:

Updating archive table (47 to 0)
Updating revision table (47 to 0)
Updating filearchive table (47 to 0)
Updating image table (47 to 0)
Updating oldimage table (47 to 0)
Updating recentchanges table (47 to 0)
Updating logging table (47 to 0)
Updating ipblocks table (47 to 0)
Updating ipblocks table (47 to 0)
Updating watchlist table (47 to 0)
Updating archive table (KimberleyJarvis462 to Anonymous)
Updating revision table (KimberleyJarvis462 to Anonymous)
Updating filearchive table (KimberleyJarvis462 to Anonymous)
Updating image table (KimberleyJarvis462 to Anonymous)
Updating oldimage table (KimberleyJarvis462 to Anonymous)
Updating recentchanges table (KimberleyJarvis462 to Anonymous)
Updating ipblocks table (KimberleyJarvis462 to Anonymous)
Updating ipblocks table (KimberleyJarvis462 to Anonymous)