TheBigK
Well-known member
I've APC installed and have following entries in my configuration file-
I've noticed the following-
1. I'm getting logged out frequently.
2. I tried to set the following, but I got 'Unexpected Error Ocurred' error on all the pages when I saved the configuration file with following settings -
What am I doing wrong?
Code:
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['cacheSessions'] = true;
$config['cache']['backend'] = 'Apc';
I've noticed the following-
1. I'm getting logged out frequently.
2. I tried to set the following, but I got 'Unexpected Error Ocurred' error on all the pages when I saved the configuration file with following settings -
Code:
$config['cache']['frontendOptions'] = array(
'caching' => true,
'automatic_serialization' => true,
'lifetime' => 10800,
'cache_id_prefix' => 'foro'
);
What am I doing wrong?