Magento 1.6 could not determine temp directory, please specify a cache_dir manually
Views (781)
For 1.6.0.0/1.6.0.1
modify {magento}\lib\Zend\Cache\Backend\File.php
change
‘cache_dir’ => ‘null’,
to
‘cache_dir’ => ‘tmp/’,
Filed under: eCommerce Tagged: Magento

This was originally posted here.
*This post is locked for comments