I access the SharePoint 2013 sites using IE 10, then if I tried to go to Site Settings page, I got this error,
An error has occurred with the data fetch. Please refresh the page and retry.
F12 to open the developer tools I can see it is a SCRIPT5: Access is denied error.
There are a few options to look at,
1. Check IE10 browser compatibility
Hold ALT-T, and go to Compatibility view settings to set up the SharePoint site.
2. Disable Tracking Protection
3. Add the site to the trusted sites from internet options
1 comment:
We have encountered this error message in our SharePoint 2013 farm. The farm has been updated with all the latest service packs and cumulative updates. The farm was a staging environment for 2010-to-2013 migration of a heavily customized portal. The migration plan was to run the farm in 2010 compatibility mode for several months and then go to full 2013 experience. Everything was tested and worked as expected except this Site Actions javascript error.
The problem lay in the use of TakeOfflineDisabled function that is defined in offline.js. Interestingly enough, offline.js is present in 15 hive (C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS) but is absent in 14 hive (C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\1033) -- at least that's what we had in our case. We ended up copying offline.js to our scripts folder and referencing this file in the master page.
Once we upgrade this farm to full 2013 experience, we'll remove our current reference to the copy of offline.js and see if the Site Action javascript bug will re-appear. Until then we filed it under "2010 compatibility mode bug" and moved on. :)
Post a Comment