Error when trying to view any queue

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Locked
justabouthadit
Level 1
Level 1
Posts: 5
Joined: Tue Nov 03, 2020 8:40 am

Error when trying to view any queue

Post by justabouthadit »

Clicking on "View Test Results Queue" shows this error:
Error Message: Uncaught Error: Non-static method testData::objectGetFilterInfo() cannot be called statically in /home/winehq/opt/appdb/include/testData_queue.php:161 Stack trace: #0 /home/winehq/opt/appdb/include/objectManager.php(359): testData_queue->objectGetFilterInfo() #1 /home/winehq/opt/appdb/include/objectManager.php(76): ObjectManager->getOptionalSetting() #2 /home/winehq/opt/appdb/include/objectManager.php(81): ObjectManager->initFilterInfo() #3 /home/winehq/opt/appdb/objectManager.php(73): ObjectManager->getFilterInfoFromInput() #4 {main} thrown

File: testData_queue.php:161
Clicking on "Your queued items" shows this error:
Error Message: Uncaught Error: Non-static method Bug::listSubmittedBy() cannot be called statically in /home/winehq/opt/appdb/queueditems.php:50 Stack trace: #0 {main} thrown

File: queueditems.php:50
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error when trying to view any queue

Post by dimesio »

Probably due to the upgrade to PHP8. FIle a bug.
justabouthadit
Level 1
Level 1
Posts: 5
Joined: Tue Nov 03, 2020 8:40 am

Re: Error when trying to view any queue

Post by justabouthadit »

What do you mean by "file a bug"? The error message said to post on the forums, and I did. I'm reporting the bug through this exact forum thread.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error when trying to view any queue

Post by dimesio »

The forum is for reporting things that AppDB admins can fix; problems that require fixing the code need to be reported in Bugzilla.

It looks like they're collecting all the AppDB PHP8 errors in https://bugs.winehq.org/show_bug.cgi?id=57734, and the specific error you're seeing has already been reported.
Locked