Closed (duplicate)
Project:
User Permissions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2011 at 11:36 UTC
Updated:
14 Jan 2014 at 22:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
BenK commentedSubscribing
Comment #2
BenK commentedI'm also curious about the status of the current Drupal 7 port... does anyone have any information on that?
--Ben
Comment #3
luckystrikerin commentedsubs
Comment #4
lav83 commentedwill this module be ever updated or is it over now, I was able to fix the above issue but problem comes when checkboxes have to be selected as it is not taking theme
Comment #5
ownage commentedI also get this error, and clicking User Permissions tab renders the following error in core v7.8.x:
Fatal error: Call to undefined function user_admin_perm() in /sites/all/modules/user_permissions/user_permissions.module on line 56
Will this very useful module ever be updated? I'm here to beta test if someone wants to offer a helping hand.
Comment #6
threewestwinds commentedI believe that my patch in #1363246: D7 Port of User Permissions fixes this. Please try it out and let me know. I'm not posting here, since it's much more comprehensive than a solution to this single issue.
If this issue continues to occur, please let me know - otherwise, I'll let someone else close this topic.
Comment #7
threewestwinds commentedComment #8
preventingchaos commentedI just updated User Permissions, so this should work fine for you now. Try the 7.x-1.1 release.
Comment #9
b-prod commentedThis issue is still not fixed.
This bug actually occurs on multilingual sites, in languages other than English. In such cases the key does not match because it is translated.
The patch below uses an other approach that takes care of this fact.
Comment #10
b-prod commented