You have to open magento/lib/Zend/Cache/Backend/File.php
Change:
protected $_options = array(
'cache_dir' => 'null',
to
protected $_options = array(
'cache_dir' => 'tmp/',
Upload the changed File.php and create a folder, called “tmp”
The folder must be writable, so give it ‘777’
You may need to set the permissions to 755 if your server is set to use PHPsuExec.
ReplyDelete