The MU forums have moved to WordPress.org

Script error on Authors & Users Tab (admin pages) (1 post)

  1. aldidux
    Inactive
    Posted 20 years ago #

    Hi there,

    I was just installed wpmu-2005-11-19, and I've found that wp-inst/wp-admin/users.php is broken. To get arround this bug, open up users.php, and go to line 308:

    <td><select name="new_roles[{$user_object->ID}]" id="new_role">";

    and change it to:

    <td><select name='new_roles[{$user_object->ID}]' id='new_role'>";

    and you're done! Hope it helps.

    -- aldidux

About this Topic

  • Started 20 years ago by aldidux