We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6511
    • 60 Posts
    Hi All,

    I have a local xampp install setup and was aiming to test out the changes to 2.2 using the latest release candidate

    When I browse to the manager page I get the login screen but once logged in the page takes a while to load and eventually just stops with a blank page.

    The httpd.conf is setup for port 8080 rather than port 80 and I am not sure if this could be causing it.

    I have increased the PHP memory limit to 256 from 128 with no luck.

    The username and password is correct as I get the expected error if I on purposely enter wrong information

    Any ideas?

    Danny
    • Try the latest nightly and see if the same issue still occurs.
        • 6511
        • 60 Posts
        Can you point me in the direction of the download? I assume this is from Github?
          • 38121
          • 36 Posts
          Direct download:
          http://modx.com/revolution/download/nightlies/

          Git install:
          http://rtfm.modx.com/display/revolution20/Git+Installation

          If you're using Google Chrome, your issue might be related to the php accelerator, see here:
          http://bugs.modx.com/issues/6482#change-14656
            • 6511
            • 60 Posts
            I am using Google Chrome however it also doesn't work in IE9.....

            Thankyou for the links smiley
              • 6511
              • 60 Posts
              Complete fresh install and the manager page (once logged in) is completely blank.

              Same in IE9.
                • 32316
                • 387 Posts
                You don't mention if you see any errors (try inspecting the page with Chrome, do you have some 400 errors? Or...?)
                You could try changing the system setting compress_js to 0 - since you do not have manger access you will need to do this directly to the database, the setting is in the modx_system_settings table (assuming you used modx_ as your table prefix), then delete the cache. This worked for me for a similar problem (though mine was an upgrade, not a fresh install - a fresh install worked for me) - I also set compress_css to 0 initially but changed it back to 1 with no ill effect [ed. note: whistlemaker last edited this post 12 years, 4 months ago.]
                  • 6511
                  • 60 Posts
                  The page spends ages loading. Then Chrome returns an empty page.By empty I mean no source. Nothing.

                  Status code is 200 OK.
                  Size of content is 550B and the time is 30.27s broken down into 1ms sending, 30.27s waiting and 2ms receiving.

                  Please note I can get the login screen but once I log into it I get nothing.


                    • 32316
                    • 387 Posts
                    Completely different from my problem!
                      • 6511
                      • 60 Posts
                      Yeah, I tried turning the compress_js and compress_css options off with no luck as well sad