Broken with the current (2.0.9) version of UAM
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Broken with the current (2.0.9) version of UAM’ is closed to new replies.