I am running into "access denied error" whenever I'm done checking my private messages and click on Inbox to go back. I investigated and found similar behaviour even with admin. Also, I checked module permissions all seemed ok.

Then I realised that the redirect URL is wrong. When "Inbox" is clicked the URL = http://my.site.name/messages which is pointing to a folder that does not exist. The URL should first reference the /User/UID/ to queries messages.

Now when I paste the correct URL = http://my.site.name/User/UID/messages User inbox is accessed alright.

Comments

semo_123 created an issue. See original summary.

rupesh_jagtap’s picture

Looks like you have posted issue of 'Privatemsg' module into this module.

Regarding issue 'Inbox', 'Sent Messages' and 'All Messages' link appears when submodule 'Privatemsg filter' is enabled which shows all the messages (no restricted to user own messages).

I couldn't able to reproduce the issue with '7.x-2.0-alpha1' release. Looks like it has been taken care if it was earlier.

bluegeek9’s picture

Status: Active » Closed (outdated)