Menu

#4539 Blank/white page (running from the STABLE branch)

4.2.8
fixed
blank page (2)
1
2014-09-20
2014-09-19
Jon Baker
No

When running version 4.2.8.1 in Chrome and Firefox, I am getting a blank page. Upon reviewing the page source, I see the following in the header:

<style id="cfs-style">html{display: none;}</style>

I have rolled back to 4.2.8 and it works fine. I did go to http://demo.phpmyadmin.net/STABLE/index.php and am experiencing the same thing, so it's not specific to my install.

Related

Bugs: #4539

Discussion

  • Marc Delisle

    Marc Delisle - 2014-09-19

    Hi,
    what is the value of your $cfg['AllowThirdPartyFraming'] setting?

    I see the problem on demo but I am unable to reproduce it on my server.

     
  • Jon Baker

    Jon Baker - 2014-09-19

    I have not set it in my config, so it should still be the default which is false I believe. I actually did set it to true last night to see if that fixed it and oddly enough it did show the logo but did not show the login form for me.

     
  • Marc Delisle

    Marc Delisle - 2014-09-19

    Our demo server is running nginx; is it the same on your server? I am running Apache + mod_php on my test server.

     
  • Jon Baker

    Jon Baker - 2014-09-19

    I have Apache + mod_php as well - Apache/2.2.27 (Amazon), php 5.3.29

    I'll attach the complete phpinfo() dump

     
  • Marc Delisle

    Marc Delisle - 2014-09-19

    Another question: did you download an installation kit of 4.2.8.1, or are you using the STABLE git branch?

     
    • Jon Baker

      Jon Baker - 2014-09-19

      I'm using the STABLE git branch.

      On Sep 19, 2014, at 11:30 AM, "Marc Delisle" lem9@users.sf.net wrote:

      Another question: did you download an installation kit of 4.2.8.1, or are you using the STABLE git branch?

      [bugs:#4539] Blank/white page in Chrome and Firefox on Mac - HTML is returned

      Status: open
      Group: 4.2.8
      Labels: blank page
      Created: Fri Sep 19, 2014 01:12 AM UTC by Jon Baker
      Last Updated: Fri Sep 19, 2014 12:29 PM UTC
      Owner: nobody

      When running version 4.2.8.1 in Chrome and Firefox, I am getting a blank page. Upon reviewing the page source, I see the following in the header:

      <style id="cfs-style">html{display: none;}</style>
      I have rolled back to 4.2.8 and it works fine. I did go to http://demo.phpmyadmin.net/STABLE/index.php and am experiencing the same thing, so it's not specific to my install.

      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/phpmyadmin/bugs/4539/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #4539

  • Marc Delisle

    Marc Delisle - 2014-09-19

    Jon,
    at some point during the 4.2.8.1 release process, the STABLE branch was not correct. However AFAIK this has been fixed.
    Ensure that the top commit is df2ac06eb630945f9264338dd0c1afcf27d8b9ba.

     
  • Jon Baker

    Jon Baker - 2014-09-19

    That fixed it - running git status showed my STABLE branch was ahead of origin/STABLE by 109 commits (I was on commit e57b78a). I deleted my local STABLE branch and pulled it from origin and it looks like I'm back in business.

    Thanks!

     
  • Marc Delisle

    Marc Delisle - 2014-09-19
    • summary: Blank/white page in Chrome and Firefox on Mac - HTML is returned --> Blank/white page (running from the STABLE branch)
    • status: open --> resolved
    • assigned_to: Marc Delisle
     
  • Marc Delisle

    Marc Delisle - 2014-09-20
    • Status: resolved --> fixed