@zhengqiang,在本地试,错误提示是这样,帮忙看看:
Warning: file_put_contents(D:\AppServ\www\an10/tmp/plugins.php) : failed to open stream: No such file or directory in D:\AppServ\www\an10\system\core\plugins.php on line 107
Warning: file_put_contents(D:\AppServ\www\an10/tmp/plugins_table.php) : failed to open stream: No such file or directory in D:\AppServ\www\an10\system\core\plugins.php on line 108
Warning: file_put_contents(D:\AppServ\www\an10/tmp/plugins_model.php) : failed to open stream: No such file or directory in D:\AppServ\www\an10\system\core\plugins.php on line 109
Fatal error: Uncaught exception 'Zend_Cache_Exception' with message 'cache_dir must be a directory' in D:\AppServ\www\an10\system\Zend\Cache.php:209 Stack trace: #0 D:\AppServ\www\an10\system\Zend\Cache\Backend\File.php(154): Zend_Cache::throwException('cache_dir must ...') #1 D:\AppServ\www\an10\system\Zend\Cache\Backend\File.php(121): Zend_Cache_Backend_File->setCacheDir(false) #2 D:\AppServ\www\an10\system\Zend\Cache.php(153): Zend_Cache_Backend_File->__construct(Array) #3 D:\AppServ\www\an10\system\Zend\Cache.php(94): Zend_Cache::_makeBackend('File', Array, false, false) #4 D:\AppServ\www\an10\system\class\cls_zcache.inc.php(72): Zend_Cache::factory('Core', 'File', Array, Array) #5 D:\AppServ\www\an10\system\class\cls_zcache.inc.php(155): ZCACHE::connect() #6 D:\AppServ\www\an10\system\aws_controller.inc.php(165): ZCACHE::get('account_get_use...') #7 D:\AppServ\www\an10\system\aws_controller.inc.php(24): AWS_CONTROLLER->data_cache('account_get_use...', '$this->model("a...', '60', 'g_uid_0') #8 D:\AppServ\www\an10\syst in D:\AppServ\www\an10\system\Zend\Cache.php on line 209
-----------------------------
..\www\an10\system\core\plugins.php 107-109
file_put_contents($plugins_cache, serialize($this->plugins));
file_put_contents($plugins_table_cache, serialize($this->plugins_table));
file_put_contents($plugins_model_cache, serialize($this->plugins_model));