After adding the following code to the config.xml of my custom extension:
<global>
<helpers>
<partnersystemhelper>
<class>Pinto_PartnerSystem_Helper</class>
</partnersystemhelper>
</helpers>
</global>
And creating the following class in Helper/Data.php :
class Pinto_PartnerSystem_Helper_Data extends Mage_Core_Helper_Abstract
{
// functions
}
Every time I log in to the admin I get the following error:
Fatal error: Class 'Mage_Partnersystemhelper1_Helper_Data' not found in /home/users/inoxvftp/inoxtaps.eu/webshop/app/Mage.php on line 546
I have tried deleting the cache in var/cache and when I looked at includes/config.php the two lines for the compiler where already commented out.
I can't see any tabs in the navigation or the dashboard anymore because of the error.
Help please?