Menu

#3821 (ok 3.5.7) Safari: white page

3.5.6
fixed
None
5
2013-06-12
2013-02-11
No

From Élodie Bossier:
Greetings,

It's not the first time i see this problem of incompatibility between
Safary and PMA.
When we are loged into PhpMyAdmin with Safari, we have a full white page.

Il was solved there are 1 year (2012-05-04) by this ticket :
http://sourceforge.net/tracker/?func=detail&aid=3523499&group_id=23067&atid=377408

Bug the problem come back again.

My customers have tested several browser :
Chrome: OK
Firefox OK
Opera : OK
Safari : NOT OK

On Mac and Windows and Safari show a full white page after to have
logged correctly.

Safari 5.1.7 (7534.57.2) on Windows 8 and same for Safari 5.1.2
(7534.52.7) on Windows 7 with PMA 3.5.6

Discussion

  • Marc Delisle

    Marc Delisle - 2013-02-11

    git bisect shows:
    8c8099e2f7c994f3a4822c5ef804b18fbe357cd6 is the first bad commit
    commit 8c8099e2f7c994f3a4822c5ef804b18fbe357cd6
    Author: Marc Delisle marc@infomarc.info
    Date: Tue Jan 1 08:34:16 2013 -0500

    - for WebKit-based browsers like Chrome, use the new CSP syntax
    ( see X-WebKit-CSP)
    - I believe we no longer need to mention phpmyadmin.net in the allowed
      lists, due to our fetching of JSON content instead of a js
    
     
  • Marc Delisle

    Marc Delisle - 2013-02-12
    • assigned_to: Marc Delisle
     
  • Marc Delisle

    Marc Delisle - 2013-02-13
    • summary: Safari: white page --> (ok 3.5.7) Safari: white page
    • priority: 5 --> 1
     
  • Marc Delisle

    Marc Delisle - 2013-02-15
    • Status: open --> closed-fixed
    • Priority: 1 --> 5
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed
     
  • Jon Bearman

    Jon Bearman - 2013-06-12

    I have same problem, with white page.

    For some reason using Safari 5.1.9 and PMA 3.5.8.1, PMA_USR_BROWSER_AGENT is set as CHROME not SAFARI, so the workaround lines in libraries/header_http.inc.php don’t work.

    For my uses at the moment I can just comment out the lines as I am only user and don’t care about ClickJacking (just want to use phyMyAdmin..).

    But these discussions helped me to solve, so thanks.