http://bugs.winehq.org/show_bug.cgi?id=60064 --- Comment #8 from Stian Low <wineryyyyy@gmail.com> --- Submitting merge which may fix: appdb: Fix update query table typo 'distribution' vs 'distributions' modified include/distribution.php @@ -278,7 +278,7 @@ class distribution { if(query_parameters("UPDATE testResults SET state = '?' WHERE testingId = '?'", 'queued', $this->iTestingId)) { - if(query_parameters("UPDATE distribution SET state = '?' WHERE distributionId = '?'", + if(query_parameters("UPDATE distributions SET state = '?' WHERE distributionId = '?'", 'queued', $this->iDistributionId)) { $this->sState = 'queued'; Bug introduced by initial repo commit 20 years ago. Happy anniversary :) https://gitlab.winehq.org/winehq/appdb/-/blob/9364f5bc5af39943297ae4af503f26... 9364f5bc5af39943297ae4af503f26c68ca6ebc0 Author: Chris Morgan <cmorgan@alum.wpi.edu> AuthorDate: Fri Jul 21 04:21:04 2006 +0000 Commit: WineHQ <wineowner@winehq.org> CommitDate: Fri Jul 21 04:21:04 2006 +0000 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.