/www/wwwroot/161.117.196.225/ptcms/driver/cache/memcache.php LINE: 25
错误位置
18 $cacheid = $this->config->get('bae_cache_id'); 19 $host = $this->config->get('bae_cache_host'); 20 $port = $this->config->get('bae_cache_port'); 21 $user = $this->config->get('bae_cache_user'); 22 $pwd = $this->config->get('bae_cache_pwd'); 23 self::$handler = new BaeMemcache($cacheid, $host . ': ' . $port, $user, $pwd); 24 } else { 25 self::$handler = new Memcache(); 26 self::$handler->connect($this->config->get('memcache_host', '127.0.0.1'), $this->config->get('memcache_port', '11211')); 27 } 28 if (!self::$handler) { 29 PT_Log::record('链接缓存驱动失败'); 30 } 31 self::$prefix = $this->config->get('cache_prefix', substr(md5(PT_ROOT), 3, 3) . '_'); 32 }
TRACE
#0 include() called at [/www/wwwroot/161.117.196.225/ptcms/function.php:50] #1 halt(Class 'Memcache' not found, /www/wwwroot/161.117.196.225/ptcms/driver/cache/memcache.php, 25) called at [/www/wwwroot/161.117.196.225/ptcms/core/pt.php:222] #2 pt::shutdown()
文件加载
/www/wwwroot/161.117.196.225/index.php /www/wwwroot/161.117.196.225/ptcms/ptcms.php /www/wwwroot/161.117.196.225/ptcms/function.php /www/wwwroot/161.117.196.225/ptcms/core/base.php /www/wwwroot/161.117.196.225/ptcms/core/pt.php /www/wwwroot/161.117.196.225/ptcms/core/config.php /www/wwwroot/161.117.196.225/application/common/config.php /www/wwwroot/161.117.196.225/ptcms/core/plugin.php /www/wwwroot/161.117.196.225/ptcms/core/request.php /www/wwwroot/161.117.196.225/ptcms/core/dispatcher.php /www/wwwroot/161.117.196.225/application/common/function.php /www/wwwroot/161.117.196.225/application/novelsearch/controller/novel.php /www/wwwroot/161.117.196.225/application/common/controller/common.php /www/wwwroot/161.117.196.225/ptcms/core/controller.php /www/wwwroot/161.117.196.225/application/user/model/user.php /www/wwwroot/161.117.196.225/ptcms/core/model.php /www/wwwroot/161.117.196.225/ptcms/core/cookie.php /www/wwwroot/161.117.196.225/ptcms/core/view.php /www/wwwroot/161.117.196.225/template/pcmbv4.5/config.php /www/wwwroot/161.117.196.225/application/cron/model/cron.php /www/wwwroot/161.117.196.225/ptcms/core/cache.php /www/wwwroot/161.117.196.225/ptcms/driver/cache/memcache.php /www/wwwroot/161.117.196.225/ptcms/core/response.php /www/wwwroot/161.117.196.225/ptcms/error.tpl