Cookies Are Bloked or not supported by browser
-
I was trying to log in to my wp account. It keeps telling me this.
Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
I tried all the ways like including code in wp-config.php file
define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] );Tried this in functions.php file. but still same
if ( SITECOOKIEPATH != COOKIEPATH ) {
setcookie(TEST_COOKIE, ‘WP Cookie check’, 0, SITECOOKIEPATH, COOKIE_DOMAIN);
}But when I deactivate your plugin it works fine. Is there any way to fix it on your plugin. If not looks like I will have to find another plugin.
The page I need help with: [log in to see the link]
- The topic ‘Cookies Are Bloked or not supported by browser’ is closed to new replies.