We have a custom application migrated from sp2010 to sp2013 and one of the pages hits error when trying to edit it or when user try to clicks on save button .
Message displays:
______________________________________________________________________________________
Error
Correlation ID: 774db29c-20f7-a0bd-0c20-3b37bd28a372
Date and Time: 8/26/2014 4:14:07 PM
________________________________________________________________________________________
Please, suggest any kind of solution. As mentioned web is host on SharePoint 2013.
regards,
Alma
Could be server side, code behind on the page or in a web part. Any access to your developers?
Yea it’s a custom code , developed on sp2010 and migrated on sp2013. As i am a system admin i had no clue how to solve it by code and was trying with designer but no result. It was a known issue since previous version but the suggestion to add some code did not help
<script language=”javascript” type=”text/javascript”>
if(document.getElementById(“MSO_PageHashCode”))
document.getElementById(“MSO_PageHashCode”).value=””;
</script>
Do you have any custom code running? It maybe that the custom code is editing and saving the page as you edit it. Sounds strange, but pretty easy to recreate by adding some code to the page load.