我试图让memcached使用我的蛋糕安装。
我有一个共享的cakephp文件夹,按照:
http://book.cakephp.org/2.0/en/installation/advanced-installation.html
我的webroot / inidex.php有一行
define('CAKE_CORE_INCLUDE_PATH', DS . 'var' . DS . 'cakephp25' . DS . 'lib');
所以这指出我的所有应用程序都使用/ var / cakephp25 /作为它的lib文件夹。
但是当我打开memcached时:
$engine = 'Memcached';
在core.php中的我得到:
Fatal error: Class 'Memcached' not found in /var/cakephp25/lib/Cake/Cache/Cache.php on line 179