Page 1 of 1

Xenforo cache

PostPosted: 08 May 2016, 09:33
by mdyson
arrowchat disappears when i enable cache in the config

$config['cache']['enabled'] = true;
$config['cache']['cacheSessions'] = true;
$config['cache']['backend'] = 'File';
$config['cache']['backendOptions'] ['cache_dir'] = '/path/to/cache';
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions'] ['cache_id_prefix'] = 'xf_';

anyone know how to resolve this?