Keywords: WordPress Multisite - AWS - Technical issue - Other
Description:
Hi
In two of my sites it says cookies needs to be enabled in order to use wp, I have tried several different browsers, different computers, tried to clear the cache, edit the wp-config etc. Nothing seems to help..
The issue is very much related to: https://community.bitnami.com/t/multisite-enable-cookie-error/28836
I tried adding the code:
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
And also as suggested on the site :
"According to the error you are getting, you should remove the COOKIE_DOMAIN entry from wp-config.php. Could you please do it and test again? Did you try to clear the cache in your IE and Chrome browsers?
Best regards,
Carlos"
So here I added the 4 define... And then deleted the cookie_domain, I also tried adding the cookie_domain and set it to false, no luck..
Hope you guys can help...