http://bugs.winehq.org/show_bug.cgi?id=58471
Bug ID: 58471 Summary: Bug Link Queue is broken Product: WineHQ Apps Database Version: unspecified Hardware: x86-64 URL: https://appdb.winehq.org/objectManager.php?sClass=bug& sState=queued&sTitle=Bug%20Link%20Queue&sAllBugs OS: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: appdb-unknown Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com Distribution: ---
error details: Error Message: Uncaught Error: Call to a member function AddTextCell() on null in /home/winehq/opt/appdb/include/objectManager.php:1602 Stack trace: #0 /home/winehq/opt/appdb/include/objectManager.php(210): ObjectManager->outputHeader() #1 /home/winehq/opt/appdb/include/objectManager.php(339): ObjectManager->drawTable() #2 /home/winehq/opt/appdb/objectManager.php(173): ObjectManager->display_table() #3 {main} thrown
File: objectManager.php:1602
I see bug links now seem to name the app and version, despite it already being linked to the app and version. I'm guessing this is related. (I can't currently log in)
http://bugs.winehq.org/show_bug.cgi?id=58471
Stian Low wineryyyyy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com
--- Comment #1 from Stian Low wineryyyyy@gmail.com --- (In reply to Ken Sharp from comment #0)
error details: Error Message: Uncaught Error: Call to a member function AddTextCell() on null in /home/winehq/opt/appdb/include/objectManager.php:1602 Stack trace: #0 /home/winehq/opt/appdb/include/objectManager.php(210): ObjectManager->outputHeader() #1 /home/winehq/opt/appdb/include/objectManager.php(339): ObjectManager->drawTable() #2 /home/winehq/opt/appdb/objectManager.php(173): ObjectManager->display_table() #3 {main} thrown
File: objectManager.php:1602
Please see this Merge Request pending to fix these bugs: https://gitlab.winehq.org/winehq/appdb/-/merge_requests/14
I see bug links now seem to name the app and version, despite it already being linked to the app and version. I'm guessing this is related. (I can't currently log in)
App name and version redundantly being displayed is indeed related.
The changes you describe were created by: https://bugs.winehq.org//show_bug.cgi?id=56706 AppDB does not properly separate the Bugzilla DB
The new AppDB bug listing method queries Bugzilla and copies the HTML <table> produced by https://bugs.winehq.org/query.cgi?format=advanced and stuffs the <table> with extra AppDB data before displaying it.
This currently has the effect of displaying nearly the same <table> fields for any page that lists bugs.
The app name and version appear redundant on the app page because the same table format is used for admin pages that list all bugs of all apps where the name and version become important.
Cleanup of redundant <table> fields like name and version per page context will be added to the backlog AppDB TODOs.
http://bugs.winehq.org/show_bug.cgi?id=58471
--- Comment #2 from Stian Low wineryyyyy@gmail.com --- Cleanup efforts raised by this issue are specifically covered by:
https://bugs.winehq.org/show_bug.cgi?id=58472 Remove redundant AppDB Bug Links table listing fields introduced by recent merge (https://gitlab.winehq.org/winehq/appdb/-/merge_requests/13)
Prime objective of this issue is to resolve inoperable malfunction reported.
Presentation mods are secondary priority of total resolve.
http://bugs.winehq.org/show_bug.cgi?id=58471
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- Partially working now, just can't accept the links.
http://bugs.winehq.org/show_bug.cgi?id=58471
--- Comment #4 from Stian Low wineryyyyy@gmail.com --- (In reply to Ken Sharp from comment #3)
Partially working now, just can't accept the links.
Please see https://gitlab.winehq.org/winehq/appdb/-/merge_requests/21 addressing your latest issue after testing the latest changes from https://gitlab.winehq.org/winehq/appdb/-/merge_requests/14.
Apologies for inconveniences. I came into AppDB green so I'm still coming up to speed. I also wasn't sure how code changes would be tested so now that I have more insight I'll be more careful and test more carefully going forward.
Thanks for the feedback. Hopefully this finalizes restoring bug link functionality.