Asked by:
When i open shared Document folder getting "An unexpected error has occurred. " error

Question
-
Hi,
I am getting "An unexpected error has occurred. " error when i open Shared Document folder in Internet URL. But if i open the foder in newtab i can view the documents with out error also intranet URL also doesnt have any problem. I am using SharePoint 2007. Kindly help me resove this issue
- Moved by Victoria Xia Wednesday, February 5, 2014 4:51 AM 2007
Friday, January 31, 2014 4:49 AM
All replies
-
do you ahve a correlation ID reffering to this ? please post the exception.
and again are there any Js errors on the page you are trying to open from (current page) ?
Whenever you see a reply and if you think is helpful, click "
Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "
Mark As Answer
Friday, January 31, 2014 4:32 PM -
Hell, I'll shamlessly hijack this thread...here's the correlation ID im getting:
Correlation ID:
43a0859c-3a68-309a-1b5f-d65604a2059e
SharePoint 2013 too BTW- Edited by dtdionne Wednesday, April 9, 2014 6:58 PM
Wednesday, April 9, 2014 6:56 PM -
@Manikandan,
Can you check the ULS logs to find what is the error. The default location of log files will be C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\LOGS for MOSS 2007.
If is allowed for you to change the callstack and customerrors mode setting in the web.config then change those values to see the error.
Find: <SafeMode CallStack="false" /> Replace with: <SafeMode CallStack="true" /> Find: <customErrors mode="On" /> Replace with: <customErrors mode="Off" />
My Blog- http://www.sharepoint-journey.com|
If a post answers your question, please click Mark As Answer on that post and Vote as Helpful- Edited by Devendra VelegandlaMVP Wednesday, April 9, 2014 10:44 PM
Wednesday, April 9, 2014 10:43 PM -
@dtdionne,
you can use powershell command "get-splogevent" to find the error details
http://www.sharepoint-journey.com/powershell.html
My Blog- http://www.sharepoint-journey.com|
If a post answers your question, please click Mark As Answer on that post and Vote as HelpfulWednesday, April 9, 2014 10:45 PM