Forum Discussion
John Edward Paredes
Jul 24, 2018Copper Contributor
A user in SharePoint subsite has FULL CONTROL of access but cannot access permissions list.
A user in a SharePoint Subsite has Full Control of access but when she tried to access the permissions of the subsite, an error shows that "Sorry, you don't have access" Please help. The user...
paulpascha
Jul 25, 2018Bronze Contributor
Just to make sure, you could use browser developer tools to see if it comes up with some resource (image, CSS file, script file) that it's unable to access. Look for HTTP 403 errors in the network tab. I guess it occurs server-side bu I think there must be some resource (again image, CSS, script or something else) being accessed that's located outside of the site your user has Full Control permission on. Typically this resource will exist in the top-level site of the site collection and is probably referenced from the Master Page or injected by some custom script