https://bugzilla.wikimedia.org/show_bug.cgi?id=40178
--- Comment #7 from Aaron Schulz <[email protected]> --- I don't think those pages ever existed, they probably failed partially (leaving a broken page row), causing the user to upload a second time (since they thought it failed), resulting in two files. This requires two bugs: 1) Something issuing COMMIT while the page stub row with page_latest=0 is inserted (this should never happen). Given how laughably fragile this code is, that would not be surprising at all. It can be a core function or extension hook handler from anywhere. 2) Something causing an fatal or exception afterwards, so the stub row is never removed/completed. I recall exceptions with ApiUpload not that many months ago, so it's not implausible. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
