Thursday, June 7, 2012
Could not determine temp directory, please specify a cache_dir manually in magento
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’
Labels:
Magento
Subscribe to:
Post Comments (Atom)
1 comment:
You may need to set the permissions to 755 if your server is set to use PHPsuExec.
Reply Delete