Jilco Tigchelaar
Jilco Tigchelaar

Reputation: 2149

magento admin page blank after upgrade

I had a lot of problems with upgrading to 9.2, see Magento Community Edition 1.9.2 Update failed - Unknown cipher in list: TLSv1

I solved that problem but now my site shows up the logo and links, but no style (CSS?). Also the links are not working, they redirect to index.php and my admin page is blank and not accesable due to this.

Upvotes: 0

Views: 1592

Answers (1)

Nikhil
Nikhil

Reputation: 1450

I have experieced the same issue. After spending a couple of days the issue has been identified.

I've tried to upgrade Magento 1.7.x to 1.9.x then I got blank admin page.

Fix

  1. Download Magento 1.9.x mirror: https://github.com/OpenMage/magento-mirror
  2. Remove /skin/adminhtml from your current installation and replace with this.
  3. Remove /app/design/adminhtml from your current installation and replace with this.

This fixed the blank admin page issue.

I hope this helps.

Upvotes: 4

Related Questions