cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9.2.1 causing bad adminhtml url routing - 404

Magento 1.9.2.1 causing bad adminhtml url routing - 404

Our plugin has a new feature that allows a merchant to resubmit orders to our service for re-evaluation. This feature appears to work fine on Magento <= 1.9.1. But when we install our plugin on a fresh install of 1.9.2.1, the resubmit is now coming back 404 from Magento and no data is sent. Ordinary order submissions when orders are first placed seem to work fine. No other error is actually generated when this occurs - just the 404. We used the step debugger to figure out when it is failing, it it seems to be dying when looking up the router. It found the adminhtml router which has our controller, but for some reason the adminhtml url doesn't route properly. As for the URL itself, we actually use the Mage helper to generate it, including security key when configuration is set, although this still happens whether or not the security key appending is configured. Could this be an effect of the Admin ACL changes as described at http://magento.stackexchange.com/questions/73481/supee-6285-patch-what-has-been-changed/73631#73631 ?