Blank admin panel

Hi All,

I’ve uploaded a new install of Grav and the admin panel is totally blank. I have checked permissions and have done through the Trouble shooting guide in https://learn.getgrav.org.

Any ideas as to why the admin panel would be blank outside of the usual suspects?

A blank page is due to a PHP error of some kind. The best way to see what is causing this is to:

  1. Turn on displaying PHP errors in your php config. On shared hosting this can often be done via .htaccess: https://www.google.com/?ion=1&espv=2#q=turn+on+php+errors+.htaccess

  2. Look in your error.log file (or whatever it’s called on your setup).

This will tell you what the issue is. Most likely it’s a missing PHP dependency.