Magento backend showing blank pages after login?

2.7k Views Asked by At

I have magento 1.9 version and It is working fine on local and demo server but when I move this to live server its admin is not working.It just login admin and only header and navigation bar shows up there. I tried with remove cache, sessions.disabled all newly installed extensions.but still same problem.My frontend is working fine. Please help me to solve this issues.

2

There are 2 best solutions below

1
On

This error was coming due to some entries in table "adminnotification_inbox" . I don't know why this happened.I just empty this table and my admin works fine but as soon as this table have entry same problem occurs, So After empty that table I disable admin notification from following location:-

System->Advanced->Disable Modules Output

Mage_AdminNotification

This solved my problem.

0
On

flush your magento root /var/cache folder and /var/session folders, It may have previous server session that may cause problems.