Support » Plugin: User Role Editor » can't edit user roles

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Please check JavaScript console for errors: Shift+Ctrl+J or F12+Console in Google Chrome.

    Hi there,

    I’m having the same problem, but there are no JavaScript errors in the console. It happens since the last update.

    Update: Got an error in the ure-js.js file:

    function ure_role_change(role_name) {
           jQuery.ure_postGo(ure_data.page_url, {action: 'role-change', object: 'role', user_role: role_name, ure_nonce: ure_data.wp_nonce});
    }
    // end of ure_role_change()

    Uncaught TypeError: undefined is not a function

    Plugin Author Vladimir Garagulya

    (@shinephp)

    Hi Robin,

    The only difference between versions 4.12 and 4.14 is that Persian translation files added. It seems that you have installed some plugin which may prevents jQuery or URE JavaScript stuff from loading.

    Please check in the Google Chrome console if this JavaScript file is loaded
    http://role-editor.com/downloads/support/ure-support-2014-05-20.png

    Regards,
    Vladimir.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can't edit user roles’ is closed to new replies.