Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Im experiencing problems during a installation. I receive this following message in error log;

PHP Fatal error: Uncaught exception 'Zend_Cache_Exception' with message 'cache_dir "temp/cache/" must be a directory' in /home3/ultdno/public_html/library/Zend/Cache.php:209

Stack trace:

0 /home3/ultdno/public_html/library/Zend/Cache/Backend/File.php(178): Zend_Cache::throwException('cache_dir "temp...')

1 /home3/ultdno/public_html/library/Zend/Cache/Backend/File.php(129): Zend_Cache_Backend_File->setCacheDir('temp/cache/')

2 /home3/ultdno/public_html/library/Zend/Cache.php(153): Zend_Cache_Backend_File->__construct(Array)

3 /home3/ultdno/public_html/library/Zend/Cache.php(94): Zend_Cache::_makeBackend('File', Array, false, false)

4 /home3/ultdno/public_html/application/views/helpers/Cache.php(0): Zend_Cache::factory()

5 /home3/ultdno/public_html/application/Install.php(0): Eicra_View_Helper_Cache::getSystemCache()

6 /home3/ultdno/public_html/library/Zend/Application/Bootstrap/BootstrapAbstract.php(669):

Install->_initSystem()

7 /home3/ultdno/public_html/library/Zend/Application/Bootstrap/BootstrapAbstract.php(622):

Z in /home3/ultdno/public_html/library/Zend/Cache.php on line 209

Can someone please help me out

share|improve this question
add comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.