I am using Sitecore 6.5 and facing an issue here. We have 3 servers: Dev, QA, Staging.
I have created a User Role specifically to only publish the content items. This user role is a member of:
- Sitecore Client Publishing
- Sitecore Client Authoring
Everything work fine in the Dev and QA box. When I am doing the same thing in the Staging and clicking to any content item under (sitecore\Content\Home\ContentItem1) Sitecore is throwing me server error like this:
I also tried to look up Log files in Staging, but its not getting updated (don't know why). Also asked for IIS Log files, but don't know what to look for in that.
Does anyone know what is going on here? Any advice/help is appreciated! Thank you!
<customErrors mode="off" />
in web.config and then looking at the stacktrace? It will be impossible to guess without more info. – jammykam