Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
-
dtris
- Newbie

- Posts: 2
- Joined: Sun Oct 06, 2019 8:29 am
Post
by dtris » Sun Oct 06, 2019 8:37 am
Hi,
whenever I try to update my preferences, I get the following error:
Code: Select all
Error Message: Uncaught Error: Call to undefined function ereg() in /home/winehq/opt/appdb/preferences.php:49 Stack trace: #0 {main} thrown
File: preferences.php:49
I suppose that this happens because PHP's ereg was removed in PHP 7 and the preferences page was not updated.
-
jnewman
- Site Admin

- Posts: 84
- Joined: Thu Feb 21, 2008 3:23 pm
- Location: Minneapolis, MN
-
Contact:
Post
by jnewman » Mon Oct 07, 2019 7:49 am
I'll get a fix in for this.
-
jnewman
- Site Admin

- Posts: 84
- Joined: Thu Feb 21, 2008 3:23 pm
- Location: Minneapolis, MN
-
Contact:
Post
by jnewman » Mon Oct 07, 2019 9:33 am
Should be fixed now. I also found a few other ereg() calls in the code and fixed them as well.
-
dtris
- Newbie

- Posts: 2
- Joined: Sun Oct 06, 2019 8:29 am
Post
by dtris » Fri Oct 11, 2019 4:01 pm
Seems to be working fine
