I'm new to Magento and just installed the latest version on my localhost with xammp. I followed this tutorial https://www.youtube.com/watch?v=Voq2XarSSBA but at 6:20 I am not able to deploy the content like in the video. I receive an error.
Asked
Active
Viewed 168 times
1
1 Answers
0
- Go to your Magento Installation.
- Open app/etc/di.xml.
- Make Changes in
<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item>. - Replace Symlink with Copy.
- Go to pub/static folder.
- Delete everything except .htaccess file.
Manish Gangola
- 36
- 8

php bin/magento setup:static-content:deploy– Jackson Dec 28 '16 at 06:22