Connected to config:

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

Expansions and other things somehow not found for him

    1 answer 1

    Well, because you have written in plain text that the memcache extension for PHP is required for CMemCache to work. What OS is used by you?

    In debian-like OS, an extension is installed like this:

     sudo apt-get install memcached php5-memcache sudo service apache2 restart 
    • Is memcache server installed? Here: habrahabr.ru/post/25296 says how to install memcache in windows and make it so that php can see it) - nolka
    • Read the link that I quoted above. It says how to install memcache from the very beginning, from installing a memcached server - and connecting a memcache extension for php. - nolka