Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
-
justabouthadit
- Level 1

- Posts: 5
- Joined: Tue Nov 03, 2020 8:40 am
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
-
dimesio
- Moderator

- Posts: 13367
- Joined: Tue Mar 25, 2008 10:30 pm
Post
by dimesio »
Probably due to the upgrade to PHP8. FIle a bug.
-
justabouthadit
- Level 1

- Posts: 5
- Joined: Tue Nov 03, 2020 8:40 am
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.
-
dimesio
- Moderator

- Posts: 13367
- Joined: Tue Mar 25, 2008 10:30 pm
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.