0

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?

Toan Nguyen
3,0691 gold badge25 silver badges45 bronze badges
asked Apr 25, 2016 at 5:07
4
  • Can you cleanup browser cache and try again? Commented Apr 25, 2016 at 5:35
  • check your folder and file permission! and start deploying your files Commented Apr 25, 2016 at 5:49
  • I cleanup browser cache still same problem Commented Apr 25, 2016 at 5:59
  • my folder permission are 755 and file 644 Commented Apr 25, 2016 at 6:00

2 Answers 2

1

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.

answered Apr 25, 2016 at 7:05
7
  • I need more help my new magento version is not accepting css i think Commented Apr 25, 2016 at 10:52
  • it is displaying without css only normal text bot front end and backend dashboard Commented 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/… Commented 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" Commented 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. Commented Apr 25, 2016 at 12:00
0

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

answered Apr 25, 2016 at 11:08
5
  • Hi, i am using live server Commented 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. Commented 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:deploy Commented Apr 25, 2016 at 12:32
  • same steps for cpanel ? Commented Apr 25, 2016 at 13:39
  • Yes. But you need shell access to it Commented Apr 27, 2016 at 13:59

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.