Error when trying to add test data

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Locked
VariableRavage
Newbie
Newbie
Posts: 1
Joined: Tue Jun 04, 2024 12:16 am

Error when trying to add test data

Post by VariableRavage »

From this page: https://appdb.winehq.org/objectManager. ... gId=114275
when I click on "Add test data"
I get to this page: https://appdb.winehq.org/objectManager. ... Id%3D37611
where I see this error message:

Code: Select all

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
This error has been consistent over the last few hours when following the above steps.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error when trying to add test data

Post by dimesio »

Probably due to the recent upgrade to PHP8. File a bug.
User avatar
jnewman
Site Admin
Site Admin
Posts: 112
Joined: Thu Feb 21, 2008 3:23 pm

Re: Error when trying to add test data

Post by jnewman »

This should be fixed now, or at least get further before hitting another bug. :-/
Locked