https://bugs.winehq.org/show_bug.cgi?id=33725
--- Comment #14 from Joerg Schiermeier mywine@schiermeier-it.de --- (In reply to Adam Bolte from comment #13)
This config issue is still not fixed after more than three years!
OK. Lets try:
I checked out the source of AppDB from here: http://source.winehq.org/git/appdb.git/
My "AppDB root" folder is called "appdb.git" so my filename will be related to this folder:
in "appdb.git/include/config.php.sample" (the original config.php isn't under source control) is a constant called "APPDB_ROOT". As far as I understand the code this should be the path to AppDB like the constant "BUGZILLA_ROOT" which points to "http://bugs.winehq.org/". The value of "APPDB_ROOT" here is "http://localhost/appdb/". If this value is also set in the real "config.php" something isn't really working.
Following the README this file "config.php.sample" should be template for "config.php".
So this constant "APPDB_ROOT" will have to be fixed.
In theory this does the trick.