I'm English not well.
I not understand hashed_directory_level problem.
code :
$frontendOptions = array(
'lifetime' => 60,
'automatic_serialization' => true,
'write_control' => true
);
$backendOptions = array(
'hashed_directory_level' => 2,
'cache_dir' => "../product"
);
$cache =
Zend_Cache::factory('Core','File',$frontendOptions,$backendOptions);
window system : APM (apache+php+mysql)
backend option very well : 'hashed_directory_level' => 2,
but linux system not well. (apache+php+mysql)
I think this problem permission.
error message :
Fatal error: Call to undefined function hash() in
/ZendFramework/library/Zend/Cache/Backend/File.php on line 884
set 'hashed_directory_level' => 0 , no problem..
please help me ~
think you.
--
View this message in context:
http://www.nabble.com/hashed_directory_level-problem..-help-me%7E-tp21721824p21721824.html
Sent from the Zend Framework mailing list archive at Nabble.com.