I have installed Magento2.1.7, icons are not showing in admin panel i have cleared browser history. when i click the product it showing me nothing.i am new in Magento. Please any suggestions .
Thanks in advance
I have installed Magento2.1.7, icons are not showing in admin panel i have cleared browser history. when i click the product it showing me nothing.i am new in Magento. Please any suggestions .
Thanks in advance
Here is what worked for me https://www.youtube.com/watch?v=-j4rpab1deM
app/etc/di.xml
open the file di.xml
and use your text editor to search Symlink
(line 645)
Replace Symlink
with Copy
(C must be capital)
i.e it becomes
...
<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>
...
save the file and reload your browser (optional - clear your browser cache before reloading page).
That solved my problem, no need to delete any folder, watch the video link above.