This question may be related to a resolved thread.
I definitely looked for users with similar issues and tried to add the following to my config.php file, no luck. I cleared my cache, cookies and also tried to log in via 2 different browsers. Still stuck.
$config['cookie_domain'] = "";
$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";Here is what I have in my config.php currently
$config['app_version'] = "240";
$config['install_lock'] = '1';
$config['license_number'] = "REDACTED";
$config['debug'] = '1';
$config['cp_url'] = 'http://anyeverynothing.com/redacted';
$config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
$config['is_system_on'] = "y";
$config['allow_extensions'] = "y";
$config['cookie_prefix'] = '';
$config['multiple_sites_enabled'] = 'n';thanks for your help