XLex,
memcache / переименовал папку на memcache
в конфиге
// Cache
$bb_cfg['cache']['pconnect'] = true;
$bb_cfg['cache']['db_dir'] = realpath(BB_ROOT) .'/cache/memcache/';
$bb_cfg['cache']['prefix'] = ''; // Префикс кеша 'tp_2'
$bb_cfg['cache']['memcache'] = array(
// Available cache types: memcache, sqlite, redis, eaccelerator, apc, xcache (default of filecache)
# name => array( (string) type, (array) cfg
$bb_cfg['cache']['engines'] = array(
'bb_cache' => array('memcache', array()),
'tr_cache' => array('memcache', array()),
'session_cache' => array('memcache', array()),
'bb_cap_sid' => array('memcache', array()),
'bb_login_err' => array('memcache', array()),
'lenta' => array('memcache', array()),