[Bug 35350] New: AppDB display garbled when logged in
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(a)winehq.org Reporter: dimesio(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35350 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexsornes(a)gmail.com, | |jnewman(a)codeweavers.com Summary|AppDB display garbled when |AppDB display garbled by |logged in |error messages when logged | |in Severity|normal |major -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35350 Jeremy Newman <jnewman(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|wine-bugs(a)winehq.org |jnewman(a)codeweavers.com --- Comment #1 from Jeremy Newman <jnewman(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35350 Jeremy Newman <jnewman(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Jeremy Newman <jnewman(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35350 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from Rosanne DiMesio <dimesio(a)earthlink.net> --- It's not fixed; error messages are still overlaying the page when logged in. It only happens when I'm logged in. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35350 --- Comment #4 from Alexander Nicolaysen Sørnes <alexsornes(a)gmail.com> --- Is there any particular page where this happens? It doesn't happen to me now that the warnings/notices are turned off -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35350 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Rosanne DiMesio <dimesio(a)earthlink.net> --- It's fixed for me now. Thanks. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35350 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |frederic.delanoy(a)gmail.com --- Comment #6 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Closing -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org