Hi.
I've just created a fresh install of WordPress to migrate a website over and configure before setting live.
However after creating a fresh install of WP I am unable to log in via the preview URL as it brings up an error:
"Error: cookies are blocked or not supported by your browser. You must enable cookies to use WordPress."
---
I've looked at a number of threads on this forum that seem to be unanswered (see below) and I've tried the fixes that involve adding lines to the WP config file that also has had no impact on this issue.
I tried the fix mentioned in the third link above and pasted below that didn't work at all.
Any further ideas?
Thanks.
I've just created a fresh install of WordPress to migrate a website over and configure before setting live.
However after creating a fresh install of WP I am unable to log in via the preview URL as it brings up an error:
"Error: cookies are blocked or not supported by your browser. You must enable cookies to use WordPress."
---
I've looked at a number of threads on this forum that seem to be unanswered (see below) and I've tried the fixes that involve adding lines to the WP config file that also has had no impact on this issue.
Cookies are blocked on wp-admin Wordpress
Hello Plesk-experts This is the scenario Add a new domain "name.com" Install Wordpress on this domain. The domain DNS is pointing to another server (my other, old Plesk server), so I use the "Preview" function in Plesk to see the website, even though the domain is not pointing to this...
talk.plesk.com
ERROR: cookies are blocked after creating WordPress site
Hi, I have just started my first configuration of a plesk environment and I have run around a problem that I hope you can help me solve. After creating a WordPress site on a domain I cannot enter the backend due to error "ERROR: cookies are blocked or not supported by your browser. To use...
talk.plesk.com
Wordress Login ERROR: cookies are blocked
Hi, new here plz help me i have added a new domain to my account and installed the wordpress and did it successfully, then using the PHPmyadmin changed the home and site url to preview url, so that i can work on temorery site, my site is showing in the browser but when i try to login i get...
talk.plesk.com
I tried the fix mentioned in the third link above and pasted below that didn't work at all.
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );
Any further ideas?
Thanks.