• The First domain all the logins are working.

    When trying to login to second domain it gives following error:

    ERROR: Cookies are blocked or not supported by your browser.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Have you cleared all your cookies and tried to login?

    Moderator t-p

    (@t-p)

    – It’s more like to be a server sessions or cookie issue.
    – Have you spoken to your host about it?
    – Or have you checked the error logs on your server for a more specific error message and see why it’s failing? If you need help locating them, ask your hosting provider to help you with that.

    Thread Starter melvin_lobo

    (@melvin_lobo)

    I have cleared cookies, The first primary domain works fine. Its the 2nd domain login which is throwing “ERROR: Cookies are blocked or not supported by your browser”.

    WordPress – 4.2.x is installed on a CentOS 6.x server.

    I also have this problem – any advice will be gratefully received.

    Moderator t-p

    (@t-p)

    @daimoh,
    as per the Forum Welcome, please post your own topic. That way you stand a good chance of getting full attention to your specific issue. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole.

    Thanks @tara – I have actually posted my own topic separately as suggested, however I couldn’t figure out how to subscribe to this problem without commenting.

    Just by way of update, I’m sorted out now. I think it’s because of these lines in my wp-config.php

    /* settings to fix the cookie problem? */
    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '');
    define('SITECOOKIEPATH', '');

    Hope that helps – good luck.

    Thread Starter melvin_lobo

    (@melvin_lobo)

    I had tried all options , modifying wp-config.php with fix cookie setting etc. None worked on 4.2.x.

    Eventually , I had to add records in database manually to get my 2nd domain login working. Also created a new user admin login for second domain.
    It was a long shot after nearly 2 weeks of R&D.

    My first domain is abc.com and second domain was try.xyz.com.

    First disable all your plugins from database and then see your website work.and also remember have you update any plugin when you last time used your website

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘2nd domain – login error’ is closed to new replies.