• Hello. Would like to ask some help.

    Found previous threads regarding topic but they did not solve it.
    eg.
    wp-login
    wp-config
    function.php

    Installed bitnami multisite wordpress at google compute.
    If i try to log in using chrome, i get the error:

    “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”

    But if I use Firefox. I dont have any problems logging in.

    I would like to ask for help how to solve the cookie problem in chrome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi louiegmd,

    Exact same problem as you here.

    I have installed bitnami multisite wordpress via google compute but I get that annoying cookies error message every time I try to log in while using Chrome.
    I installed Firefox after reading your post and it worked! I could finally log in.

    I have made some research on wordpress’ support website as well as on bitnami’s support page but I couldn’t find any solution to our problem.

    I’ll be using Firefox for the time being but I wanted to know if you had found a proper solution to that issue.

    Thread Starter louiegmd

    (@louiegmd)

    I still dont know what worked but I am able to login using chrome

    I just installed my plugins into wordpress.

    A few days later, I am able to login using chrome.

    Find it weird though. Sorry I could not give any help.

    I found workable solution.
    We need to map the domains. It’s doesn’t work automatically.
    1.login to main wp-admin
    2.plugin > active “WordPress MU Domain Mapping”
    3. now add site (subdomain or re-wright to full-domain test.com)
    4. If this is fist added site then your siteID is #2. You also can find siteID when you mouse-over sites tag.
    5.Setting> active Permanent redirect (better for your blogger’s pagerank)
    6.setting > domains > add newly create siteID #2 and test.com domain name.

    This worked when I was writing this article.

    Steps by steps links.

    Try putting

    define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’]);

    in your wp-config.php file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cookies are blocked’ is closed to new replies.