cancel
Showing results for 
Search instead for 
Did you mean: 

Mage_Em0072settings_Helper_Data' not found in /home/darsazyp/public_html/app/Mage.php

Mage_Em0072settings_Helper_Data' not found in /home/darsazyp/public_html/app/Mage.php

i am facing some problem in coding.

can anyone suggest any solutions for this problem.

1 REPLY 1

Re: Mage_Em0072settings_Helper_Data' not found in /home/darsazyp/public_html/app/Mage.php

Is it a custom module you're coding yourself?

 

The error you're seeing is telling you that Magento is expecting you to have a helper defined inside of:

 

app/code/{pool}/{namespace}/{module]/Helper/Data.php

 

The helper file itself does not necessarily need any methods implementing; just ensure it extends Mage_Core_Helper_Abstract.

 

The helper should be also defined in your config xml.

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner