The MU forums have moved to WordPress.org

Bug Fix: No admin email (12 posts)

  1. drmike
    Member
    Posted 17 years ago #

    Greets:

    Well, I reinstalled MU v548 this morning and I've been hitting some of the bugs reported here. I'm on a terminal where I can install an editor so I can track them down locally.

    To fix the "I didn't get the admin email with my password" problem, you need to do 2 edits in wp-inst/wpmu-functions.php.

    in function wpmu_create_user

    change: $user_id = wp_create_user( $user_name, $email, $password);
    to: $user_id = wp_create_user( $user_name, $password, $email);

    This unfortunetly will brack activation so you need to do the second edit:

    in function wpmu_activate_blog

    change: $user_id = wpmu_create_user($user_login, $user_email, $password);
    to: $user_id = wpmu_create_user($user_login, $password, $user_email);

    It looks like when they were lying this on top of the WP code, someone got backwards. :)

    Hope this helps,
    -drmike

  2. samchng
    Member
    Posted 17 years ago #

    Nice bug fix drmike. If it works I suggest you post on the trac to help the devs when they get back to get it into v1.0. Cheers! :)

  3. free99
    Member
    Posted 17 years ago #

    sorry...

    1)I think you mean "wp-inst/wp-includes/wpmu-functions.php"
    NOT "wp-inst/wpmu-functions.php"
    2)After do 2 edits still no admin mail....

    Why did't fix in the newest nightly build?

    ><"

  4. MazZziKa
    Member
    Posted 17 years ago #

    after edits the problem is still not fixed

  5. mportela
    Member
    Posted 17 years ago #

    I'm sorry for being a pain but I really need this fixed because I was goin to have it instaled for the first time to test its capabilities. You should probably let us download stable versions and let experienced users test the unstable ones, or at least allow the download of older versions.

    Guess i'll be using Lyceum or some other.

  6. andrea_r
    Moderator
    Posted 17 years ago #

    older versions, some of which have very little to fix, can be found here http://wpmudevorg.wordpress.com/nightly-builds.php. I'm using one from mid-February.

  7. mportela
    Member
    Posted 17 years ago #

    Thanks I'll try another nightly before trying another software.

  8. MazZziKa
    Member
    Posted 17 years ago #

    i try some and not fix the problem and i do not know why no one from the developers team speak wit us

  9. mportela
    Member
    Posted 17 years ago #

    tested some as well... no luck! A pity for it sounded promising

  10. andrea_r
    Moderator
    Posted 17 years ago #

    Please remember that MU isn't even in beta form yet. And it *is* free. ;) Caveat empor and all.

  11. MazZziKa
    Member
    Posted 17 years ago #

    yes and wordpress and joomla and alot of open source scripts is free but have better support .. just fixing the bugs

  12. mportela
    Member
    Posted 17 years ago #

    I overrun this problem by hacking the email at phpMyAdmin, once you enter the correct email you can use the "forgot password" feature and it works like a charm.

    A pity that in 30 mins I had 3 more php errors... I'm giving up on this one until it's Beta at least or has better support.

    Thanks for the help to the users

About this Topic