http://bugs.winehq.org/show_bug.cgi?id=35350
Bug ID: 35350 Summary: AppDB display garbled when logged in Product: WineHQ Apps Database Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: appdb-unknown Assignee: wine-bugs@winehq.org Reporter: dimesio@earthlink.net Classification: Unclassified
Created attachment 47156 --> http://bugs.winehq.org/attachment.cgi?id=47156 Screenshot of AppDB page when logged in
Screenshot is from Firefox; Chrome and Opera look the same.
http://bugs.winehq.org/show_bug.cgi?id=35350
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexsornes@gmail.com, | |jnewman@codeweavers.com Summary|AppDB display garbled when |AppDB display garbled by |logged in |error messages when logged | |in Severity|normal |major
http://bugs.winehq.org/show_bug.cgi?id=35350
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|wine-bugs@winehq.org |jnewman@codeweavers.com
--- Comment #1 from Jeremy Newman jnewman@codeweavers.com --- The server upgrade has a new version of PHP. This version of PHP defaults to a more strict form of syntax checking. It seems the AppDB uses some deprecated PHP functions.
I can work around the issue for now by disabling strict via a .htaccess command.
http://bugs.winehq.org/show_bug.cgi?id=35350
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Jeremy Newman jnewman@codeweavers.com --- I have modified the error_reporting value in .htaccess to omit the various forms of reporting that the code in AppDB fails on.
This is the E_ALL value (32767) and the removing the E_DEPRECATED (8192) and E_STRICT (2048) and E_NOTICE (8) values.
So in .htaccess we have:
php_value error_reporting 22519
A separate bug should be filed to update the AppDB codebase to be compliant with modern PHP coding standards. There are quite a few deprecated features that the AppDB is using that will go away in a future version of PHP.
http://bugs.winehq.org/show_bug.cgi?id=35350
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net --- It's not fixed; error messages are still overlaying the page when logged in. It only happens when I'm logged in.
http://bugs.winehq.org/show_bug.cgi?id=35350
--- Comment #4 from Alexander Nicolaysen Sørnes alexsornes@gmail.com --- Is there any particular page where this happens? It doesn't happen to me now that the warnings/notices are turned off
http://bugs.winehq.org/show_bug.cgi?id=35350
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED
--- Comment #5 from Rosanne DiMesio dimesio@earthlink.net --- It's fixed for me now. Thanks.
http://bugs.winehq.org/show_bug.cgi?id=35350
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |frederic.delanoy@gmail.com
--- Comment #6 from Frédéric Delanoy frederic.delanoy@gmail.com --- Closing