Whereas login, I used to be getting this error:
Cookies are blocked or not supported by your browser. You have to allow cookies to make use of WordPress
If I attempt once more to log in, then I can log in!
After I looked for the options, I discovered a code that wanted to be added to features.php, I added the code, and it labored.
That is that code:
setcookie(TEST_COOKIE, 'WP Cookie test', 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH ) setcookie(TEST_COOKIE, 'WP Cookie test', 0, SITECOOKIEPATH, COOKIE_DOMAIN);
After I examined it, every thing appears working fantastic. However whereas offering this code, individuals says, “although it isn’t a really helpful method,” use the code for the repair!
So, my query is, is there any critical downside/problem utilizing this code on an ecom web site?
Thanks
Akhil.