Yes
I set the correct permissions but nothing will work in the backend...
I'am very in a fix :/...
I too faced the same problem..
below solution worked for me
just try it.
go to app/etc/di.xml
find the line :
Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink
and Replace it with :
Magento\Framework\App\View\Asset\MaterializationStrategy\copy
There is no need to remove any file in any directory.
Hope this will help...
Hi,
I have the same problem with Magento 1.9 . Please help me.
Hi Priya,
I had the same issue and your solution worked like a charm.
Thanks
Hello Yogidi,
Thank you for your feedback..
love coding!!!
hello guys,
I've had the same issue having the magento dashboard not responding , so i made some edits , and now it's working fine !
go to C:/xampp/htdocs/"magento folder"/app/etc
then go to di.xml and edit it
press ctrl+F and type "Symlink" then replace it by "Copy"
(make sure C is capital)
Save and exit
refresh your dashboard page
and voilaaa !!
I installed 2.1.3 and am having the same issue even after replacing Symlink with Copy. Any ideas?