- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2017
04:11 AM
01-30-2017
04:11 AM
I've installed a couple of commercial extension by uploading the zip file contents and running
php -f bin/magento setup:upgrade
and then recompiling. I can see all the links for the extension in the left hand menu but when I click on any of them I get redirected back to the dashboard. The configuration sections are all blank as well in Stores > Configuration for each extension but I can see the menu items for them.
Any suggestions on what I've done wrong?
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2017
06:38 AM
02-02-2017
06:38 AM
The client had sent me the 2.0 version of the extensions instead of the 2.1 version.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2017
04:43 AM
02-01-2017
04:43 AM
Re: Extension redirecting to dashboard
Try to disable extension one by one with following command
php bin/magento module:disable Namespace_Modulename
Then remove the extension which causing the problem
Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti
Problem solved? Click Accept as Solution!"
Qaisar Satti
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2017
06:38 AM