Closed (duplicate)
Project:
Privatemsg
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2011 at 19:57 UTC
Updated:
31 Jan 2011 at 20:23 UTC
I have installed and enabled this module. I have checked its own settings at admin/settings/messages and left the defaults alone. I have enabled the 'read privatemsg', 'write privatemsg', and 'delete privatemsg' permissions for the 'authenticated user' role.
Despite these settings, user//messages gives me a 403 Access Denied when I try to access it as an authenticated user. If I give a user 'read all private messages' permission, then the user can view their own private messages, as well as everyone else's.
Am I missing something basic? Why am I receiving a 403 Access Denied when trying to view my own messages area?
Comments
Comment #1
berdirYou are.
The path to read your own messages is just /messages. user/uid/messages is by default only supposed to be used to read messages of other users.
Note that Privatemsg 6.x-2.x has a feature that allows to reconfigure it and move it below user/uid/messages (or any other path, actually) for your own messages too.
Comment #2
semperos commentedThank you for the quick response, and for letting me know about those new features. I saw the tab for "Messages" as admin, so figured I should see it as an authenticated user as well; didn't even think to check if you had a different path configured for viewing messages.