I\'m trying to implement some configuration settings for my custom module. I\'ve managed to add a tab and a section in the left navigation bar. But when I want to open a sec
Hi I think there is something wrong with the action tag in config.xml.
adminhtml/tempest_main
If I am not mistaken this would refer the the adminhtml module found in app/code/core/Mage/Adminhtml.
What is the name of your module and what do you have in your controllers folder.
I believe that the first bit of the action should be the name of your controller and then the path your admin controller and action
The action tag is built in the following manner.
matrixrate/adminhtml_index/index
|--module--|--controller---|-action-|
HTH