Magento 2 - Links in Admin wont work

笑着哭i 提交于 2020-01-05 03:32:09

问题


I try to install a new magento 2.

If I login in the admin all the menus and links won't work (also the logout, too).

What I do wrong - I read something about that problem and I've try to change the di.xml but that wont change anything.

at the console I see a lot of errors for example ""NetworkError: 403 Forbidden - http://presentim.de/pub/static/version1481817482/adminhtml/Magento/backend/en_US/fonts/opensans/regular/opensans-400.woff""

But in the pub/statis folder is no folder "version148...."!? Maybe it can help to find the reason for the disabled menu?


回答1:


You need to try run this commands,

php bin/magento cache:clean
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy


来源:https://stackoverflow.com/questions/41168461/magento-2-links-in-admin-wont-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!