Roberto Posted January 10, 2018 Share Posted January 10, 2018 Hi guys, i create an admin controller in a new module but when i try to enter to the tab i get a access denied, any clues of why is this happening?, greetings Link to comment Share on other sites More sharing options...
Kogkalidis Posted August 28, 2018 Share Posted August 28, 2018 It's because you have not assigned the controller in the "access" table and in "authorization_role" table. Check them out and you will find it a piece of cake. Link to comment Share on other sites More sharing options...
Razi Posted August 31, 2018 Share Posted August 31, 2018 if you want to only view then your problem is solve by putting this function in your controller public function viewAccess($disable = false) { return true; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now