https://bugzilla.wikimedia.org/show_bug.cgi?id=35239
--- Comment #4 from Krinkle <[email protected]> 2012-07-25 21:03:51 UTC --- (cc Roan) Roan catched the likely cause of this in the code. The extension is trying to update the `ipb_id` column of the `ipblocks` table, which is wrong. Because that's the primary key as opposed to the user id. It should instead update `ipb_user`. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
