Search This Blog

Tuesday, January 24, 2017

Magento 2 image and menu not loading after installation (solved)

After you've done with the installation you will found that magento logo or menu inside your website admin not working , it is very simple solution what you need to do is open : "app\etc\dl.xml" file and change ..

<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item>

to...

<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>

save the file and refresh your web

that's it, simple !

Regards,

Hery Purnama
Magento Trainer


No comments:

Post a Comment