Forum

Thread tagged as: Problem, Error

Blank admin area

I've built a site locally using runway and and it's all been working fine. I've just put it on my development server and the frontend of the site all seems to be working fine and connects to my database ok. However when I log into the admin area all I get is blank white screen with the perch header. If i click any of the links in the perch admin header on the right a page loads but again just a white screen with the header. Any help would be grateful

Fishtank Creative

Fishtank Creative 2 points

  • 4 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Please read the information on this page https://docs.grabaperch.com/perch/help/ - specifically around a blank screen, cut off HTML output.

Hello,

I had the exact same issue recently with Runway and what resolved the issue for me was removing the custom javascript I had in my _config.inc file located under perch > addons > plugins > ui.

So in addition to Rachel's response, you may want to make sure you don't have any custom javascript running that could be conflicting with Perch's builtin javascript.

I don't know if my solution applies in your case, but hopefully this helps.