Magento Stack Exchange is a question and answer site for users of the Magento e-Commerce platform. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

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?

share|improve this question
    
Check your disk usage and permissions. – choco-loo Oct 15 '14 at 22:43
    
i did, i have enough usage left. Which permissions exactly? – Chris Oct 16 '14 at 5:16
    
File ownership and permissions... – Fiasco Labs Aug 11 '15 at 0:17

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.

share|improve this answer
    
thanks, i really don't have a clue how to install that...? – Chris Oct 16 '14 at 6:00
    
Is there a cache line in your local.xml? – Kay Int Veen Oct 22 '14 at 16:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.