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?
I'm getting this error when I try to open the backend at my Magento shop:
Anyone knows what to do? |
|||||||||||||
|
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. |
|||||||||
|