Access denied in Magento admin

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.

access-denied-in-magento-admin-1

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.

access-denied-in-magento-admin-2

Check your Role Resources settings just in case, Resource Access dropdown should be already set to All for administrators.

access-denied-in-magento-admin-3

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.

You made it all the way down here so you must have enjoyed this post! You may also like:

How to manage clients, pressure and stress Zelimir Gusak
Zelimir Gusak, | 3

How to manage clients, pressure and stress

Filter order grid by multiple ID’s Petar Sambolek
Petar Sambolek, | 14

Filter order grid by multiple ID’s

Consuming Magento REST service using Zend_OAuth_Consumer Darko Goles
Darko Goles, | 45

Consuming Magento REST service using Zend_OAuth_Consumer

45 comments

  1. 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.

  2. 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

  3. 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.

  4. 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

  5. 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.

  6. 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.

  7. 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?

  8. 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.

  9. 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.

  10. 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!

  11. 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

  12. 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.

  13. 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

  14. 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 ?

  15. @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!

  16. @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

  17. @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.

  18. @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.

  19. 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

  20. 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.

  21. 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 ?

  22. 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

  23. @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

  24. 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.

  25. @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.

  26. @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???

  27. 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/

  28. 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.

  29. 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.

  30. 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

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <blockquote cite=""> <code> <del datetime=""> <em> <s> <strike> <strong>. You may use following syntax for source code: <pre><code>$current = "Inchoo";</code></pre>.

Tell us about your project

Drop us a line. We'd love to know more about your project.