Magento source model of custom extension

I have a customized extension for tracking customer information. Within the system.xml file for the module, I have two fields that are causing an error within the System configuration of my admin panel. I’ve narrowed it down to having to be the <source_model> of the field.

<source_model>adminhtml/system_config_source_tracktype</source_model>

The tracktype.php is located in app/code/core/Mage/Adminhtml/Model/System/Config/Source

Is this the correct path? Or does the tracktype.php also need to be within the local codepool where the module is?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.