admin管理员组文章数量:1332896
when you change domain or hosting or installation folder ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
when you change domain or hosting or installation folder ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
Share Improve this question asked Jun 25, 2018 at 11:27 Tushar UnhaleTushar Unhale 11 bronze badge3 Answers
Reset to default 0In my case it was a plugin which I installed yesterday night. In the next day I got this error. SOLUTION : Deleted the plugin from wp-content/plugins and every thing was OK after that.
after searching lot q & a . did not get answer.
but after researching i got the mistake , i.e. path return in wp_config.php just write correct path i.e "/" . login cookie issue solved .
Don't edit functions.php.
Why ?
- Your WP site may stop responding
- An WP update might ignore the code in functions.php
Use FREE Snippets plugin to modify your WP sensitive code: https://wordpress/plugins/code-snippets/
setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH ) setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN);
Just copy & paste code you need in a new snippet, and save.
Hope this helps!
本文标签:
版权声明:本文标题:multisite - ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742313269a2451306.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论