The MU forums have moved to WordPress.org

bug fix for 13/6/05 wp-activate.php (1 post)

  1. matrixmonkey
    Member
    Posted 17 years ago #

    there is a typo in wp-activate
    that stops creation of new blogs with the email link

    wp-activate.php
    line 4

    - require_once( ABSPATH . WPINC . '/registration-functions.php');
    + require_once( ABSPATH . WPINC . '/registration.php');

    ok maybe not.. fixes the regi issue but then im getting a new one :(

    where i can't log on http://www.domain.com/wp-admin
    but i work around is user.domain.com/wp-admin

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    update

    hmmmm i dont' understand php ohh well :( worth a try but it does get the user registered but looks like it breaks other things

About this Topic

  • Started 17 years ago by matrixmonkey