Moderator
t-p
(@t-p)
First off, make sure your network is not blocking the temporary cookies.
What do you mean by network? The multisite network? My wifi network? My ISP? Or my host?
I need to login to my website asap. I have searched the forum and tried everything that I have found. None of it worked.
Moderator
t-p
(@t-p)
ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
Have you enabled cookies in your browser?
Also try different browser.
As it says in my first post, I have already done that.
Moderator
t-p
(@t-p)
Try adding below line to your wp-config.php before /* That’s all, stop editing!…*/
define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] );
/* That’s all, stop editing! Happy blogging. */
If that does not help, contact your hosting provider and ask them if they have some setting that may be filtering out the cookies that WordPress uses to handle logins.
-
This reply was modified 6 years, 5 months ago by
t-p.
Moderator
t-p
(@t-p)
If nothing works, then contact your hosting provider and ask them if they have some setting that may be filtering out the cookies that WordPress uses to handle logins.
I contacted my host and they said it is an issue with WordPress and beyond their scope. Cookies aren’t being blocked on their end.
When I switch the site back to the subdomain I was using, https://cloudninemeeple.candaceduffyjones.com, I can now log in. I can’t if I set it to my new domain https://cloudninemeeple.com.
Could it be that I set up my domain wrong? I have set up domains with WordPress before and have not had this issue before?
Is there really no solution?