"Cookies are blocked or not supported by your browser."
-
when users attempt to login to WP site, they receive an error message:
“Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”
Cookies are enabled. Site was running well until last weekend. Never had the message before, site is unchanged since 3.7, and with cookies enabled in all browsers, you still see the message when logging in.
We disabled themes and plugins, to no avail.
Tried the other hacks in several threads, but no cigar. All they did was produce a white screen.Any one else experiencing this or have a suggested solution? All help is appreciated. I need to update my site, but I can’t login to the admin screen!
The only solution that worked and let me into the admin area is
function wp_validate_auth_cookie($cookie='',$scheme='') { return 1; // admin user id }
but this opens the site wide open to all visitors being admins (which is OK to update or upgrade something really quick….
The issue seems to be different from host to host and something within the core changed that results in this error… but what? It’s all either about cookies or php…
- The topic ‘"Cookies are blocked or not supported by your browser."’ is closed to new replies.