cancel
Showing results for 
Search instead for 
Did you mean: 

My admin panel seems to load bad.

My admin panel seems to load bad.

I've just installed Magento on my localhost (XAMPP) server and I can't do anything with my panel.

I can only do click on "Dashboard" and "Find partners & extensions".

 

Also, I can't see any interface icons.

 

I let you here a screen of my interface.

I hope you can help me. Thanks beforehand.

 

 

 

interface issue

2 REPLIES 2

Re: My admin panel seems to load bad.

Hi @ImEder

 

Try to run following command on console.

php bin/magento setup:static-content:deploy

It should solve the problem for you.  See this link for more Deploy static view files

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: My admin panel seems to load bad.

Someone told me on Stackexchange:

 

Open up app/etc/di.xml find the path “Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink” and replace to Magento\Framework\App\View\Asset\MaterializationStrategy\Copy

 

I've done that and now it works.

Thanks for your time anyway ^^