属性" CMemCacheServerConfiguration.connectionID"没有定义

时间:2013-04-03 04:15:34

标签: php caching yii memcached yii-components

当我在Yii中激活memcached时,会出现此错误消息

未定义属性“CMemCacheServerConfiguration.connectionID”。

如何解决此错误?

这是我的配置:

  ...
    'cache'=>array(
        'class'=>'CMemCache',
        'servers'=>array(array('host'=>'localhost','port'=>11211,'weight'=>60,),
        ),),
        ....

谢谢,

1 个答案:

答案 0 :(得分:0)

..嗯我对你的尾随数组逗号感到困惑,还有更多的代码吗?

'cache'=>array( 
            'class'=>'CMemCache',
            'servers'=>array( 
    array('host'=>'localhost','port'=>11211,'weight'=>60)))