Hi,
I'm working on a custom module and am having problems with permissions.
The particular function starts out like:
Code
I added the echo statement for debugging.
I created a Group called Friends and added a user to the Friends group.
I am using these permissions:
Quote
1 Admins .* .* Admin
2 All groups Menublock:: Main Menu:: None
3 Friends testmodule:: .* Add
4 Users .* .* Comment
5 Unregistered Menublock:: User Menu:: None
6 Unregistered Menublock:: Main Menu:: None
7 Unregistered .* .* Read
However, when I log into the account of a user that is a part of the "Friends" group and try to access the function, I get this error:
Quote
Sorry! You do not have authorization to access this module
How can I fix my permissions to make this work?
Thanks,
Grant
