After creating a prototype based on the simple blog tutorial, i get an error when trying to perform an action as a test user. It says, "You are unauthorized to perform this action". The strange thing is that it allows me to perform the action as an admin. Any ideas whats causing the problem?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Paweł Sroka@srokap

Paweł Sroka - 0 likes
- Rohan Jacob@rjacob324

Rohan Jacob - 0 likes
You must log in to post replies.Have a look at 3rd parameter of elgg_register_action that you used in your code: http://reference.elgg.org/actions_8php.html#a18557a1ccc92a76725b0359680865447
That did it! (In retrospect, quite a silly mistake)
Thank you!