Magento – Magento Admin Panel graphics not showing

adminadmin-panel

Admin Panel

So after upgrading Magento to 1.9.1 the Admin panel is working but in displaying a white background with the URL links. It seems to appear like a site map of the admin panel. Does anyone know how to fix this?

Best Answer

you can do with open the table core_config_data,

correct the values for the paths web/unsecure/base_url and web/secure/base_url. Make sure dev/js/merge_files and dev/css/merge_css_files are both 0.

Clear the cache by deleting all files in var/cache/ in your Magento directory

Also make sure and clean your browser cache and cookies

hope this will work for you.