The MU forums have moved to WordPress.org

Login don't work (12 posts)

  1. denadai2
    Member
    Posted 18 years ago #

    Hi, i have a problem: when someone that have created a blog want to login, he can't.

    wp-login.php don't work.. no errors... nothing..

    Help thx

  2. denadai2
    Member
    Posted 18 years ago #

    wow now i saw that with the nighty build directory wpmu-2005-12-14 don't work admin login and user login...

    finally login don't work in all cases

  3. fimion
    Member
    Posted 18 years ago #

    i'm also getting this problem when i upgrade from 11-252005 build to 12-14-2005 build.

  4. denadai2
    Member
    Posted 18 years ago #

    ohh perfect... :D

    i tried to change wp-login.php with an old wp-login.php but don't work... maybe is the function redirect that don't redirect

  5. itdamager
    Member
    Posted 18 years ago #

    Look in wp-settings.php and uncomment lines 304 to 307. You should see two lines with SITECOOKIEPATH and two lines with COOKIE_DOMAIN. Those lines need uncommented for logins to work properly.

  6. denadai2
    Member
    Posted 18 years ago #

    GOOD.. thx very now it works

  7. fimion
    Member
    Posted 18 years ago #

    ditto. why did this gett commented out in the first place?

  8. p3bundles
    Inactive
    Posted 18 years ago #

    Wow... I tried it too and it worked like a charm!
    Thanks!

  9. drx
    Inactive
    Posted 18 years ago #

    I removed line 304 to 307 but the problem is still present what should I do ?
    help plz

  10. ergate
    Member
    Posted 18 years ago #

    I was having this same problem, for nightly build 12-23-05.

    I looked at wp-settings lines 304 to 307 were not commented out, but lines 298 to 314 were, I uncommented them and now it works.

  11. drx
    Inactive
    Posted 18 years ago #

    what does uncomment mean ?
    I don't know about it
    would you plz explain me

  12. ergate
    Member
    Posted 18 years ago #

    Ok, in this instance when you look at lines 298 and 299 you see
    298 /*
    299 if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) :

    look at line 298 it shows something like /* this means that the follow section will do nothing until it meets this */ on line 315.

    This is one type of comment, and is generally used to comment out many lines. Read this for more info

About this Topic