Access denied in Magento admin

Some of you may encountered this problem. You install new Magento extension through downloader, try to access its configuration settings and Magento throws “Access denied” page at you. Although you’re administrator of the system.
So what happened here? Magento just doesn’t have stored privileges for this new extension.
First just try to logout and login again. If that doesn’t work, you need to reset admin privileges.
Navigate to System->Permissions->Roles and click Administrators role.
Check your Role Resources settings just in case, Resource Access dropdown should be already set to All for administrators.
Without changing anything just click “Save Role” button, so that Magento re-saves all permissions.
You should be able to access your new extension now without problems.
45 comments
This saved me from a sleepless night.^^
It seems that the write permission for modules with wrong or missing ACL are set to false by default even if they do not appear under role permissions. Setting the admin permission to “all” overrides this effectively.
Hi people,
i have installed new extension and its working fine. when i created second admin user, i am not able to assign the extension roles to the new admin user.. please help me…one of it functions is in orders. when the new admin logs in and click on orders it shows acces denied please help me
Friends, I created a role for user to access catalog only in magento’s admin panel. but by mistake i assigned those to admin. Now through admin login, I can’t see anything in my panel except catalog.. how should i re-manage those rule to admin.
Hello!
Friend
I am using magento 1.8.0 on http://www.indianfashionfollower.com.
In backhand majento panel i was creating New user and its role by mistake i choosed custom then suddenly configuration has been saved.
After I got screen like Access denied (Even No Categories and configuration like Dashboard, Catalog, System) not showing at all.
Please help what can be done now for this error
I have changed role permission from administrator to custom and give only product mange permission.Now I have not any option to access admin panel.help me please.
For custom module you can check http://www.ecomdev.org/2010/10/28/defining-acl-resources-custom-and-admin-menu-in-magento.html
Thanks logging out and then logging in worked for me! Keep up the good work.
I have try this plugin on my localhost it is not working… plz tell me. is there any configuration issue.
Many thanks, magento should do this automatically.
Nice Trick. module start working
Thnx thnx… a lot
issue is solved when i logged out and logged in
This is how I fixed it (with everyone’s help, thanks!)…
I installed Inchoo Featured Products extension and it did not appear under Configuration – Catalog – Featured Products. I tried many ways to fix this but none of the ways helped.
How I fixed it?
I just uninstall the extension and re-install it (simple uninstall and re-install, that’s it). This procedure made Featured Products appear under Configuration – Catalog – Featured Products. But, when I tried to access Featured Product under Back End Catalog – Featured Products I was getting the above mentioned error
[“There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 618982792600?]
How I fixed it?
Per “CJ Says” recommendation, I went to System –> Cache Management and selected all option and refreshed them. And it fixed the problem. Now I can access Featured Products under Catalog – Featured Products.
Wow this page is awesome! helped me alot in the learning phase of magento! keep on that incredible good work!
For 1.4.1 is not working?! everithing is working, i guess, only that on the homepage where I want to see the featured products there arent any products: {{block type=”featuredproducts/listing” template=”inchoo/block_featured_products.phtml”}} in Hompage
Any help?
Thanx Works for me!!!!!!!!!!!!!!!!!!!!
Ok…my problem was in the admin_rule table. Again, you can run this sql to clean that table after you empty it:
LOCK TABLES `admin_rule` WRITE;
/*!40000 ALTER TABLE `admin_rule` DISABLE KEYS */;
INSERT INTO `admin_rule` VALUES (1,1,’all’,”,0,’G’,’allow’);
/*!40000 ALTER TABLE `admin_rule` ENABLE KEYS */;
UNLOCK TABLES;
Everything is back to normal.
Ok…just deleted all items in table: admin_role and ran this SQL
LOCK TABLES `admin_role` WRITE;
/*!40000 ALTER TABLE `admin_role` DISABLE KEYS */;
INSERT INTO `admin_role` VALUES (1,0,1,1,’G’,0,’Administrators’),(3,1,1,0,’U’,1,’Store’);
/*!40000 ALTER TABLE `admin_role` ENABLE KEYS */;
UNLOCK TABLES;
Now I am back in the the admin tool…but still seeing Access denied inside and menu options are all gone.
Wow…I am completely locked out. I created a new login via the db and still get “Access Denied”. PLEASE HELP! This is a huge problem.
We are using Magento 1.4.1.1…I’m not seeing any folders called inchoo. We installed the 1.4 extension.
Help! Help! Help!
I’ve been trying to do this for a while and never succeeded.
Say i have to create different role, let’s say manager, which under any circumstances shouldn’t have all privileges. That’s no problem for standard Magento, but is a problem if you want to grant that role the privileges for an extension (for example, the Inchoo Gallery module). I tried inserting the admin rules manually in the db tables but still haven’t succeeded.
Anyone know some way i can get this to work?
Thanks
If you have done the above and it still comes up with error page for featured products then try your cache management and refresh everything and flush javascript, it worked for me.
hi,
i have a big issue, i selected custom under roles and did not check any of the modules / menu. so the next time i logged in, i dont see any menu in the admin and i get only access denied error.
PLS HELP!!!
Thanks
Please help me to get this feature work in megento 1.4..
After clicking on featured Product under catalog
“There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 618982792600”
Any Help ?
@AK Thanks for the reply. I’ve checked that folder permission is 755 & all 3 files are set to 644. Still getting access denied though. Are these the only files associated with the extension? The featured products link under Catalog is also not appearing, the only link is under the configuration which is where I get the access denied. Any other suggestions would be much appreciated!
@v file permission must be 644 and folder permission must be 755.also check the permission of code files in app\code\community\Inchoo and app\etc\modules\Inchoo_FeaturedProducts.xml
@AK Thanks for the info. Still having problem though. The files are located under app\design\frontend\default\default\template\inchoo (block_featured_products.phtml & view.phtml). They are both set to 666 permissions is that correct? The inchoo/ folder is 777. I’ve tried uninstalling / reinstalling. Strange thing is if I modify the administrator Role, and set the permissions to ‘Custom’ and the tick all the boxes the Featured products link no longer appears in the admin. I’m not sure if this is related or not.
Thanks for sharing the great tip to solve the error.
@v here is folder path app\design\frontend\default\default\template\inchoo
also check the extension files and folders permission and try to reinstall it.
I’ve just installed the Featured Products extension into Magento 1.4. & getting Access Denied when I try and access the Featured Products page under Configuration.
I’ve tried logging out & logging back in. Updating the Administrator Role and nothing works.
Can you help? What folders under app/design/ are meant to contain the inchoo files? I
If using 1.4+ and none of the above works you can try adding the node from config.xml to a new file adminhtml.xml in your module’s etc directory.
Hi,
i have installed EasyFlag extension and after this i got Access denied when im trying enable extension for store views via System > Configuration > Templates-Master > EasyFlags. re-save admin role and logging out after instalation doesnt work, still Access. any suggestion ?
Thanx Yaar… its too great…
AK,
I fixed the database. The problem was in admin_role table – I had to add additional role there, and change rule_id in admin_rule table in the original db.
Thank you for advices,
Nadya
@Nadya.try to installed new magento separately and match the value of existing database tables(admin_user,admin_role,admin_rule table) with your new database tables.and also clear your magento cache(public_html->Var->cache).hope it help
AK,
I’ve got the same problem as Chris. You said “please check admin_user,admin_role,admin_rule table.according to my perception you changed the permission that’s why you got “access denied” error.”.
What exactly should I check in these tables? I tried to set privileges to “all” in “admin_rule” table, but it didn’t help.
Thank you very much in advance.
@chris please check admin_user,admin_role,admin_rule table.according to my perception you changed the permission that’s why you got “access denied” error.
@ivan Thank you for the reply however I am running version 1.4. What I did is made sure that admin role was set to ALL for permissions and it was but I hit save to make sure, when I did that I got Access Denied on the page, I then loged out and tryed to log back in with my admin info and got “Access Denied” not “Invalid Username or Password”. I then reset the password and still the same issue, I then opened the DB via phpmyadmin and looked at table admin_user to verify that my admin info is right and it was, my permissions are set as ALL in the DB so I don’t know why I can’t log back in. Any thoughts???
In older Magento versions you need to reset admin privileges sometimes. This was changed in 1.3.x versions where is enough to logout and login again if you have similar problems, assuming that it’s not the problem in the extension you’re trying to install.
For those that aren’t careful when setting up permissions I think our new article may help 🙂
https://inchoo.net/ecommerce/magento/locked-out-from-magento-admin/
Great, i have the same issue I can’t log back into admin, now what?
What if you are locked out and the function “Permissions” is not shown anymore after succesfull login using admin login account?
Thit happend to me after making a new Magento admin user and trying to restrict some of its rights.
Logging out and back in worked for me. Thanks a lot.
i then tryede ask for new password got it but still cant login
Great follow the instrutions now i cant even login to admin,
I see this problem sometimes, when, my url expries due to inactivity and I click on / login / go to same url automaticall – the KEY seen in url does not exist.
So, it gives out the message to me.
Hey, thanks for the info. Example would be great!
Hi there,
Good piece of advise. I talked to Yoav about this issue and they are aware of it. He advised that they will probably be fixing this shortly. However it can be fixed by writing some code in the setup script that runs when you first install the module.
I don’t have example code at the moment but will be posting it shortly.
Cheers
Adam