July 22, 2015 at 9:08 am
#6596
stephen
Keymaster
Hi,
This issue happen with magento 1.9.2. To resolve it please go to file: app/code/local/Sns/Twen/etc/config.xml find and replace the bellow code:
<admin>
<routers>
<adminhtml>
<args>
<modules>
<Sns_Simo before="Mage_Adminhtml">Sns_Simo_Adminhtml</Sns_Simo>
</modules>
</args>
</adminhtml>
</routers>
</admin>
By:
<admin>
<routers>
<simo>
<use>admin</use>
<args>
<module>Sns_Simo</module>
<frontName>simo</frontName>
</args>
</simo>
<adminhtml>
<args>
<modules>
<Sns_Simo before="Mage_Adminhtml">Sns_Simo_Adminhtml</Sns_Simo>
</modules>
</args>
</adminhtml>
</routers>
</admin>
Thanks!
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7