- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento Backend won't work/Unclickable Buttons
Hi everyone,
I installed Magento on localhost. Everything went fine, but unfortunately the backend isn't working properly. The icon is missing and the buttons are not clickable. By pressing F12, I discovered, that it could not load some files. It appears, that the files are missing in the backend directory - ext-all.css, require.js, etc.
How can I solve this, so it will have everything ready after installation?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Backend won't work/Unclickable Buttons
Did you try to run following command in Magento2 root
php bin/magento setup:static-content:deploy
Please refer this link Deploy static view files
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Backend won't work/Unclickable Buttons
Thanks for your reply, but didn't help. This video resolved things:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Backend won't work/Unclickable Buttons
I am doing everything as in video but it does not work.
Backend won't work and Unclickable Buttons appearing.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Backend won't work/Unclickable Buttons
I changed all permissions to 755 manually for the folder which shown on the video. Everythings work fine.