SharePoint | There was an error processing the request


Problem:
  • Create a SharePoint Publishing Page
  • Call the TaxonomyInternalService
  • Publish the page
  • Get a 500 Internal Server Error
  • Prompted with "message from webpage" "there was an error processing the request"
  • Find a  __REQUESTDIGEST input with value InvalidFormDigest
  • Find a X-RequestDigest entry with value InvalidFormDigest with Fiddler


Potential Solutions:
  • In C.A., disable security validation timeout
    • Web Application General Settings,  Web Page Security Validation, Expires: Never
  • Update to the June 2013 CU
  • (Re)Start the SecurityTokenService Application Pool


Solution:

  • Add the following code to your page (or create a file and link it through a CEWP)




Source:
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/be214a13-0d8d-4d99-95ce-82e38e541510/random-requestdigestinvalidformdigest-on-a-sharepoint-2013-publishing-page?forum=sharepointdevelopment

Comments

Popular posts from this blog

Breaking down document locking in SharePoint

Working around X-Frame-Options for iframes

Document ID not being generated