Forum Discussion
Caite Stevens
Mar 15, 2018Brass Contributor
Version History broken in modern SharePoint "Sorry, something went wrong"
Hi all -
We are operating in SharePoint Online, using modern libraries. Versioning is turned on, but every time we click to check the version history on a documents, we are greeted with, "Sorr...
- Nov 14, 2018
I’m with Caite on this one, I ended up having to re-migrate the content while deliberately making sure absolutely nothing else was migrated beyond the files and their versions. No customized forms/views, no required features, etc.
blahblah
Jun 16, 2021Copper Contributor
I managed to get my migrated libraries version history working again.
My library is called "ORMS" and the version history was broken after we migrated using ShareGate
Here is what i did to fix it...
- In the migrated (new) library get the List ID
You can find this in site settings --> Site libraries and lists --> ORMS (The list ID will be in the URL) - In SharePoint designer open the new site and navigate to the dispForm.aspx. In my case it is:
All Files/ORMS/Forms/DispForm.aspx - Edit the file in advanced mode (make a copy before editing to be safe)
- In the code, find and replace the ListIDs within the following 2 tags with the list id you copied earlier:
<ListName...
<ListID... - Save and close
- Return to your library and check the Version history
This worked for me so i am interested to hear if it works for others.