Access Denied issue using third party extension after SUPEE 6285 installation July 28, 2016 The only solution is to patch the extensions and add this method to all their admin controllers: protected function _isAllowed() { return true; } This works for me :) Read more