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?
1 Answer 1
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. :-)
- 
 That's my pleasure :-)perfectionist1– perfectionist12016年06月16日 18:24:00 +00:00Commented Jun 16, 2016 at 18:24