Hi all,
I'm new to conjoon - in fact this is my very first time installing it. I've run into a problem after the installation completes.
I am running CentOS 5.4 i386 with the Apache Web server version 2.2.14 and PHP version 5.2.11 running the PHP-PDO and PDO_MYSQL extensions. Earlier today I downloaded the latest build version of conjoon and ran the installation wizard, which completed successfully. During the caching step I chose to cache everything, and now after the install completes and I go to run conjoon I get this error:
Code:
Fatal error: Uncaught exception 'Zend_Cache_Exception' with message 'cache_dir must be a directory' in /home/bsmail/conjoon_libs/Zend/Cache.php:203 Stack trace: #0 /home/bsmail/conjoon_libs/Zend/Cache/Backend/File.php(143): Zend_Cache::throwException('cache_dir must ...') #1 /home/bsmail/conjoon_libs/Zend/Cache/Backend/File.php(110): Zend_Cache_Backend_File->setCacheDir('/bsdata/conjoon...') #2 /home/bsmail/conjoon_libs/Zend/Cache.php(150): Zend_Cache_Backend_File->__construct(Array) #3 /home/bsmail/conjoon_libs/Zend/Cache.php(93): Zend_Cache::_makeBackend('file', Array, false, false) #4 /home/bsmail/conjoon_libs/Conjoon/Cache/Factory.php(107): Zend_Cache::factory('core', 'file', Array, Array) #5 /home/bsmail/index.php(100): Conjoon_Cache_Factory::getCache('com.conjoon.cac...', Array) #6 {main} thrown in /home/bsmail/conjoon_libs/Zend/Cache.php on line 203
What should I do to resolve this error?
Thanks in advance for any help provided!