Magento – Magento Fatal Error Class ‘Zend_Cache’ not found

fatal errormagento-1.9

I'm getting this error when I try to open the backend at my Magento shop:

Fatal error: Class 'Zend_Cache' not found in app/code/core/Mage/Core/Model/Cache.php on line 135

Anyone knows what to do?

Best Answer

If you use anything like APC / Redis of other sorts of cache be sure to really empty it correctly. this is most of the times the issue on this kinds of errors. You can empty it by download the apc.php you can download it from the packages here http://pecl.php.net/package/APC

Let me know if thats solves it.

Related Topic