We just moved a website using EE v2.5.3 - Build Date: 20120911. The only third party modules we’re using is Solspace’s Calendar v1.8.0. After moving the site to the new server all of a sudden we cannot login to the control panel, and users cannot login to view private pages in Internet Explorer, Safari, or Opera. Firefox and Chrome work just fine.
I searched the forms and found a few threads about similar issues but none of the solutions are working. I added the code below to the config file like what was recommended in one of the threads and it does not work :
$config['cookie_prefix'] = '';
$config['cookie_domain'] = ".domain.com";
$config['cookie_path'] = "";
$config['cookie_prefix'] = "";
$config['admin_session_type'] = "c";
$config['user_session_type'] = "c";
$config['require_ip_for_login'] = "n";
$config['require_ip_for_posting'] = "n";
$config['secure_forms'] = "n";Any suggestions….
Thanks!
- Rayna