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
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>