Moderator
t-p
(@t-p)
check if you have this in your in wp-config.php:
define('FORCE_SSL_ADMIN', true);
If you do, strike it out
If not, it could be a plugin causing this happen. to find out, try:
– deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
– If you can’t get into your admin dashboard, try resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder (if you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
I figured it out, although, I think that this would have worked and been easy…. Thanks anyway Tara!