http://bugs.winehq.org/show_bug.cgi?id=60064 --- Comment #5 from Stian Low <wineryyyyy@gmail.com> --- Is this a blocker and Hugo is still able to reproduce? (In reply to Ken Sharp from comment #4)
This is one of a myriad of bugs in the AppDB since the changes were made. The AppDB is very broken.
Many bugs were found while working on the merge. Those found to be unrelated by my merge were left unfixed. My goal was to help solve the traffic problems which seemed highest priority and then switch focus to wine dev vs AppDB dev whose bugs seemed better resolved via a CMS vs custom app similar to how Bugzilla supports reports and Gitlab supports devs. I'll collect AppDB bugs and report what is and is not caused by my merge. As for this bug, error message from video seems to indicate its an issue with distribution/OS vs version: Error details: Error message: Uncaught mysqli_sql_exception. Table 'appdb.distribution' doesn't exist in appdb/include/query.php:37 Stack trace: #0 appdb/include/query.php(37): mysql->query() #1 appdb/include/query.php(143): query_appdb() #2 appdb/include/distribution.php(281): query_parameters() #3 appdb/include/testData_queue.php(59): distribution->ReQueue() #4 appdb/include/objectManager.php(1435): testData_queue->reQueue() #5 appdb/objectManager.php(81): ObjectManager->processForm() #6 {main} thrown Has "Alpine Linux" shown in video been approved as a distribution yet? The only change to distribution.php by me was a removal of versions table from the query: - https://gitlab.winehq.org/winehq/appdb/-/merge_requests/13/diffs#b4bc5b676f4... If that query did not break it then this bug may have already existed. I'll try to reproduce and retest without any of my changes to confirm. -- 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.