• UAMPPE does not work with the current version of UAM anymore. I guess all 2.0.X versions are affected, for sure it does not work with 2.0.9.
    But it will work again if you change in the file user-access-manager-private-public-extension/includes/UserAccessManagerPrivateExtension.php the line:

    $uamUserGroups = $uamAccessHandler->getUserGroupsForObject('user', get_current_user_id());

    to

    $uamUserGroups = $uamAccessHandler->getUserGroupsForObject('_user_', get_current_user_id());

Viewing 1 replies (of 1 total)
  • I am also trying to find a fix for UAMPPE. I followed the above fix, but instead get an error:

    Fatal error: Call to undefined method UserAccessManager\UserGroup\UserGroup::getGroupName() in /home/myhome/mydomain.com/wp-content/plugins/user-access-manager-private-public-extension/includes/UserAccessManagerPrivateExtension.php on line 129

    Did I miss something in the fix recommendation besides the underscore before and after in ‘_user_’ ?

Viewing 1 replies (of 1 total)
  • The topic ‘Broken with the current (2.0.9) version of UAM’ is closed to new replies.