Magento – Error logging in the admin panel Fatal error: Class ‘Magpleasure_Filesystem_Helper_Data’ not found …/app/Mage.php on line 546

magento-1.7

When I log into the admin panel I get this error at the top, Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found …/app/Mage.php on line 546

and i can see any menu?

Mage.php

 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);
    }

Best Answer

It's very possible that your shop was hacked last night!

Check for new files from last night in your extensions folders, install Secuirty Patch SUPEE-5344 and rename your admin folder.

Affacted systems shows new users with admin permissions.

=> https://rackspeed.de/blog/bruteforce-attacken-und-hacks-von-magento-shops/

@Dashpuppy Jason:

  • Remove all files: app/code/community/Magpleasure/Filesystem/
  • Clear your cache, login should be possible now.
  • Check for new "Admin Users"
  • Patch your System with SUPEE-5344!