https://bugzilla.wikimedia.org/show_bug.cgi?id=71858
--- Comment #1 from Matthew Flaschen <[email protected]> --- There is illegal state in the database: select * from testwiki.flow_workflow where workflow_user_id = 0 and workflow_user_ip = ''; 3 matching rows, including the one that causes this error. Either user_id can be 0 or user_ip can be unset, but one has to be a valid value. Somehow this is/was not being enforced somewhere. -- 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
