I'm using the "User Points" module in Drupal to assign points to the users given the rating on some of their nodes.

I visited the menu: admin/user/userpoints from which I can see users scores.

However when I click on one of them, I get "Access Denied" (and I'm the admin id=1).

For example, this link is forbidden for me:

myuserpoints/6

I can only visit my own:

myuserpoints/1

But if the module does provide a list with all user points, I guess i'm supposed to see them.. or not ? thanks

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Check out this issue, it seems there is a patch for the problem. Try if that fixes it for you.

User 1 should never see an access denied message, that is definitely a bug.

link|improve this answer
The issue report has been marked as fixed (and then automatically closed); that means the fix has been already implemented in a release of the module (official release or development snapshot). – kiamlaluno Jul 25 '10 at 13:38
It should be in the dev release, but not in the stable one. – Mad Scientist Jul 25 '10 at 13:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.