Access Denied - You do not have permission to perform selected operation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I'm running Version 3.6 and I'm in the Administrator role. I'm receiving the Access denied error for the entire Administration site. Other users with the same roles are able to access everything. Can you please help with troubleshooting ideas. I've tried clearing the cache and restarting the application but this didn't help.
6 years ago
jpotter wrote:
I'm running Version 3.6 and I'm in the Administrator role. I'm receiving the Access denied error for the entire Administration site. Other users with the same roles are able to access everything. Can you please help with troubleshooting ideas. I've tried clearing the cache and restarting the application but this didn't help.
.

Your situation seems bizarre.

You can try with following.

securitysettings.adminareaallowedipaddresses should be empty.

Or you could run following script.



update Setting set
value = ''
where Name = 'securitysettings.adminareaallowedipaddresses'



After restart your store and check if no luck than you should debug it.
6 years ago
Thank you, that corrected the problem.
6 years ago
jpotter wrote:
Thank you, that corrected the problem.


Your welcome 😀
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.