The MU forums have moved to WordPress.org

My members Cant login their admin page after upgrading to 2.7 (7 posts)

  1. chlow2007
    Member
    Posted 15 years ago #

    Hi, I've just upgrade my wpmu to 2.7 and after that, my members can't log in to their blog's admin.

    On the other hand, some of them are able to login to admin page of the root/main blog.

    I've tried to login from the backend to user's blog admin and was unable to login too as the "administrator".

    Anyone here know what has went wrong? Please help. Thanks!

  2. chlow2007
    Member
    Posted 15 years ago #

    ok. found the solutiom.
    adding the following lines to config file solved the problem:

    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '');
    define('SITECOOKIEPATH', '');

    :)

  3. DanYork
    Member
    Posted 15 years ago #

    Hmmm... so I just had to do this, too. Why?

    And is there any security issue with just having done this?

  4. andrea_r
    Moderator
    Posted 15 years ago #

    Because they changed the code so it was required. It stores more cookies to be *more* secure than before the upgrade.

  5. DanYork
    Member
    Posted 15 years ago #

    Ah, interesting. Thanks, Andrea, for the update.

    I've now edited the WPMU Upgrade instructions in the Codex to reflect this.

    Thanks

  6. andrea_r
    Moderator
    Posted 15 years ago #

    Awesome. :)

  7. madhavaji
    Member
    Posted 14 years ago #

    Brilliant.. thanks andrea_r :) m.

About this Topic

  • Started 15 years ago by chlow2007
  • Latest reply from madhavaji