Error when trying to upload screenshot (Call to undefined method screenshot::screenshot())

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Locked
Fijxu
Newbie
Newbie
Posts: 1
Joined: Fri Feb 07, 2025 10:17 pm

Error when trying to upload screenshot (Call to undefined method screenshot::screenshot())

Post by Fijxu »

Code: Select all

error details:

Error Message: Uncaught Error: Call to undefined method screenshot::screenshot() in /home/winehq/opt/appdb/include/screenshot.php:119 Stack trace: #0 /home/winehq/opt/appdb/screenshots.php(45): screenshot->create() #1 {main} thrown

File: screenshot.php:119
The image that I wanted to upload was a .jpg
The description contained spaces on it
I selected Wine 10.0

Any fixes for it?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error when trying to upload screenshot (Call to undefined method screenshot::screenshot())

Post by dimesio »

The upgrade to PHP8 broke a lot of things. It's being worked on and tracked in https://bugs.winehq.org/show_bug.cgi?id=57734.
Locked