Just kept saying "Incorrect password. Please try again." until it locked me out for some time.What error do you receive?
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['backend'] = 'Memcached';
$config['cache']['backendOptions'] = array(
'compression' => false,
'servers' => array(
array(
// your memcached server IP /address
'host' => 'localhost',
// memcached port
'port' => 11211,
)
)
);
$config['superAdmins'] = '1';
Are you using different cache prefixes in both files?
You need a different cache prefix for each installation.
Just edit the config.php file.
We use essential cookies to make this site work, and optional cookies to enhance your experience.