Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • A way to bypass this.
    Replace line 390 in index-install.php Before install or on a reinstall.

    It will input YourPassword as the password.

    $user_id = wpmu_create_user( ‘admin’, $pass, $email);

    Change to:

    $user_id = wpmu_create_user( ‘admin’, YOURPASSWORD, $email);

    Change the code back after install for secuirty.

    A way to bypass the bug is this.
    Replace line 390 in index-install.php before install or on a reinstall.

    It will input YourPassword as the password.

    $user_id = wpmu_create_user( ‘admin’, $pass, $email);

    Change to:

    $user_id = wpmu_create_user( ‘admin’, YOURPASSWORD, $email);

    Change the code back after install for secuirty.

    A way to bypass the bug is this.
    Replace line 390 in index-install.php before install or on a reinstall.

    It will input YourPassword as the password.

    $user_id = wpmu_create_user( ‘admin’, $pass, $email);

    Change to:

    $user_id = wpmu_create_user( ‘admin’, YOURPASSWORD, $email);

    Change the code back after install for secuirty.

    A way to bypass the bug is this.
    Replace line 390 in index-install.php before install or on a reinstall.

    It will input YourPassword as the password.

    $user_id = wpmu_create_user( ‘admin’, $pass, $email);

    Change to:

    $user_id = wpmu_create_user( ‘admin’, YOURPASSWORD, $email);

    Change the code back after install for secuirty.

    Note: If you got stuck on first page or it bypassed database fields setup, like mail server. Open upgrade-schema.php from your wp-admin directory and find.

    add_option(‘admin_email’, ‘[email protected]’);

    add_option(‘mailserver_url’, ‘mail.example.com’);
    add_option(‘mailserver_login’, ‘[email protected]’);
    add_option(‘mailserver_pass’, ‘password’);

    and put in your information.

    A way to bypass the bug is this.
    Replace line 390 in index-install.php before install or on a reinstall.

    It will input YourPassword as the password.

    $user_id = wpmu_create_user( ‘admin’, $pass, $email);

    Change to:

    $user_id = wpmu_create_user( ‘admin’, YOURPASSWORD, $email);

    Change the code back after install for secuirty.

Viewing 6 replies - 1 through 6 (of 6 total)