1

I have installed magento-2.0.7

When I logging in to the admin dashboard, I can't see any icon of options(like broken). And they are not working.

Can anyone help me please on this issue?

Raul Sanchez
2,6643 gold badges30 silver badges67 bronze badges
asked May 30, 2016 at 12:20

1 Answer 1

2

I have got the solution this way:

First, open the file di.xml from this location (below)

(Your Project Root) > app/etc/di.xml

Second, find this line on di.xml file:

Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink

Replace that line with this line below:

Magento\Framework\App\View\Asset\MaterializationStrategy\copy

There you can easily notice that just Symlinkword needs to be replaced by copy

Hope it resolves your issue. :-)

answered May 30, 2016 at 12:41
1
  • That's my pleasure :-) Commented Jun 16, 2016 at 18:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.