When I activate memcached in Yii this error message raised
Property "CMemCacheServerConfiguration.connectionID" is not defined.
How to resolve this error?
Here's my configuration:
...
'cache'=>array(
'class'=>'CMemCache',
'servers'=>array(array('host'=>'localhost','port'=>11211,'weight'=>60,),
),),
....
Thanks,