therouv / Magento-DebitPayment

DebitPayment Extension for Magento
http://www.magentocommerce.com/magento-connect/debitpayment.html
27 stars 24 forks source link

Fatal error: Class 'Itabs_Debit_Helper_Data' not found #82

Closed sonsec closed 8 years ago

sonsec commented 9 years ago

Hello,

After installing the extension DebitPayment I cannot login to the admin area anymore, frontend is down and I got the following error:

Fatal error: Class 'Itabs_Debit_Helper_Data' not found in /my/website/path/magento/app/Mage.php on line 547

The code in mage.php looks like this

/**
 * Retrieve helper object
 *
 * @param string $name the helper name
 * @return Mage_Core_Helper_Abstract
 */
public static function helper($name)
{
    $registryKey = '_helper/' . $name;
    if (!self::registry($registryKey)) {
        $helperClass = self::getConfig()->getHelperClassName($name);
        self::register($registryKey, new $helperClass);
    }
    return self::registry($registryKey);
}

Many thanks in advance for any support.

sonsec commented 8 years ago

I guess I cannot expect any answer anymore. I therefore deinstalled the extension and will refrain from using it. Not quite what I have expected in terms of support. :/

therouv commented 8 years ago

Hi @sonsec you need to clean the cache after installation. The problem itself is unfortunately not reproducible for me.