0

i created some user and roles in magento

i logged in with that username and password.

but i am getting message "Access Denied".

it was working before, after we installed the security patches , it happened.

i found solution here : Access Denied errors after installing SUPEE-6285

but i did't understood the line here :

"The only solution is to patch the extensions and add this method to all their admin controllers:" means is i have to add that code in controllers? if so i want to know in which file i need to add...

please explain me what actually i need to solve this

Baby in Magento
  • 3,167
  • 16
  • 83
  • 221
  • 1
    I don't think this is a duplicate as Baby in Magento 2 is seeking clarification on one of the points in the referenced question. – AreDubya Oct 09 '15 at 18:09

2 Answers2

1

You can download updates of your extensions, or you could apply the code yourself. Most likely you have to change the adminhtml.xml in the modules that are not working.

Timon de Groot
  • 1,019
  • 1
  • 11
  • 25
0

we need to look at extension folder : app/code/local/extension/controllers/Adminhtml and than we have to add the code as in this link : Access Denied errors after installing SUPEE-6285

Baby in Magento
  • 3,167
  • 16
  • 83
  • 221