August 14, 2015 at 9:06 am
#7566
doanthuy
Moderator
hi,
Do you update magento 1.9.2.0? if true, you need make these steps:
1, Go to sns_nova\app\code\local\Sns\Nova\etc\config.xml
2, Go to line 85, replace code:
<routers>
<adminhtml>
<args>
<modules>
<Sns_Nova before=”Mage_Adminhtml”>Sns_Nova_Adminhtml</Sns_Nova>
</modules>
</args>
</adminhtml>
</routers>
by code:
<routers>
<nova>
<use>admin</use>
<args>
<module>Sns_Nova</module>
<frontName>nova</frontName>
</args>
</nova>
<adminhtml>
<args>
<modules>
<Sns_Nova before=”Mage_Adminhtml”>Sns_Nova_Adminhtml</Sns_Nova>
</modules>
</args>
</adminhtml>
</routers>
3, Go to admin >> System >> Cache Management >> delete cache
4, Go to admin >> System >> Index Management >> Reindex Data
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