- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
02:27 AM
01-26-2018
02:27 AM
Dashboard isn't clickable
I´m new here. I have download magento 2 about xamp with windows 10 home. Download already good but now my dashboard doesn#t work. I can't anyhing and I don't know why. Can you help me please?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
10:31 AM
01-26-2018
10:31 AM
Re: Dashboard isn't clickable
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
08:06 PM
01-26-2018
08:06 PM
Re: Dashboard isn't clickable
Just run below command from root of your system,
`php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f`
`php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f`
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2018
12:12 AM
02-24-2018
12:12 AM
Re: Dashboard isn't clickable
Post completing installation this issue is common.
You need to follow below steps:
1. Go to app/etc folder
2. edit di.xml file
3. search for word "symlink" and replace it with "Copy"
4. Save the changes and close the file.
5. Navigate to pub/static folder now and Delete all files and folders other than “.htaccess”
6. Go back to admin screen and refresh to see the image changes.
7. All the options will be enabled now.
This worked for me for 4 different environments i installed M2. Hope this helps