0
votes

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.

1
Regarding the css, check that your app/etc/local.xml is pointing to the right place, for the index.php it could be a problem with your htaccess file, try to use your original one. Flush cache and reindexMchl
Is this a programming-related question?Enigmativity

1 Answers

4
votes

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.