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\Symlink</item>
<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 !
No comments:
Post a Comment