• I can’t access the dashboard on a multi site, to one of the sub blogs.

    I have one install of WordPress located on cityhomestead.net

    And several blogs within that, with the exception of one blog.

    estatefreedom.com is a sub blog, but I used domain mapping (not with a plugin) to point the url to the sub blog off cityhomestead.net.

    Everything was fine until WordPress did an auto update. Now I’m getting this no matter what computer or browser I use. I even tried someone else’s computer.

    wp-login.php?redirect_to=https%3A%2F%2Festatefreedom.com%2Fwp-admin%2F&reauth=1

    I can’t access estatefreedom.com/wp-admin because of a redirect. I can’t even access it from the network dashboard where the sites are defined.

    I prefer not to edit the core files for a fix because what happens when WP auto updates again?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter City Homestead

    (@cityhomestead)

    When I try logging in on the only form it gives me (wp-login) I get this message:

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

    Cookies are enabled. I even added estatefreedom.com in the cookies setting of firefox. I tried logging in with Chrome and same issue.

    Sometimes on a multisite when using the new domain mapping feature that required an update to the wp-config.php file. You may find after mapping to custom domain to your multisite subdomain that it is no longer possible to get past this error message. In order to solve this, add the following line to your wp-config file:

    define(‘COOKIE_DOMAIN’, false);

    Maybe this helps

    Thread Starter City Homestead

    (@cityhomestead)

    I opened the file and found this. Should I remove the line and put yours there?

    /* DOMAIN MAPPING */
    define( ‘COOKIE_DOMAIN’, $_SERVER[ ‘HTTP_HOST’ ] );

    Thread Starter City Homestead

    (@cityhomestead)

    It didn’t work either way. I tried leaving both lines there, then tried commenting out the first line so only your line showed.

    Same errors.

    I think I’m going to take the domain off the mapping and make it its own Web site.

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