Magento – Helper Data not found – Can’t access admin panel

errorfatal errormagento-1.9module

Admin Panel only shows the following message:

Fatal error: Class 'Mage_Sean_Adminmerchant_Helper_Data' not found in /home/makeyou/public_html/app/Mage.php on line 546

I deleted all files within:

app/code/local/Sean/AdminMerchant

Since I don't have access to the admin panel I cleared the cache by deleting my var/cache folder.

Then I went to includes/config.php and commented out both lines, then one line then the other (every possible combination) but still no luck it keeps complaining about,

Fatal error: Class 'Mage_Sean_Adminmerchant_Helper_Data' not found in /home/makeyou/public_html/app/Mage.php on line 546

How can it still be bothered by this if it isnt there anymore?

On my remote host there is no trace is Adminmerchant anywhere!!

Best Answer

First of all, I see no mention of app/etc/modules/Sean_Adminmerchant.xml but if you're trying to remove the module to get back into the Admin, I'd make sure that that file is removed or disabled.

Otherwise, restore your module and then debug the issue. A good explanation of this problem is here: https://magento.stackexchange.com/a/9981