Help
Ask questions about how to do or fix things in Arrowchat
User avatar
mdyson
Customer
 
Posts: 4
Joined: 19 Aug 2015, 04:57

 

by mdyson 08 May 2016, 09:33

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?