Closed (fixed)
Project:
Apache Solr Statistics
Version:
6.x-1.0-beta5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 10:40 UTC
Updated:
4 Jun 2012 at 12:51 UTC
Hi,
I have 3 roles for my website
The statistics page shows fine under the "super user" role but will not show for the "authenticated user" role even though i have the same permissions ticked.
What permission box should be ticked for this page to appear?
Thanks
Comments
Comment #1
cpliakas commentedIt looks like the "administer search" permission is required. Just a trick for future reference, if you check the module's hook_menu() implementation, look for the path you are trying to access, and then find the "access arguments" key under it. It's value is usually the permission that is required to access that page.
Hope this helps,
Chris
Comment #2
janusman commentedRe #2: @cpliakas Thanks for pointing that out. This should probably be somewhere in the documentation (or at least shown to user/1 on the report page itself so they know about this).
Of course, if anyone suggests any code to make a separate permission for this I'd agree to add it =)
Comment #3
efc84 commentedThanks for your help, this worked perfect :)
Comment #4
cpliakas commentedefc84,
Thanks for posting back.
Chris