cancel
Showing results for 
Search instead for 
Did you mean: 

Extension redirecting to dashboard

SOLVED

Extension redirecting to dashboard

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Extension redirecting to dashboard

The client had sent me the 2.0 version of the extensions instead of the 2.1 version.

View solution in original post

2 REPLIES 2

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

Re: Extension redirecting to dashboard

The client had sent me the 2.0 version of the extensions instead of the 2.1 version.