I have activated memcached on my managed server. According to my web host, the host name for using the service is "memcached". I have now added this entry to my config.php.
Code:
As a result, my forum no longer works. What is my mistake?
Читать далее...
Code:
Код:
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true;
$config['cache']['config'] = [
'server' => 'memcached'
];
$config['cache']['provider'] = 'Memcached';
Читать далее...