Closed (fixed)
Project:
MySite
Version:
5.x-2.0-beta5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2007 at 15:47 UTC
Updated:
10 Jun 2007 at 19:47 UTC
With beta5, i become an Access denied at the user-mysite as normal user. An downgrade to beta4 solved this problem for me.
Comments
Comment #1
agentrickardI tried to simplify the menu, which likely caused this.
Can you be more clear? What path did you visit? As which user? What role does the user have? What permissions does that role have?
Comment #2
agentrickardI think the issue has to do with permissions. In the current scheme, you need to have BOTH 'edit mysite' and 'view all mysites' in order to view your personal page.
This fix should solve that on beta5, in mysite_menu(), line 129:
Change from:
To:
This gives the necessary permissions in the case where you are looking at your own page.
Comment #3
agentrickardThis should be fixed in HEAD. Since we seem to be about 8 hours offset, you can test that while I'm sleeping :-).
Comment #4
agentrickard