After installing Magento 2.0.4 version, it logged in properly but products, system and other options on dashboard are not accessible. When I click on product it is not responding, same with other. I am unable to find any solution for it.
Can anyone guide me on this please?
-
Can you cleanup browser cache and try again?KAndy– KAndy2016年04月25日 05:35:07 +00:00Commented Apr 25, 2016 at 5:35
-
check your folder and file permission! and start deploying your filesAsish Hira– Asish Hira2016年04月25日 05:49:53 +00:00Commented Apr 25, 2016 at 5:49
-
I cleanup browser cache still same problemNS123– NS1232016年04月25日 05:59:49 +00:00Commented Apr 25, 2016 at 5:59
-
my folder permission are 755 and file 644NS123– NS1232016年04月25日 06:00:15 +00:00Commented Apr 25, 2016 at 6:00
2 Answers 2
Go to your magento root /app/etc/di.xml line number 574 approximately and change the code
<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>
Remove cache , try it again.
Hope it helps.
-
I need more help my new magento version is not accepting css i thinkNS123– NS1232016年04月25日 10:52:44 +00:00Commented Apr 25, 2016 at 10:52
-
it is displaying without css only normal text bot front end and backend dashboardNS123– NS1232016年04月25日 10:53:43 +00:00Commented Apr 25, 2016 at 10:53
-
Cool, try php bin/magento setup:static-content:deploy as well as follow @sagar magento.stackexchange.com/questions/64857/…Krishna ijjada– Krishna ijjada2016年04月25日 11:07:51 +00:00Commented Apr 25, 2016 at 11:07
-
My rewrite module is enabled and i cleared all cache from var/cache but i don't understand how to do this "php bin/magento setup:static-content:deploy"NS123– NS1232016年04月25日 11:41:04 +00:00Commented Apr 25, 2016 at 11:41
-
Hey, when i changed the permission to 755 the css worked but again the products and other options on dashboard is not working like befor. after replacing your code <item...copy> it was working but now when css worked options in backend stopped working.NS123– NS1232016年04月25日 12:00:10 +00:00Commented Apr 25, 2016 at 12:00
Run the following in the command prompt:
php bin/magento setup:static-content:deploy
It will load necessary css and images. Then try logging into admin. It works.
Hope this helps
-
Hi, i am using live serverNS123– NS1232016年04月25日 11:36:47 +00:00Commented Apr 25, 2016 at 11:36
-
I think you can run it in live server if you have the access. It will not create any impact on magento installation. If you don't have the access you can ask your network or system administrator to run the command.Srinivas Veerni– Srinivas Veerni2016年04月25日 12:19:03 +00:00Commented Apr 25, 2016 at 12:19
-
To run the above command you need to have shell access. Goto Magento installation directory (say /var/www/html/magento , for example), then run the command. <magento-installation-dir>~ php bin/magento setup:static-content:deploySrinivas Veerni– Srinivas Veerni2016年04月25日 12:32:22 +00:00Commented Apr 25, 2016 at 12:32
-
-
Yes. But you need shell access to itSrinivas Veerni– Srinivas Veerni2016年04月27日 13:59:18 +00:00Commented Apr 27, 2016 at 13:59