Hello everyone, I am having a problem with Zend Cache - hashed_directory_level. Everything works fine when the hashed_directory_level is set to 0 (default). As soon as I increase the value to 1 or 2 (I have a couple of hundred thousands articles to be cached in my website), the cache does not respond any more. Some cache directories are being created, but they are empty and no files are stored within them. I have tried this in 2 servers (almost the same architecture) and the result is the same. The directories are created with mask 0700 (good enough). I tried also by manually assigning umask and reloading the pages but the cache is never stored (and never hit).
ZF 1.7.5 PHP 5.2.9 php -m | grep hash hash Thank you for your time, Armand
