Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Trouble updating "Administrator" role #5732
    berd0029
    Participant

    Apologies but I had not done that. A shift +f5 to clear the browser cache solved the problem once the code was updated.

    Thanks for your quick response in solving this!

    best wishes,

    -Dan

    in reply to: Trouble updating "Administrator" role #5730
    berd0029
    Participant

    I tried the change you recommended, but it unfortunately did not solve the problem for me on the root site or at network level.

    	jQuery('.ure-cap-cb').each(function () { // go through all capabilities checkboxes
            if (this.id.length===0) {
                return;
            }
            jQuery(this).prop('checked', response.caps.hasOwnProperty(this.id) && response.caps[this.id]);
            if ( ure_data.do_not_revoke_from_admin==1 ) {  
                var el = document.getElementById(this.id);
                if ( 'administrator'===ure_current_role ) {
                    el.addEventListener( 'click', ure_turn_it_back );
                } else {
                    el.removeEventListener( 'click', ure_turn_it_back );
                }
            }
        });
    in reply to: Trouble updating "Administrator" role #5729
    berd0029
    Participant

    I just tested logged in as Super Admin testing from root site, and in version 4.51 I still have the same problems as I do at network level. I Can add capabilities to Admin role, but not remove them.

    in reply to: Trouble updating "Administrator" role #5725
    berd0029
    Participant

    I should also add that I have been using URE for several years with no problems.
    I typically keep backups of old versions of plugins when I run updates, and I had version 4.47.2 saved. When I rolled back to this version, the problem was solved.

    in reply to: Trouble updating "Administrator" role #5724
    berd0029
    Participant

    Hi Vladimir – those seems like good precautions. In my situation I am attempting to update the role of administrator from the network level /wp-admin/network/users.php?page=users-user-role-editor-pro.php

    and am logged in as a superadmin. I also tried from a second superadmin account to verify the problem.

    Nothing shown in error or debug logs related to URE.

    in reply to: completely remove user role editor from database #3348
    berd0029
    Participant

    Is there a way to make “select * FROM wp_options” for wordpress multisite. My tables are wp_12_options, wp_13_options, wp_14_options etc.

    How would I access user-role-editor/uninstall.php? When I got to /wp-content/plugins/user-role-editor-pro/uninstall.php I just get a blank white page.

    Strangely I have not lost the Users->user role editor on the child sites, just at the network level.

    The plugin is network activated.

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