Additionally, check your network requests page (on Chrome and many other browsers just click F12, then go to “Network” and reload the page) to see if you see a 500 error. If so, enable PHP errors using this:
That should help you debug if you are indeed getting an error (by default PHP error info is disabled to prevent leaking information).