1

I have installed Magento-CE-2.0.0+Samples-2015-11-17-06-11-18 but after installing in admin side all the sections except dashboard is disabled, it not clickable. can anyone guide me regarding this.

Giri
  • 13
  • 3

1 Answers1

1

Try this Before that take Backup

Remove everything, except .htaccess file from pub/static folder

Open up app/etc/di.xml find the path “Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink” and replace to Magento\Framework\App\View\Asset\MaterializationStrategy\Copy

Note: Remove entire files and folder under pub/static except .htaccess file.

For More info ref this http://www.dckap.com/blog/magento-2-admin-links-not-working-in-windows/

Magento 2
  • 3,834
  • 7
  • 52
  • 107